summaryrefslogtreecommitdiffstats
path: root/src/MapManager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-2/+2
2017-09-07Made world data paths adjustable, and added API to temporarily disable saving chunks to disk. (#3912)Lane Kolbly1-4/+4
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-3/+3
This reverts commit 496c337cdfa593654018c171f6a74c28272265b5.
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-3/+3
2015-07-14Improved mapsTiger Wang1-18/+4
2015-05-24Made -Weverything an error.tycho1-2/+2
2015-05-19Make -Werror disabling file onlytycho1-1/+1
Ad fix a load of warnings
2015-03-21Changed cEntity::m_UniqueID to UInt32.Mattes D1-1/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-4/+4
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-4/+4
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-3/+3
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-3/+3
2014-02-23Manually exported DoWithMapandrew1-1/+1
2014-02-20Thread safe cMap managerandrew1-0/+178