summaryrefslogtreecommitdiff
path: root/src/serialize
AgeCommit message (Collapse)AuthorFilesLines
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-2/+17
2008-01-10Fixed account server compiling.Philipp Sehmisch1-1/+0
2008-01-07Implemented some of the game mechanics we decided to use. The clients now ↵Philipp Sehmisch1-0/+1
only receive attribute change messages when the attribute actually changed. Left the HP mechanics as they are for now (although I consider them flawed).
2007-08-27Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond1-0/+2
2007-08-18First part of a patch for completing the RPG system (character attributes) ↵Guillaume Melquiond1-4/+4
of TMWserv.
2007-08-14Handled money as part of the inventory.Guillaume Melquiond1-2/+2
2007-07-01Made character data persistent across logout/login.Guillaume Melquiond1-4/+0
2007-07-01Reverted inventory handling code to the last known working state. Simplified ↵Guillaume Melquiond1-0/+104
serialization interface along the way.