Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-24 | Fixed broken communication of attack directions. | Philipp Sehmisch | 2 | -2/+9 | |
2008-01-19 | Fixed interpretation of weapon types in items.xml. | Philipp Sehmisch | 1 | -1/+1 | |
2008-01-10 | Item types and weapon types are now identified by name instead of numbers in ↵ | Philipp Sehmisch | 3 | -10/+86 | |
the items.xml. Removed entries for eAthena compatiblity from items.xml (the database isn't eAthena compatible anymore), added item type and weapon-type properties to all items. All healing items now have a healing effect. | |||||
2008-01-07 | Implemented new attribute enumerations of server update. Reformated the ↵ | Philipp Sehmisch | 1 | -7/+10 | |
items.xml file for easier editing. Added item types and attribute modifiers to equipment- and heal items for troubleshooting the equipment system. Added a set of attribute-enhancing rings for troubleshooting basic attribute modifiers. | |||||
2007-12-18 | Updated attribute system to the latest design decisions (removed charisma, ↵ | Philipp Sehmisch | 8 | -32/+24 | |
kept agility in) | |||||
2007-12-09 | Add missing source files to the CMake configuration. | Björn Steinbrink | 1 | -0/+2 | |
2007-11-21 | Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. This | Bjørn Lindeijer | 23 | -234/+234 | |
is less confusing in 64-bit context and less conflicting with the 0.0 client. | |||||
2007-11-21 | Small lingering changes made while merging to 0.0. | Bjørn Lindeijer | 3 | -13/+9 | |
2007-11-21 | Added interpolation of tile offset for intermediate steps in long moves. | Guillaume Melquiond | 1 | -5/+22 | |
2007-11-16 | Fixed minor issues. | Eugenio Favalli | 1 | -1/+1 | |
2007-11-16 | Sped up recoloring of transparent pixels. | Guillaume Melquiond | 1 | -5/+5 | |
2007-11-16 | Reduced noise in log file. | Guillaume Melquiond | 3 | -4/+12 | |
2007-11-16 | Delayed resource deletion by 30 seconds. | Guillaume Melquiond | 4 | -24/+87 | |
2007-11-16 | Removed useless win32 implementation of gettimeofday. | Eugenio Favalli | 2 | -118/+3 | |
2007-11-15 | Moved item icon from ItemInfo class to the Item class, so that it can be loaded | Bjørn Lindeijer | 26 | -164/+264 | |
on demand. Results in faster startup time and reduced memory usage. | |||||
2007-11-15 | Temporarily disabled update loading. | Guillaume Melquiond | 1 | -1/+2 | |
2007-11-14 | Experimented with non-stuck gaming when talking to NPCs. | Guillaume Melquiond | 3 | -7/+1 | |
2007-11-14 | Improved item amount dialog box. | Guillaume Melquiond | 3 | -43/+44 | |
2007-11-14 | Fixed up and down arrows in chat box. | Guillaume Melquiond | 1 | -5/+5 | |
2007-11-08 | Ensured "unequip" button is visible. | Guillaume Melquiond | 1 | -1/+3 | |
2007-11-04 | Applied recoloring to hair styles. | Guillaume Melquiond | 1 | -1/+15 | |
2007-11-04 | Tightened palette handling. | Guillaume Melquiond | 5 | -27/+34 | |
2007-11-03 | Added automatic recoloring of images. Inspired by fungos' ideas (PR #41). | Guillaume Melquiond | 7 | -17/+421 | |
2007-11-03 | Fixed double load of hair graphics. | Guillaume Melquiond | 5 | -50/+25 | |
2007-10-28 | Fixed display of trade window. Completed trade protocol. | Guillaume Melquiond | 5 | -190/+114 | |
2007-10-28 | Separated auto-resizing into two categories: "set" and "add". Removed ↵ | Guillaume Melquiond | 5 | -31/+52 | |
useless code. | |||||
2007-10-28 | Fixed coordinates in the debug window and updated project file. | Eugenio Favalli | 1 | -2/+2 | |
2007-10-28 | Fixed a windows compilation problem caused by a define macro of the Windows ↵ | Philipp Sehmisch | 1 | -0/+2 | |
API that conflicts with a guichan identifier. | |||||
2007-10-27 | Improved layout handler to support trees of nested arrays. Needed for ↵ | Guillaume Melquiond | 8 | -199/+401 | |
converting and fixing the trade window. | |||||
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 32 | -42/+78 | |
2007-10-22 | Added Layout source files to CMake list. | Bjørn Lindeijer | 1 | -2/+4 | |
2007-10-22 | Plugged memory leak. Simplified code. Removed annoying reset of text fields. ↵ | Guillaume Melquiond | 2 | -65/+22 | |
Changed error message and marked it as translatable. | |||||
2007-10-22 | Not sure how I was able to mess this one. | Guillaume Melquiond | 1 | -4/+5 | |
2007-10-22 | Plugged memory leak. Cleaned code. | Guillaume Melquiond | 2 | -7/+10 | |
2007-10-22 | Some insignificant small changes. | Bjørn Lindeijer | 3 | -8/+8 | |
2007-10-22 | Plugged memory leak in connection dialog box. | Guillaume Melquiond | 2 | -25/+19 | |
2007-10-22 | Plugged memory leak in particle engine. | Guillaume Melquiond | 1 | -0/+3 | |
2007-10-21 | Fixed invisible text in dropboxes and shopboxes. | Guillaume Melquiond | 2 | -0/+2 | |
2007-10-21 | Converted sell dialog box to layout handler. Removed some useless code from ↵ | Guillaume Melquiond | 3 | -71/+19 | |
buy dialog box. | |||||
2007-10-21 | Converted dialog box to layout handler. | Guillaume Melquiond | 2 | -62/+17 | |
2007-10-21 | Changed to use default values when restoring missing settings. | Guillaume Melquiond | 2 | -11/+11 | |
2007-10-21 | Fixed missing pixels at bottom and right. | Guillaume Melquiond | 1 | -6/+3 | |
2007-10-21 | Added persistent positioning. | Guillaume Melquiond | 1 | -0/+2 | |
2007-10-21 | Fixed double-free of sprite actions. | Guillaume Melquiond | 1 | -8/+3 | |
2007-10-21 | Plugged memory leak in equipment sound. | Guillaume Melquiond | 2 | -12/+5 | |
2007-10-21 | Plugged memory leak in quit dialog. | Guillaume Melquiond | 1 | -0/+5 | |
2007-10-21 | Plugged memory leak in sprites. | Guillaume Melquiond | 1 | -0/+16 | |
2007-10-21 | Messed a bit: beings cannot be removed from no map. | Guillaume Melquiond | 1 | -1/+1 | |
2007-10-21 | Plugged memory leak in database reader. | Guillaume Melquiond | 1 | -0/+2 | |
2007-10-21 | Removed redundant destructor. | Guillaume Melquiond | 2 | -19/+0 | |