summaryrefslogtreecommitdiffstats
path: root/src/account-server/characterdata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond2007-08-301-41/+0
* Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond2007-08-271-2/+9
* First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond2007-08-181-2/+2
* Handled money as part of the inventory.Guillaume Melquiond2007-08-141-1/+1
* Made character data persistent across logout/login.Guillaume Melquiond2007-07-011-13/+0
* Reverted inventory handling code to the last known working state. Simplified ...Guillaume Melquiond2007-07-011-17/+2
* Modified the game-server to use AbstractCharacterData, some renamingRogier Polak2007-03-141-4/+4
* Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak2007-03-051-0/+62