summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-03Improve documentation for player:set_attribute()Ezhh
2018-06-03Inventory: Restrict access from too far awaySmallJoker
2018-06-03core.rotate_node: Run callbacks like with any regular placed node (#6648)SmallJoker
2018-06-03Biome dust node: Only place on 'walkable' cubic non-liquid drawtypesparamat
2018-06-03Improve Settings tab button alignmentsezhh
2018-06-03Lua_api.txt: Add documentation of required mapgen aliasesparamat
2018-06-03Remove incorrect entry from settingtypesEzhh
2018-06-03Make use of safe file writing in auth handler (fixes #6576)sfan5
2018-06-03Add minetest.safe_write_file() to script APIsfan5
2018-06-03Fix issue Minetest crash when custom font path is not existMuhammad Rifqi Priyo Susanto
2018-06-03Fix Settings tab formspec alignment (#6585)Ezhh
2018-06-03Do not scale texture unless necessary.Lars Hofhansl
2018-06-03httpfetch: Enable gzip supportsfan5
2018-06-03Add sha1 to lua utils. (#6563)Rob Blanckaert
2018-06-03Fix day_night_ratio_do_override not being initialised server-siderubenwardy
2018-06-03Avoid filtering low-res textures for animated meshes (incl. players) (#6562)lhofhansl
2018-06-03Fix default item callbacks to work with nil users (#5819)raymoo
2018-06-03Correct `prot_vers` in lua_api.txt.Auke Kok
2018-06-03Don't try to craft a non-existent itemEsteban I. RM
2018-06-03Profiler: Fix var args not being passed to callback register functionrubenwardy
2018-06-03Thread: fix a crash on Windows due to data race condition on Thread::m_start_...Loïc Blot
2018-06-03NetworkPacket::putRawPacket: resize m_data to datasize + memcpyLoic Blot
2018-06-03Replace deprecated WINAPI GetVersionInfoEx (#6496)adrido
2018-06-03Add setting for near plane distance. (#6395)Rob Blanckaert
2018-06-03Unkown nodes: Provide position on interact (#6505)SmallJoker
2018-06-03ParticleSpawner::step cleanup and rotation fix (#6486)SmallJoker
2018-06-03CAO footstep sounds: Reduce gain to balance volumeparamat
2018-06-03Fix attached particle spawners far from spawn (#6479)raymoo
2018-06-03Localplayer: Fix disable_jump effect and getStandingNodePos()SmallJoker
2018-06-03Document orientation parameter of set_attach (#6473)raymoo
2018-06-03Fix recent commit: std::max -> std::fmax for floats (#6469)Paramat
2018-06-03Positional sound: Limit volume when closer than 1 nodeparamat
2018-06-03Fix blocks written by vmanip not being marked as modifiedsfan5
2018-06-03Set placer to nil instead of a non-functional one in item_OnPlace (#6449)DTA7
2018-06-03Leveled nodebox: Change levels from 1/63rds to 1/64thsparamat
2018-06-03Fix Rotate Node Placement (#6424)tenplus1
2018-06-03ServerEnv: Clean up object lifecycle handling (#6414)sfan5
2018-06-03Fix core.wrap_text and make its behaviour consistent with the docssfan5
2018-06-03Fix empty legacy meta being persistedrubenwardy
2018-06-03Statbars: fix incorrect half-images in non-standard orientations (fixes #6198)Nathanaël Courant
2018-06-03Android stepheight: Only increase if 'touching ground' (#6313)Paramat
2018-06-03Fix Android node selection distance (#6187)Dániel Juhász
2018-06-03serialize: use a temporary for SerializeException Exception must always use t...Loïc Blot
2018-06-03Typo fix in compat code from commit 1d8d01074fdb52946f81110bebf1d001185b394bLoic Blot
2018-06-03ClientInterface: add a function to verify (correctly) if user limit was reach...Loïc Blot
2018-06-03Make dropped items colorableDániel Juhász
2018-06-03Trigger on_rightclick regardless on the formspec meta fieldSmallJoker
2018-06-03Full viewing range key message clarifiedFixer
2018-06-03Add tiny Y offset in collisionMoveSimple() to tweak performanceJens Rottmann
2018-06-03Fix player coordinate rounding in collisionMoveSimple() (#6197)Jens Rottmann