summaryrefslogtreecommitdiff
path: root/src/account-server/characterdata.hpp
AgeCommit message (Expand)AuthorFilesLines
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond1-185/+0
2007-08-27Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond1-7/+15
2007-08-18First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond1-8/+5
2007-08-14Handled money as part of the inventory.Guillaume Melquiond1-9/+0
2007-07-01Made character data persistent across logout/login.Guillaume Melquiond1-5/+0
2007-07-01Reverted inventory handling code to the last known working state. Simplified ...Guillaume Melquiond1-23/+17
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-0/+9
2007-03-14Corrected formatting of single-line commentsRogier Polak1-1/+1
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-12/+12
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-0/+191