summaryrefslogtreecommitdiff
path: root/src/equipment.h
AgeCommit message (Expand)AuthorFilesLines
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-6/+11
2007-08-08Fixed position of the cleaning bit for looks, so that it actually fits into n...Guillaume Melquiond1-3/+7
2007-08-08Re-designed equipment window, un-equip created.Joshua Langley1-1/+1
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-30/+6
2006-03-08Use STL algorithms and make destructor inline.Björn Steinbrink1-5/+0
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-19/+9
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-53/+41
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-1/+1
2005-07-23* docs/HACKING.txt: Added info about member naming and ChangeLogBjørn Lindeijer1-0/+7
2005-07-17Added Item and Equipment class and made the appropriate places make use of th...Björn Steinbrink1-0/+99