summaryrefslogtreecommitdiff
path: root/src/game-server/character.hpp
AgeCommit message (Expand)AuthorFilesLines
2007-08-19Added support for protective equipment.Guillaume Melquiond1-5/+0
2007-08-18First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond1-35/+19
2007-08-14Handled money as part of the inventory.Guillaume Melquiond1-11/+0
2007-08-13Implemented buy/sell handler.Guillaume Melquiond1-6/+33
2007-07-29Added support for trading.Guillaume Melquiond1-9/+22
2007-07-07Simplified code by using map pointers only, instead of using both map IDs and...Guillaume Melquiond1-71/+11
2007-07-01Reverted inventory handling code to the last known working state. Simplified ...Guillaume Melquiond1-13/+12
2007-03-23Mostly fixed some compilation issues.Bjørn Lindeijer1-4/+10
2007-03-22Implemented communication of attribute changes from server to client.Philipp Sehmisch1-0/+10
2007-03-15Set the default map position of new characters to a value that makes more sen...Philipp Sehmisch1-7/+13
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-0/+263