summaryrefslogtreecommitdiff
path: root/src/player.h
AgeCommit message (Expand)AuthorFilesLines
2006-12-30Removed reference-counted pointers from the game server.Guillaume Melquiond1-2/+6
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-10/+5
2006-12-29Implemented basic attack hit detection and damage notification.Philipp Sehmisch1-1/+6
2006-12-27Clients are now notified when other clients near them perform attacks.Philipp Sehmisch1-0/+9
2006-10-20Adding inventory handling (basics) Part 1.Yohann Ferreira1-11/+7
2006-09-02Added GameClient pointer to Player class for O(1) message sending.Guillaume Melquiond1-4/+16
2006-09-02Decorrelated moving object IDs from character database IDs. Switched to short...Guillaume Melquiond1-1/+17
2006-08-27Put Player class in its own module instead of defining it together with Being.Bjørn Lindeijer1-0/+230