summaryrefslogtreecommitdiff
path: root/src/account-server/characterdata.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime ↵Guillaume Melquiond1-41/+0
of accounts and characters in server memory. Cleaned some code.
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) ↵Guillaume Melquiond1-2/+2
of TMWserv.
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
serialization interface along the way.
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 ↵Rogier Polak1-0/+62
serialize and deserialize functions on both the accountserver and the gameserver.