summaryrefslogtreecommitdiff
path: root/src/game-server/mapmanager.h
AgeCommit message (Collapse)AuthorFilesLines
2013-05-03Maps are now configured in settings.xml tooPrzemysław Grzywacz1-8/+9
2013-04-27Use nullptr instead of NULL everywhereErik Schilling1-1/+1
2011-10-19Took interpreting the objects out of the map readerThorbjørn Lindeijer1-1/+2
The map reader is now only concerned with parsing the XML, whereas the MapComposite turns some of the objects into Warps, Spawns and NPCs. Reviewed-by: Yohann Ferreira
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-0/+68
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.