aboutsummaryrefslogtreecommitdiff
path: root/src/mapsector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot2016-10-051-21/+7
| | | | | | | | | | | | 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
* Use warningstream for log messages with WARNINGShadowNinja2015-10-141-1/+1
| | | | Remove DTIME macro and its uses, too
* Add count based unload limit for mapblocksest312015-08-131-15/+20
|
* For usages of assert() that are meant to persist in Release builds (when ↵Craig Robbins2015-03-071-1/+1
| | | | NDEBUG is defined), replace those usages with persistent alternatives
* Replace std::list by std::vector into ClientMap::updateDrawList, ↵Loic Blot2015-02-171-1/+1
| | | | | | Map::timerUpdate and ServerMap::save(). This will speedup the loop reading into those functions
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-4/+1
|
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-23/+18
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* Fix client.h getting included on the server buildPerttu Ahola2012-03-311-0/+2
|
* GameDef compilesPerttu Ahola2011-11-291-8/+10
|
* more reorganizing of map codePerttu Ahola2011-06-261-4/+4
|
* cleaned map stuffPerttu Ahola2011-06-261-88/+16
|
* New map generator added (and SQLite, messed up the commits at that time...) ↵Perttu Ahola2011-06-251-1/+0
| | | | (import from temporary git repo)
* mapgen stuffPerttu Ahola2011-02-051-360/+11
|
* partly working chunk-based map generator (doesn't save properly, spawn is ↵Perttu Ahola2011-02-011-2/+7
| | | | pretty random)
* map generation framework under development... not quite operational at this ↵Perttu Ahola2011-01-301-2/+7
| | | | point.
* added dedicated server build without irrlichtPerttu Ahola2010-12-191-0/+2
|
* license stuffPerttu Ahola2010-11-291-0/+19
| | | | | --HG-- rename : src/licensecomment.txt => licensecomment.txt
* Initial filesPerttu Ahola2010-11-271-0/+652