summaryrefslogtreecommitdiff
path: root/src/account-server/characterdata.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-08-27Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond1-2/+9
2007-08-18First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond1-2/+2
2007-08-14Handled money as part of the inventory.Guillaume Melquiond1-1/+1
2007-07-01Made character data persistent across logout/login.Guillaume Melquiond1-13/+0
2007-07-01Reverted inventory handling code to the last known working state. Simplified ...Guillaume Melquiond1-17/+2
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-4/+4
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-0/+62