summaryrefslogtreecommitdiffstats
path: root/src/MapManager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-2/+2
|
* Made world data paths adjustable, and added API to temporarily disable saving chunks to disk. (#3912)Lane Kolbly2017-09-071-4/+4
|
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-3/+3
| | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5.
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-3/+3
|
* Improved mapsTiger Wang2015-07-141-18/+4
|
* Made -Weverything an error.tycho2015-05-241-2/+2
|
* Make -Werror disabling file onlytycho2015-05-191-1/+1
| | | | Ad fix a load of warnings
* Changed cEntity::m_UniqueID to UInt32.Mattes D2015-03-211-1/+1
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-4/+4
|
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-3/+3
|
* Manually exported DoWithMapandrew2014-02-231-1/+1
|
* Thread safe cMap managerandrew2014-02-201-0/+178