aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix some rendering glitchesBlockMen2015-03-053-65/+61
* Performance improvement: Use std::list instead of std::vector for request_med...Loic Blot2015-03-058-21/+16
* Remove Queue class which uses std::list and use native std::queueLoic Blot2015-03-0511-139/+85
* Fix memory leak in MapgenV6Craig Robbins2015-03-051-0/+2
* Cavegen, mgv5: Cleanup codeparamat2015-03-045-284/+205
* Use std::vector instead of std::list in StaticObjectList and MutexedMap::getV...Loic Blot2015-03-045-15/+12
* ABMHandler and player_collisions use sequential read/write. Switch from std::...Loic Blot2015-03-046-89/+18
* ClientInterface::getClientIDs doesn't need a std::list. Use a std::vector for...Loic Blot2015-03-044-71/+57
* We always know playerSAO when calling SendInventory. Using it instead of sear...Loic Blot2015-03-044-12/+12
* Radius parameter for /deleteblocks hereSmallJoker2015-03-051-2/+9
* Send Position packet on event, don't check it at each AsyncRunStep.Loic Blot2015-03-045-45/+10
* ASyncRunStep doesn't need to lock when do setTimeOfDaySpeed.Loic Blot2015-03-043-35/+40
* Send Inventory packet on event, don't check it at each AsyncRunStep.Loic Blot2015-03-047-34/+17
* Remove unused m_wielded_item_not_sentLoic Blot2015-03-033-13/+2
* Send Breath packet on event, don't check it at each AsyncRunStepLoic Blot2015-03-036-16/+16
* Send Player HP when setHP (or a setHP caller) is called instead of looping an...Loic Blot2015-03-036-42/+54
* Fix occlusionMiguel Almeida2015-03-021-2/+2
* Fix narrow_to_wide_c (ANDROID)Craig Robbins2015-03-021-3/+5
* Mgv6: Add heightmap. Do not make large caves that are entirely above groundparamat2015-03-022-0/+35
* Add /setpassword and /clearpassword loggingest312015-02-271-5/+15
* Add Turkish languagemahmutelmas062015-02-271-0/+1248
* Update minetest.poRui2015-02-271-156/+159
* Revert "Fix particles draworder" (issue #2388)Loic Blot2015-02-271-2/+2
* Change find_surface_nodes_in_area to find_nodes_in_area_under_airCraig Robbins2015-02-273-11/+19
* Add find_surface_nodes_in_area LUA call which permit to only get the nodes wh...Loic Blot2015-02-273-3/+56
* Wrap lines longer than 80 characters in lua_api.txt ...and minor formating ch...rubenwardy2015-02-271-95/+138
* Fix minor memory leak (Android)Craig Robbins2015-02-271-5/+10
* Biome API: Re-calculate biome at every surface in a mapchunk columnparamat2015-02-267-61/+43
* Add camera smoothing and cinematic mode (F8)rubenwardy2015-02-254-23/+62
* Rename --do-unittests to --run-unittests as @Zeno- and @sfan5 requestedLoic Blot2015-02-242-4/+4
* Optimise MapBlockMesh related functionsgregorycu2015-02-235-12/+35
* Fix wrapDegrees family of functionsCraig Robbins2015-02-233-51/+80
* Add src/network/CMakeFiles/ and src/client/CMakeFiles to gitignore4Evergreen42015-02-231-0/+2
* Disallow object:remove() if the object is a playerKahrl2015-02-232-0/+2
* Fix serialization of floating point numbersShadowNinja2015-02-211-1/+10
* Improve FindIrrlicht.cmake moduleMarkus Koschany2015-02-211-1/+1
* Add mod.conf file support This new file only permits to specify a mod name fo...kaeza2015-02-211-0/+5
* Fix android buildLoic Blot2015-02-211-2/+2
* Fix some memory leaks on packet sending.Loic Blot2015-02-214-12/+13
* Move hex.h to util/Loic Blot2015-02-216-15/+14
* Fix particles draworderBlockMen2015-02-211-2/+2
* Move sha1.hpp and base64.hpp to util/Loic Blot2015-02-2111-9/+9
* Use skin font for usernames (fixes #2363)BlockMen2015-02-211-1/+1
* Use proper CMakeLists.txt for network and client directoriesLoic Blot2015-02-213-7/+28
* Update Japanese TranslationRui2015-02-211-313/+440
* Unit tests must be done at integration process.Loic Blot2015-02-214-28/+21
* Mgv5: Remove blobgen. Remove crumble and wetness noisesparamat2015-02-214-73/+322
* update README.txtNer'zhul2015-02-201-7/+4
* Typo fix in networkprotocol.hNer'zhul2015-02-191-1/+1
* Uncomment version patch fieldBlockMen2015-02-181-1/+1