summaryrefslogtreecommitdiff
path: root/src/game-server/idmanager.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-02IdManager tweaksThorbjørn Lindeijer1-4/+2
2013-09-19Use constructor to initialize IdManager::mLastIdThorbjørn Lindeijer1-2/+2
Fixes compile error with GCC 4.6.3.
2013-09-19Have Lua use entity IDs instead of direct pointersThorbjørn Lindeijer1-0/+75
Allows to report access to removed entities instead of crashing.