Age | Commit message (Expand) | Author | Files | Lines |
2008-03-09 | Actions and particle effect for monster attacks are now obtained from the mon... | Philipp Sehmisch | 5 | -18/+98 |
2008-03-09 | Implemented possibility to rotate particle emitters. Implemented interpretati... | Philipp Sehmisch | 12 | -17/+86 |
2008-03-06 | Fixed rejoining guilds after closing client | David Athay | 2 | -15/+20 |
2008-03-05 | Fixed guild creation. | David Athay | 6 | -103/+97 |
2008-03-05 | Fixed typing in guild dialogs | David Athay | 2 | -43/+37 |
2008-03-04 | Accepted patch by roderic to fix building/installing with CMake. | Bjørn Lindeijer | 1 | -0/+12 |
2008-03-04 | Added HP regeneration and new death messages. | Philipp Sehmisch | 2 | -8/+12 |
2008-03-03 | Skill gui beautifications by roderic. | Philipp Sehmisch | 3 | -54/+140 |
2008-03-01 | Replaced the basic guichan text field class with our derivate class. | Philipp Sehmisch | 2 | -13/+15 |
2008-02-28 | Fixed chat input stealing focus from quitDialog | Mateusz Kaduk | 1 | -0/+4 |
2008-02-28 | Temporary fix for GUILD protocol support, fixed makefile. Also please do not ... | Mateusz Kaduk | 2 | -1/+9 |
2008-02-28 | Added missing automake entries. Still bug in guildhandler code, plz fix it. | Mateusz Kaduk | 1 | -0/+6 |
2008-02-28 | Work in Progress commit of guilds. | David Athay | 24 | -13/+1323 |
2008-02-27 | made the string " Press OK to respawn." translateable. | Philipp Sehmisch | 1 | -1/+1 |
2008-02-27 | Implemented provisorical player respawn. | Philipp Sehmisch | 4 | -1/+52 |
2008-02-24 | Fixed a bug which caused an incorrect display of character correction points ... | Philipp Sehmisch | 1 | -1/+1 |
2008-02-24 | (no commit message) | Philipp Sehmisch | 2 | -9/+36 |
2008-02-22 | Handling gender with an enum everywhere. | Philipp Sehmisch | 7 | -21/+17 |
2008-02-22 | Merged creation of female characters from Legend of Mazzeroth. | Philipp Sehmisch | 3 | -5/+53 |
2008-02-22 | Implemented skill name display in skill dialog and xp messages (based on a pa... | Philipp Sehmisch | 3 | -2/+35 |
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 | 17 | -26/+126 |
2008-02-18 | Merged revisions 3762-3772,3776-3782 via svnmerge from | Bjørn Lindeijer | 19 | -138/+160 |
2008-02-12 | Merged revisions 3687-3688,3690 via svnmerge from | Bjørn Lindeijer | 7 | -21/+41 |
2008-02-12 | Merged revisions 3619 via svnmerge from | Bjørn Lindeijer | 3 | -2/+42 |
2008-02-07 | Fixed unix compilation problem. | Philipp Sehmisch | 1 | -1/+1 |
2008-01-28 | Added weapon skill system and leveling system. | Philipp Sehmisch | 22 | -360/+429 |
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 |
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 |
2008-01-07 | Implemented new attribute enumerations of server update. Reformated the items... | Philipp Sehmisch | 1 | -7/+10 |
2007-12-18 | Updated attribute system to the latest design decisions (removed charisma, ke... | Philipp Sehmisch | 8 | -32/+24 |
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 |
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 |
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 |