Age | Commit message (Expand) | Author | Files | Lines |
2008-04-10 | Fixed some compiler warnings and don't try to load particle effects when no | Bjørn Lindeijer | 3 | -24/+26 |
2008-04-10 | Implemented support for whispering to other players (patch by peavey). | Bjørn Lindeijer | 2 | -5/+27 |
2008-04-09 | Re-enabled non-functional item shortcut window, planned to be fixed for 0.0.25 | Bjørn Lindeijer | 2 | -12/+12 |
2008-04-09 | Fixed problem with row height in shop list box. | Bjørn Lindeijer | 2 | -30/+6 |
2008-04-08 | Implemented support for an arbitrary number of map layers. The only layer | Bjørn Lindeijer | 1 | -15/+9 |
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 40 | -518/+150 |
2008-04-03 | Added patch from | David Athay | 3 | -2/+4 |
2008-04-03 | Added right click to invite to guild | David Athay | 1 | -0/+17 |
2008-04-01 | Made it possible to move the chat window | David Athay | 1 | -2/+2 |
2008-04-01 | Fixed up chat and guilds | David Athay | 3 | -16/+26 |
2008-03-28 | Updated | David Athay | 2 | -0/+4 |
2008-03-27 | Applied patch by peavey and added his name to the ChangeLog some more. | Bjørn Lindeijer | 3 | -4/+6 |
2008-03-25 | Initialized some uninitialized variables (patch by peavey). | Philipp Sehmisch | 1 | -2/+1 |
2008-03-23 | Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ... | Bjørn Lindeijer | 3 | -38/+40 |
2008-03-23 | Removed unnecessary forwarding method. | Bjørn Lindeijer | 1 | -0/+3 |
2008-03-17 | Restored previous project file and fixed a warning along the way. | Eugenio Favalli | 1 | -8/+8 |
2008-03-13 | Synchronized pathfinding algorithmns with those used by the server to avoid a... | Philipp Sehmisch | 1 | -2/+6 |
2008-03-12 | Added ability to quit guilds. | David Athay | 2 | -21/+62 |
2008-03-09 | Applied some patches by peavey related to chatlog and the quit dialog. | Philipp Sehmisch | 2 | -6/+16 |
2008-03-05 | Fixed guild creation. | David Athay | 1 | -2/+2 |
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 |