Age | Commit message (Expand) | Author | Files | Lines |
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 | 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 | Added support for alpha blending to true type font drawing. | Philipp Sehmisch | 1 | -0/+7 |
2007-12-18 | Updated attribute system to the latest design decisions (removed charisma, ke... | Philipp Sehmisch | 4 | -28/+21 |
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-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-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 |
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 b... | Guillaume Melquiond | 3 | -71/+19 |
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 | Plugged memory leak in quit dialog. | Guillaume Melquiond | 1 | -0/+5 |
2007-10-21 | Removed redundant destructor. | Guillaume Melquiond | 2 | -19/+0 |
2007-10-21 | Made visible the resizable grip on inventory window. | Guillaume Melquiond | 7 | -35/+59 |
2007-10-21 | Converted inventory window to layout handler. | Guillaume Melquiond | 2 | -51/+18 |
2007-10-21 | Added automatic layout reflowing on window resize. | Guillaume Melquiond | 1 | -0/+11 |
2007-10-21 | Allowed for decreasing sizes in layout. | Guillaume Melquiond | 1 | -2/+3 |
2007-10-21 | Removed redundant resizable flag. Factored moving/resizing code, so that even... | Guillaume Melquiond | 2 | -39/+40 |
2007-10-20 | Set FILL as default size in layout. Converted server selection dialog to layo... | Guillaume Melquiond | 3 | -37/+35 |
2007-10-20 | Improved layout manager. Reworked layout of character selection dialog box. | Guillaume Melquiond | 3 | -97/+162 |
2007-10-20 | Centered sprite inside selection box. | Guillaume Melquiond | 1 | -1/+5 |
2007-10-20 | Added a few comments. | Guillaume Melquiond | 1 | -6/+20 |
2007-10-20 | Added a layout handler for automatically positioning widgets in a window. Fix... | Guillaume Melquiond | 5 | -70/+353 |
2007-10-19 | Factored code between resource handlers. Implemented failure-friendly sprite ... | Guillaume Melquiond | 1 | -1/+1 |
2007-10-19 | Marked buy and sell dialog boxes as translatable. | Guillaume Melquiond | 2 | -33/+39 |
2007-10-19 | Allowed dragging of already selected items. | Guillaume Melquiond | 2 | -22/+50 |
2007-10-19 | Commented a DoS weakness of the browser box. | Guillaume Melquiond | 1 | -0/+4 |
2007-10-19 | Fixed key special values. Reduced amount of spurious item deselections. | Guillaume Melquiond | 2 | -30/+27 |
2007-10-19 | Increased text chunk cache size to improve performance when a lot of text is ... | Philipp Sehmisch | 1 | -1/+1 |
2007-10-18 | Removed player looks from generic beings. Prevented client termination on mis... | Guillaume Melquiond | 2 | -6/+8 |