summaryrefslogtreecommitdiff
path: root/src/game-server/thing.hpp
AgeCommit message (Collapse)AuthorFilesLines
2008-03-13Implemented dynamic and selective pathblocking. Monsters are blocked by ↵Philipp Sehmisch1-1/+1
player characters and other monsters, player characters only by monsters.
2007-08-29Replaced event system. Fixed race condition between quest variable recovery ↵Guillaume Melquiond1-3/+30
and character removal.
2007-07-07Simplified code by using map pointers only, instead of using both map IDs ↵Guillaume Melquiond1-16/+5
and map pointers.
2007-06-30Implemented basic monster AI and fixed a stability problem caused by the ↵Philipp Sehmisch1-2/+14
spawn areas.
2007-03-30Separated the Thing and MovingObject classes from the Object module.Bjørn Lindeijer1-0/+113