Translated using Weblate (Lithuanian)
[oweals/minetest.git] / src / mapsector.cpp
2017-08-19 Loïc BlotServerMap saving: cleanups (#6274)
2017-08-18 Loïc BlotModernize various files (src/m*) (#6267)
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2016-10-05 Loic BlotReplace various std::map with UNORDERED_MAP + various...
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-08-13 est31Add count based unload limit for mapblocks
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-02-17 Loic BlotReplace std::list by std::vector into ClientMap::update...
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-03-31 Perttu AholaFix client.h getting included on the server build
2011-11-29 Perttu AholaGameDef compiles
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-26 Sebastian RühlMerge branch 'master' of https://github.com/erlehmann...
2011-06-26 Sebastian RühlMerge branch 'master' of https://github.com/erlehmann...
2011-06-25 Perttu Aholamore reorganizing of map code
2011-06-25 Perttu Aholacleaned map stuff
2011-06-25 Perttu AholaNew map generator added (and SQLite, messed up the...
2011-02-05 Perttu Aholamapgen stuff
2011-02-01 Perttu Aholapartly working chunk-based map generator (doesn't save...
2011-01-29 Perttu Aholamap generation framework under development... not quite...
2010-12-19 Perttu Aholaadded dedicated server build without irrlicht
2010-11-29 Perttu Aholalicense stuff
2010-11-26 Perttu AholaInitial files