summaryrefslogtreecommitdiff
path: root/src/game-server/character.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-08-19Added support for protective equipment.Guillaume Melquiond1-2/+3
2007-08-18First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond1-64/+81
2007-08-14Involved money in trade handler.Guillaume Melquiond1-6/+22
2007-08-14Handled money as part of the inventory.Guillaume Melquiond1-1/+1
2007-08-13Implemented buy/sell handler.Guillaume Melquiond1-3/+50
2007-07-29Added support for trading.Guillaume Melquiond1-4/+3
2007-07-07Singleton managers do not need stateful classes. Changed them to namespace in...Guillaume Melquiond1-1/+1
2007-07-07Simplified code by using map pointers only, instead of using both map IDs and...Guillaume Melquiond1-0/+12
2007-07-01Made character data persistent across logout/login.Guillaume Melquiond1-2/+4
2007-07-01Reverted inventory handling code to the last known working state. Simplified ...Guillaume Melquiond1-42/+3
2007-06-30Implemented basic monster AI and fixed a stability problem caused by the spaw...Philipp Sehmisch1-0/+2
2007-06-16Fixed initial attribute status.Guillaume Melquiond1-0/+1
2007-03-23Mostly fixed some compilation issues.Bjørn Lindeijer1-1/+1
2007-03-22Implemented communication of attribute changes from server to client.Philipp Sehmisch1-0/+22
2007-03-15Set the default map position of new characters to a value that makes more sen...Philipp Sehmisch1-13/+29
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-0/+108