Age | Commit message (Expand) | Author | Files | Lines |
2008-03-05 | Fixed typing in guild dialogs | David Athay | 1 | -41/+31 |
2008-03-03 | Skill gui beautifications by roderic. | Philipp Sehmisch | 2 | -40/+124 |
2008-03-01 | Replaced the basic guichan text field class with our derivate class. | Philipp Sehmisch | 2 | -13/+15 |
2008-02-28 | Work in Progress commit of guilds. | David Athay | 12 | -0/+713 |
2008-02-26 | Keep minimap status. Based on a patch by Knivey. | Eugenio Favalli | 1 | -5/+0 |
2008-02-24 | (no commit message) | Philipp Sehmisch | 2 | -9/+36 |
2008-02-22 | Merged creation of female characters from Legend of Mazzeroth. | Philipp Sehmisch | 2 | -5/+48 |
2008-02-22 | Implemented skill name display in skill dialog and xp messages (based on a pa... | Philipp Sehmisch | 1 | -1/+2 |
2008-02-21 | Showing a visible error message to the user when the font file fails to load. | Philipp Sehmisch | 1 | -6/+2 |
2008-02-20 | Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ... | Bjørn Lindeijer | 3 | -9/+12 |
2008-02-18 | Merged revisions 3762-3772,3776-3782 via svnmerge from | Bjørn Lindeijer | 6 | -4/+9 |
2008-02-12 | Made pathfinding not halt on collision destination tile, made moving around w... | Eugenio Favalli | 1 | -1/+1 |
2008-02-12 | Merged revisions 3687-3688,3690 via svnmerge from | Bjørn Lindeijer | 4 | -21/+26 |
2008-02-07 | Fixed unix compilation problem. | Philipp Sehmisch | 1 | -1/+1 |
2008-01-28 | Added weapon skill system and leveling system. | Philipp Sehmisch | 4 | -155/+137 |
2008-01-26 | Image alpha should also be set to 1, in case it was changed before. | Bjørn Lindeijer | 2 | -8/+8 |
2008-01-26 | Fixed a GCC 4.3 compile error and constified the usage of auto_ptr, since | Bjørn Lindeijer | 1 | -1/+1 |
2008-01-26 | Added support for alpha blending to true type font drawing. | Philipp Sehmisch | 1 | -0/+7 |
2007-12-31 | Added config options to set the scroll center. Retained scroll offset during ... | Philipp Sehmisch | 2 | -57/+64 |
2007-12-24 | Disabled non-functional item shortcut window. | Bjørn Lindeijer | 2 | -12/+12 |
2007-12-21 | Attempted to fix client freeze when unable to connect to update host, and add... | David Athay | 1 | -6/+9 |
2007-12-21 | Fixed inventory size not matching the size assumed by eAthena and related | Bjørn Lindeijer | 1 | -1/+1 |
2007-12-21 | Fixed shop list box not to scroll up when the selection is removed. | Bjørn Lindeijer | 1 | -2/+2 |
2007-12-18 | Updated attribute system to the latest design decisions (removed charisma, ke... | Philipp Sehmisch | 4 | -28/+21 |
2007-12-10 | Added an option to show log messages in the chat console. | Philipp Sehmisch | 2 | -0/+5 |
2007-12-05 | Fix drawing of very high fringe tiles by keeping track of the maximum tile | Bjørn Lindeijer | 4 | -3/+4 |
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer... | Bjørn Lindeijer | 1 | -8/+5 |
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 11 | -7/+27 |
2007-11-20 | Merged revisions 3642,3662-3664,3667 via svnmerge from | Bjørn Lindeijer | 7 | -17/+19 |
2007-11-20 | Merged revisions 3629-3630 via svnmerge from | Bjørn Lindeijer | 4 | -15/+17 |
2007-11-15 | Moved item icon from ItemInfo class to the Item class, so that it can be loaded | Bjørn Lindeijer | 8 | -66/+50 |
2007-11-14 | Experimented with non-stuck gaming when talking to NPCs. | Guillaume Melquiond | 2 | -6/+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-11 | Moved check on dropping 1 item to the inventory dialog. | Bjørn Lindeijer | 3 | -11/+8 |
2007-11-08 | Ensured "unequip" button is visible. | Guillaume Melquiond | 1 | -1/+3 |
2007-11-03 | Fixed double load of hair graphics. | Guillaume Melquiond | 1 | -8/+5 |
2007-10-28 | Fixed display of trade window. Completed trade protocol. | Guillaume Melquiond | 2 | -189/+105 |
2007-10-28 | Separated auto-resizing into two categories: "set" and "add". Removed useless... | Guillaume Melquiond | 5 | -31/+52 |
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 A... | Philipp Sehmisch | 1 | -0/+2 |
2007-10-27 | Improved layout handler to support trees of nested arrays. Needed for convert... | Guillaume Melquiond | 8 | -199/+401 |
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 13 | -9/+32 |
2007-10-26 | Removed some completely useless code from the chat class. | Philipp Sehmisch | 2 | -11/+0 |
2007-10-26 | Added possibility of length limitation to browserbox and used it for the chat... | Philipp Sehmisch | 3 | -8/+25 |
2007-10-25 | Item amount dialog is now skipped when there is only one item on the stack. | Philipp Sehmisch | 1 | -0/+8 |
2007-10-22 | Merged changesets 3631, 3645 and 3648 from trunk to 0.0 branch. | Bjørn Lindeijer | 3 | -39/+46 |
2007-10-22 | Plugged memory leak. Simplified code. Removed annoying reset of text fields. ... | Guillaume Melquiond | 2 | -65/+22 |
2007-10-22 | Some insignificant small changes. | Bjørn Lindeijer | 1 | -1/+1 |
2007-10-22 | Plugged memory leak in connection dialog box. | Guillaume Melquiond | 2 | -25/+19 |