summaryrefslogtreecommitdiff
path: root/src/game-server/trigger.hpp
AgeCommit message (Expand)AuthorFilesLines
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-05-07Implemented script bindings for making beings talk and sending private chat m...Philipp Sehmisch1-2/+4
2008-05-06Implemented script trigger areas which call a script function when an object ...Philipp Sehmisch1-0/+15
2007-07-07Simplified code by using map pointers only, instead of using both map IDs and...Guillaume Melquiond1-3/+6
2007-03-31Made a start with having monsters spawn using a SpawnArea.Bjørn Lindeijer1-1/+1
2007-03-30Separated the Thing and MovingObject classes from the Object module.Bjørn Lindeijer1-5/+7
2007-01-03Fixed header inclusion.Guillaume Melquiond1-1/+2
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/+62