summaryrefslogtreecommitdiffstats
path: root/src/MapManager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-2/+3
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-4/+3
This reverts commit 496c337cdfa593654018c171f6a74c28272265b5.
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-3/+4
2015-07-14Improved mapsTiger Wang1-5/+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-7/+4
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-07-17Fixed spaces around single-line comments.madmaxoft1-3/+3
There should be at least two spaces in front and one space after //-style comments.
2014-07-17Fixed basic whitespace problems.madmaxoft1-11/+8
Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-1/+1
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-1/+1
2014-02-23Manually exported DoWithMapandrew1-1/+1
2014-02-23Documented and exported cMapManagerandrew1-3/+5
2014-02-20Thread safe cMap managerandrew1-0/+76