Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-19 | ServerMap saving: cleanups (#6274) | Loïc Blot | |
* remove sector meta loading/saving from files which targets dead code (differs_from_disk is always empty) * this remove empty ServerMapSector and ClientMapSector, remove MapSector childs | |||
2017-08-18 | Modernize various files (src/m*) (#6267) | Loïc Blot | |
* Modernize various files (src/m*) * range-based for loops * code style * C++ headers instead of C headers * Default operators * empty function Thanks to clang-tidy | |||
2017-06-17 | Cpp11 initializers 2 (#5999) | Loïc Blot | |
* C++11 patchset 10: continue cleanup on constructors * Drop obsolete bool MainMenuData::enable_public (setting is called with cURL in server loop) * More classes cleanup * More classes cleanup + change NULL tests to boolean tests | |||
2017-06-04 | C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821) | Loïc Blot | |
2016-10-05 | Replace various std::map with UNORDERED_MAP + various cleanups | Loic Blot | |
This is part 2 for 5f084cd98d7b3326b51320455364337539710efd Other improvements: * Use the defined ItemGroupList when used * make Client::checkPrivilege const * inline some trivial functions * Add ActiveObjectMap typedef * Add SettingsEntries typedef | |||
2015-10-14 | Use warningstream for log messages with WARNING | ShadowNinja | |
Remove DTIME macro and its uses, too | |||
2015-08-13 | Add count based unload limit for mapblocks | est31 | |
2015-03-07 | For usages of assert() that are meant to persist in Release builds (when ↵ | Craig Robbins | |
NDEBUG is defined), replace those usages with persistent alternatives | |||
2015-02-17 | Replace std::list by std::vector into ClientMap::updateDrawList, ↵ | Loic Blot | |
Map::timerUpdate and ServerMap::save(). This will speedup the loop reading into those functions | |||
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | |
2013-03-11 | Migrate to STL containers/algorithms. | Ilya Zhuravlev | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | |
GPLv2/later, by agreement of major contributors | |||
2012-03-31 | Fix client.h getting included on the server build | Perttu Ahola | |
2011-11-29 | GameDef compiles | Perttu Ahola | |
2011-06-26 | more reorganizing of map code | Perttu Ahola | |
2011-06-26 | cleaned map stuff | Perttu Ahola | |
2011-06-25 | New map generator added (and SQLite, messed up the commits at that time...) ↵ | Perttu Ahola | |
(import from temporary git repo) | |||
2011-02-05 | mapgen stuff | Perttu Ahola | |
2011-02-01 | partly working chunk-based map generator (doesn't save properly, spawn is ↵ | Perttu Ahola | |
pretty random) | |||
2011-01-30 | map generation framework under development... not quite operational at this ↵ | Perttu Ahola | |
point. | |||
2010-12-19 | added dedicated server build without irrlicht | Perttu Ahola | |
2010-11-29 | license stuff | Perttu Ahola | |
--HG-- rename : src/licensecomment.txt => licensecomment.txt | |||
2010-11-27 | Initial files | Perttu Ahola | |