summaryrefslogtreecommitdiffstats
path: root/src/game-server/character.hpp
Commit message (Expand)AuthorAgeFilesLines
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Added updating party member health.David Athay2008-11-041-0/+6
* Magic implementation roadmap phase 1 and 2 (calling a script function on PGMS...Philipp Sehmisch2008-11-011-0/+6
* Added script bindings for manipulating the characters experience.Philipp Sehmisch2008-11-011-5/+5
* Implemented getting the attack zone of weapons from the item database and imp...Philipp Sehmisch2008-09-271-0/+2
* fix errors in the last commitRoderic Morris2008-07-041-1/+1
* Removed guild stuff from game server and added some party stuff to it.David Athay2008-07-031-0/+9
* Implemented NPC names. Implemented the theoretical possibility to have named ...Philipp Sehmisch2008-05-191-11/+0
* Fixed some compiler errors/warnings.Bjørn Lindeijer2008-04-201-3/+3
* Implemented dynamic and selective pathblocking. Monsters are blocked by playe...Philipp Sehmisch2008-03-131-0/+15
* Added natural HP regeneration, capped HP at maximum and set HP to 1 after res...Philipp Sehmisch2008-03-041-2/+2
* Work in Progress commit of guilds.David Athay2008-02-281-2/+2
* Implemented player respawn.Philipp Sehmisch2008-02-271-0/+5
* Added weapon skill system and leveling system.Philipp Sehmisch2008-01-281-2/+89
* Replaced event system. Fixed race condition between quest variable recovery a...Guillaume Melquiond2007-08-291-0/+5
* Implemented quest variables.Guillaume Melquiond2007-08-281-0/+7
* Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond2007-08-271-0/+9
* Added support for protective equipment.Guillaume Melquiond2007-08-191-5/+0
* First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond2007-08-181-35/+19
* Handled money as part of the inventory.Guillaume Melquiond2007-08-141-11/+0
* Implemented buy/sell handler.Guillaume Melquiond2007-08-131-6/+33
* Added support for trading.Guillaume Melquiond2007-07-291-9/+22
* Simplified code by using map pointers only, instead of using both map IDs and...Guillaume Melquiond2007-07-071-71/+11
* Reverted inventory handling code to the last known working state. Simplified ...Guillaume Melquiond2007-07-011-13/+12
* Mostly fixed some compilation issues.Bjørn Lindeijer2007-03-231-4/+10
* Implemented communication of attribute changes from server to client.Philipp Sehmisch2007-03-221-0/+10
* Set the default map position of new characters to a value that makes more sen...Philipp Sehmisch2007-03-151-7/+13
* Modified the game-server to use AbstractCharacterData, some renamingRogier Polak2007-03-141-0/+263