summaryrefslogtreecommitdiff
path: root/src/game-server/trigger.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-07-07Singleton managers do not need stateful classes. Changed them to namespace in...Guillaume Melquiond1-1/+1
2007-07-07Simplified code by using map pointers only, instead of using both map IDs and...Guillaume Melquiond1-10/+2
2007-03-30Separated the Thing and MovingObject classes from the Object module.Bjørn Lindeijer1-1/+3
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-1/+1
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond1-1/+1
2007-01-02Removed obsolete files. Added a generic trigger system.Guillaume Melquiond1-0/+55