summaryrefslogtreecommitdiff
path: root/src/game-server/item.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-01-17Filenames of item use scripts are now taken from the items.xmlPhilipp Sehmisch1-2/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-22added on use scripts (by Kage_Jittai)Roderic Morris1-1/+9
2008-09-27Implemented getting the attack zone of weapons from the item database and imp...Philipp Sehmisch1-0/+6
2008-02-21Moved the functions which translate strings into enumerations from the XML li...Philipp Sehmisch1-0/+55
2007-08-19Implemented use of items, e.g. food.Guillaume Melquiond1-22/+8
2007-08-19Added support for protective equipment.Guillaume Melquiond1-0/+30
2007-08-18First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond1-0/+31
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-5/+3
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-4/+1
2007-01-03Starting to work on adding items to the map. Nothing concrete for now, just a...Guillaume Melquiond1-0/+48