summaryrefslogtreecommitdiffstats
path: root/src/MapManager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-2/+3
|
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-4/+3
| | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5.
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-3/+4
|
* Improved mapsTiger Wang2015-07-141-5/+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-7/+4
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-2/+2
|
* Fixed spaces around single-line comments.madmaxoft2014-07-171-3/+3
| | | | There should be at least two spaces in front and one space after //-style comments.
* Fixed basic whitespace problems.madmaxoft2014-07-171-11/+8
| | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-1/+1
|
* Manually exported DoWithMapandrew2014-02-231-1/+1
|
* Documented and exported cMapManagerandrew2014-02-231-3/+5
|
* Thread safe cMap managerandrew2014-02-201-0/+76