summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-06-03Fix buffer parameter not working in LuaPerlinNoiseMap::l_getMapSlice()Pedro Gimeno
2018-06-03Fix Wstringop-overflow warning from util/srp.cpp (#6855)you
2018-06-03Fix rounding error in g/set_node caused by truncation to floatrubenwardy
2018-06-03Fix dancing textnumber Zero
2018-06-03Fix undefined behaviour on getting pointer to data in empty vectornOOb3167
2018-06-03Fix wrong scrolling (#6809)Vitaliy
2018-06-03Damage: Remove damage ignore timerSmallJoker
2018-06-03Ensure no item stack is being held before crafting (#4779)Luis Cáceres
2018-06-03Shut down mapgen threads before other shutdown tasks (#6689)raymoo
2018-06-03Hint at problematic code when logging deprecated callssfan5
2018-06-03Inventory: Restrict access from too far awaySmallJoker
2018-06-03Biome dust node: Only place on 'walkable' cubic non-liquid drawtypesparamat
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-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-03Don't try to craft a non-existent itemEsteban I. RM
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-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-03ServerEnv: Clean up object lifecycle handling (#6414)sfan5
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-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
2018-06-03Fix crash when using --go in command lineJuozas Pocius
2018-06-03Noise: Prevent unittest crash caused by division by zeroSmallJoker
2018-06-03Sneak: Stripped down versionSmallJoker
2018-06-03Include TILE_MATERIAL_OPAQUE in shaders header (#6086)stujones11