summaryrefslogtreecommitdiff
path: root/src/game-server/object.hpp
AgeCommit message (Expand)AuthorFilesLines
2007-03-30Separated the Thing and MovingObject classes from the Object module.Bjørn Lindeijer1-188/+10
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-3/+3
2007-03-02Implemented being death, removal of dead mobs and sitting.Philipp Sehmisch1-6/+8
2007-02-25Improved hit detection by adding a function to compute collisions between cir...Philipp Sehmisch1-2/+14
2007-02-01Added caching of paths (patch by Rogier Polak).Bjørn Lindeijer1-1/+3
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond1-0/+258