summaryrefslogtreecommitdiff
path: root/src/player.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-12-30Made attack code pixel-based and faster. Split State::update. Improved Guillaume Melquiond1-1/+0
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-88/+5
2006-12-29Implemented basic attack hit detection and damage notification.Philipp Sehmisch1-2/+80
2006-12-27Clients are now notified when other clients near them perform attacks.Philipp Sehmisch1-0/+16
2006-11-14Adding inventory basics part 2.Yohann Ferreira1-2/+2
2006-10-20Adding inventory handling (basics) Part 1.Yohann Ferreira1-33/+9
2006-10-19Added a backend to get item reference information. The xml file isn't ready yet.Yohann Ferreira1-6/+6
2006-09-03Improved flags of Object. Moved sayAround into State.Guillaume Melquiond1-2/+0
2006-09-02Decorrelated moving object IDs from character database IDs. Switched to short...Guillaume Melquiond1-0/+8
2006-08-27Put Player class in its own module instead of defining it together with Being.Bjørn Lindeijer1-0/+93