summaryrefslogtreecommitdiff
path: root/src/net/equipmenthandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-9/+10
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3738 | b_lindeijer | 2007-11-16 00:44:01 +0100 (Fri, 16 Nov 2007) | 3 lines Moved item icon from ItemInfo class to the Item class, so that it can be loaded on demand. Results in faster startup time and reduced memory usage. ........
2008-06-02Merged handling for eAthena packets 0x00c3 and 0x01d7 and added support forBjørn Lindeijer1-20/+0
displaying a shield sprite (patch by Sanga).
2007-12-10Simplified player subsprite handling by treating equipment, hairstyle and ↵Philipp Sehmisch1-2/+2
base sprites alike. Implementing female hairstyles is now a purely content-sided task.
2007-08-22Fixed an arithmetic exception in ItemShortcutContainer::draw.Bjørn Lindeijer1-3/+5
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-4/+5
through the equipment sprite database. (use -u to ignore updates)
2007-03-19Added target cursor. Shows blue when target in range, and red when out of range.David Athay1-0/+5
2006-07-24Equipments now use real slot positions.Eugenio Favalli1-6/+6
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+210