summaryrefslogtreecommitdiff
path: root/src/game-server/being.hpp
AgeCommit message (Expand)AuthorFilesLines
2007-03-31Added a DeathListener interface, which the SpawnArea now uses to get notifiedBjørn Lindeijer1-0/+18
2007-03-30Separated the Thing and MovingObject classes from the Object module.Bjørn Lindeijer1-1/+1
2007-03-15Set the default map position of new characters to a value that makes more sen...Philipp Sehmisch1-68/+31
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-75/+65
2007-03-11Implemented stat handling infrastructure and basic damage calculation.Philipp Sehmisch1-27/+92
2007-03-02Implemented being death, removal of dead mobs and sitting.Philipp Sehmisch1-28/+43
2007-01-03Starting to work on adding items to the map. Nothing concrete for now, just a...Guillaume Melquiond1-11/+0
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond1-0/+214