aboutsummaryrefslogtreecommitdiff
path: root/src/nodedef.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-09Translated using Weblate (German)est311-20/+15
2015-08-09Translated using Weblate (French)Jean-Patrick G1-53/+45
2015-08-07Fix camera updates being toggled by N key in release mode (#2762)Kahrl2-2/+6
2015-08-06Fix detection of sneaking nodegregorycu1-2/+2
2015-08-06Fix BufferedPacket race condition (fixes #2983)kwolekr2-1/+9
2015-08-06Fix critical vulnerabilities and bugs with NetworkPacketkwolekr2-63/+69
2015-08-06Initialize random for verification key generation tooest311-0/+2
2015-08-05Improve Script CPP API diagnosticskwolekr16-107/+129
2015-08-05connection: Make assertions non-fatal for received datakwolekr1-19/+43
2015-08-05Fix tiling issues for PLANTLIKE and FIRELIKE with FSAARealBadAngel4-9/+35
2015-08-03Cavegen V6: Make all caves consistent with 0.4.12 stableparamat2-20/+36
2015-08-03Biome API: Make fallback biome stone and water, disable fillerparamat2-7/+7
2015-08-02src/util/numeric.{cpp,h}: Fix FacePositionCache data raceBřetislav Štec2-0/+6
2015-08-02Fix "bouncy" blocksMiner591-11/+14
2015-08-02src/client/tile.cpp: Fix reference countingBřetislav Štec1-11/+13
2015-08-02Android: fix sound issue, and gitignoreest312-7/+6
2015-08-02Actually document what minetest.is_protected should doest311-0/+3
2015-08-02Add map limit config optionrubenwardy11-43/+38
2015-08-02Prepend "Lua: " before lua exceptionsBřetislav Štec2-22/+11
2015-08-02src/wieldmesh.cpp: Fix mesh extrusion memory leakBřetislav Štec1-3/+4
2015-08-02src/client.cpp: Fix mapper memory leakBřetislav Štec1-4/+6
2015-08-01Improve accuracy and safety of float serializationkwolekr2-17/+21
2015-08-01Clean up util/serialization.{cpp,h} and add unit testskwolekr3-268/+315
2015-08-01src/environment.cpp: Fix NULL pointer dereferenceBřetislav Štec1-11/+13
2015-08-01src/network/connection.h: Fix race conditionBřetislav Štec1-1/+5
2015-08-01Android: Add githash header to spare rebuilds after new commitsest313-24/+38
2015-07-31tests: Log exceptions thrown inside of unit testskwolekr1-12/+16
2015-08-01Dungeon generation: Fix code style issues in dungeongen.cppparamat1-103/+95
2015-07-31Android: speed up rebuild, and prevent race condition failest311-5/+14
2015-07-31Fix 0.4.11 githash for androidest311-20/+18
2015-07-31Small SendableMediaAnnouncement cleanupLoic Blot1-28/+6
2015-07-29Android: fix horrible libiconv buildest315-104/+47
2015-07-29Android: Fix minor makefile bugsest311-3/+3
2015-07-29Precalculate mapblock relative size. This permit to remove many s16 calculs o...nerzhul2-1/+10
2015-07-27Fixed minimap memory leakBřetislav Štec4-8/+16
2015-07-27Extend CMake variable descriptionsSmallJoker1-11/+11
2015-07-27Fix srp.cpp:815 leakest312-4/+1
2015-07-27Add AreaStore data structureest3115-0/+1263
2015-07-25Fix MSVC number conversion warningSmallJoker1-1/+1
2015-07-25Fix FSAA dropdown option reset after changing another dropdown optionjeanpatrick.guerrero@gmail.com1-13/+15
2015-07-25Fix minetest.get_(all)_craft_recipe(s) regressionest311-3/+3
2015-07-25Cleanup server addparticle(spawner) by merge two identical functions.Loic Blot3-118/+51
2015-07-25Remove drivers dropdown in the settings tabkilbith1-40/+0
2015-07-24Fix documentation of dedicated_server_loopest311-2/+2
2015-07-24Check output of mpz_set_str and fix leak on error conditionest312-14/+21
2015-07-24Remove some old dead code. Fix some Clang warnings in SRP (ng->N... willLoic Blot4-241/+2
2015-07-24Bump protocol to 26est311-1/+1
2015-07-24Update my nameNovatux1-1/+1
2015-07-23Optional reconnect functionalityest3125-110/+233
2015-07-23Fix issues with light of attached CAOsRealBadAngel3-6/+27