summaryrefslogtreecommitdiff
path: root/src/game-server/character.hpp
AgeCommit message (Expand)AuthorFilesLines
2008-03-04Added natural HP regeneration, capped HP at maximum and set HP to 1 after res...Philipp Sehmisch1-2/+2
2008-02-28Work in Progress commit of guilds.David Athay1-2/+2
2008-02-27Implemented player respawn.Philipp Sehmisch1-0/+5
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-2/+89
2007-08-29Replaced event system. Fixed race condition between quest variable recovery a...Guillaume Melquiond1-0/+5
2007-08-28Implemented quest variables.Guillaume Melquiond1-0/+7
2007-08-27Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond1-0/+9
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