Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2008-11-22 | Fixed warning about passing NULL for a non-pointer | Bjørn Lindeijer | 1 | -1/+1 | |
Encountered by z0ro. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-11-06 | Have equipment tied into player inventory instead of keeping its own list of ↵ | Dennis Friis | 1 | -4/+4 | |
pointers to items. This ensures the ressource is up-to-date and avoids crashes on stale item pointers. | |||||
2008-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 1 | -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-02 | Merged handling for eAthena packets 0x00c3 and 0x01d7 and added support for | Bjørn Lindeijer | 1 | -20/+0 | |
displaying a shield sprite (patch by Sanga). | |||||
2007-12-10 | Simplified player subsprite handling by treating equipment, hairstyle and ↵ | Philipp Sehmisch | 1 | -2/+2 | |
base sprites alike. Implementing female hairstyles is now a purely content-sided task. | |||||
2007-08-22 | Fixed an arithmetic exception in ItemShortcutContainer::draw. | Bjørn Lindeijer | 1 | -3/+5 | |
Changed default sitting key back to 's'. Fixed a problem with all equipment being interpreted as weapon sprite. | |||||
2007-07-11 | Weapon sprites are now (almost) threated like other equipment sprites ↵ | Philipp Sehmisch | 1 | -4/+5 | |
through the equipment sprite database. (use -u to ignore updates) | |||||
2007-03-19 | Added target cursor. Shows blue when target in range, and red when out of range. | David Athay | 1 | -0/+5 | |
2006-07-24 | Equipments now use real slot positions. | Eugenio Favalli | 1 | -6/+6 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -0/+210 | |