aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Lua PcgRandomest312015-08-122-0/+6
* Treegen: Rename pine tree mapgen aliasparamat2015-08-101-1/+1
* Fix intlGUIEditBox leak and uninitialized value in Mapper (reported by valgrind)Kahrl2015-08-102-6/+9
* Make NetworkPacket respect serialized string size limitskwolekr2015-08-101-7/+11
* Display Lua memory usage at the time of Out-of-Memory errorkwolekr2015-08-102-4/+10
* Fix segfaults caused by the Environment not being initialized yetrubenwardy2015-08-091-0/+20
* Remove unused fileLoic Blot2015-08-091-77/+0
* Fix camera updates being toggled by N key in release mode (#2762)Kahrl2015-08-072-2/+6
* Fix detection of sneaking nodegregorycu2015-08-061-2/+2
* Fix BufferedPacket race condition (fixes #2983)kwolekr2015-08-062-1/+9
* Fix critical vulnerabilities and bugs with NetworkPacketkwolekr2015-08-062-63/+69
* Initialize random for verification key generation tooest312015-08-061-0/+2
* Improve Script CPP API diagnosticskwolekr2015-08-0516-107/+129
* connection: Make assertions non-fatal for received datakwolekr2015-08-051-19/+43
* Fix tiling issues for PLANTLIKE and FIRELIKE with FSAARealBadAngel2015-08-054-9/+35
* Cavegen V6: Make all caves consistent with 0.4.12 stableparamat2015-08-032-20/+36
* Biome API: Make fallback biome stone and water, disable fillerparamat2015-08-032-7/+7
* src/util/numeric.{cpp,h}: Fix FacePositionCache data raceBřetislav Štec2015-08-022-0/+6
* Fix "bouncy" blocksMiner592015-08-021-11/+14
* src/client/tile.cpp: Fix reference countingBřetislav Štec2015-08-021-11/+13
* Add map limit config optionrubenwardy2015-08-0210-42/+31
* Prepend "Lua: " before lua exceptionsBřetislav Štec2015-08-022-22/+11
* src/wieldmesh.cpp: Fix mesh extrusion memory leakBřetislav Štec2015-08-021-3/+4
* src/client.cpp: Fix mapper memory leakBřetislav Štec2015-08-021-4/+6
* Improve accuracy and safety of float serializationkwolekr2015-08-012-17/+21
* Clean up util/serialization.{cpp,h} and add unit testskwolekr2015-08-013-268/+315
* src/environment.cpp: Fix NULL pointer dereferenceBřetislav Štec2015-08-011-11/+13
* src/network/connection.h: Fix race conditionBřetislav Štec2015-08-011-1/+5
* Android: Add githash header to spare rebuilds after new commitsest312015-08-011-0/+1
* tests: Log exceptions thrown inside of unit testskwolekr2015-07-311-12/+16
* Dungeon generation: Fix code style issues in dungeongen.cppparamat2015-08-011-103/+95
* Small SendableMediaAnnouncement cleanupLoic Blot2015-07-311-28/+6
* Android: fix horrible libiconv buildest312015-07-291-12/+0
* Precalculate mapblock relative size. This permit to remove many s16 calculs o...nerzhul2015-07-292-1/+10
* Fixed minimap memory leakBřetislav Štec2015-07-274-8/+16
* Fix srp.cpp:815 leakest312015-07-272-4/+1
* Add AreaStore data structureest312015-07-2712-0/+1236
* Fix MSVC number conversion warningSmallJoker2015-07-251-1/+1
* Fix minetest.get_(all)_craft_recipe(s) regressionest312015-07-251-3/+3
* Cleanup server addparticle(spawner) by merge two identical functions.Loic Blot2015-07-253-118/+51
* Fix documentation of dedicated_server_loopest312015-07-241-2/+2
* Check output of mpz_set_str and fix leak on error conditionest312015-07-242-14/+21
* Remove some old dead code. Fix some Clang warnings in SRP (ng->N... willLoic Blot2015-07-244-241/+2
* Bump protocol to 26est312015-07-241-1/+1
* Optional reconnect functionalityest312015-07-2322-83/+189
* Fix issues with light of attached CAOsRealBadAngel2015-07-233-6/+27
* Mgv7: Use density noise + density gradient for mountain terrainparamat2015-07-211-13/+17
* Add wielded (and CAOs) shaderRealBadAngel2015-07-219-40/+75
* Clarify docs for auth.cpp methodest312015-07-211-3/+3
* Ask auth handler to create auth when a default password is setest312015-07-212-7/+19