summaryrefslogtreecommitdiff
path: root/src/resources/equipmentdb.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-08-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer1-180/+0
art attribute. Removed the now unnecessary multiplication of weapon IDs with 10000. Added a fallback item icon and used it for unknown items or when an item image fails to load.
2007-08-22Fixed an arithmetic exception in ItemShortcutContainer::draw.Bjørn Lindeijer1-176/+180
Changed default sitting key back to 's'. Fixed a problem with all equipment being interpreted as weapon sprite.
2007-07-11Weapon sprites are now (almost) threated like other equipment sprites ↵Philipp Sehmisch1-13/+33
through the equipment sprite database. (use -u to ignore updates)
2007-04-23Merged Björn Steinbrinks improvements at the xml parsing from trunk version.Philipp Sehmisch1-8/+3
2006-12-23Load the databases at the start of the LOGIN state, after the updates areBjørn Lindeijer1-0/+3
loaded.
2006-11-26Higher precision log timestamps, some more logging and support for TGA images.Bjørn Lindeijer1-0/+1
2006-11-26Equipment database namespace and support for gender specific equipment spritesPhilipp Sehmisch1-0/+157