summaryrefslogtreecommitdiffstats
path: root/src/game-server/item.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved the functions which translate strings into enumerations from the XML li...Philipp Sehmisch2008-02-211-0/+55
* Implemented use of items, e.g. food.Guillaume Melquiond2007-08-191-22/+8
* Added support for protective equipment.Guillaume Melquiond2007-08-191-0/+30
* First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond2007-08-181-0/+31
* Modified the game-server to use AbstractCharacterData, some renamingRogier Polak2007-03-141-5/+3
* Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak2007-03-051-4/+1
* Starting to work on adding items to the map. Nothing concrete for now, just a...Guillaume Melquiond2007-01-031-0/+48