Age | Commit message (Expand) | Author | Files | Lines |
2008-07-07 | Added /party command. | David Athay | 1 | -1/+1 |
2008-04-29 | Name structs with capital, just like classes. | Bjørn Lindeijer | 1 | -2/+2 |
2008-04-28 | Skills patch by roderic, mantis id=209 | David Athay | 1 | -1/+6 |
2008-04-22 | Added more support for parties | David Athay | 1 | -1/+6 |
2008-04-18 | Limited keyboard walk messages flooding to one message per 1/10 sec. | Yohann Ferreira | 1 | -0/+2 |
2008-04-17 | Moved walking calls flooding control when dragging mouse to viewport. | Yohann Ferreira | 1 | -8/+1 |
2008-04-17 | Added input type parameter to the LocalPlayer::SetDestination methods in orde... | Yohann Ferreira | 1 | -4/+7 |
2008-04-17 | Added basic party support (no interface to create or quit yet) | David Athay | 1 | -1/+1 |
2008-04-03 | Added right click to invite to guild | David Athay | 1 | -0/+5 |
2008-03-23 | Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ... | Bjørn Lindeijer | 1 | -1/+3 |
2008-03-05 | Fixed guild creation. | David Athay | 1 | -31/+0 |
2008-03-04 | Added HP regeneration and new death messages. | Philipp Sehmisch | 1 | -7/+8 |
2008-02-28 | Work in Progress commit of guilds. | David Athay | 1 | -0/+36 |
2008-02-22 | Implemented skill name display in skill dialog and xp messages (based on a pa... | Philipp Sehmisch | 1 | -0/+2 |
2008-02-20 | Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ... | Bjørn Lindeijer | 1 | -3/+1 |
2008-01-28 | Added weapon skill system and leveling system. | Philipp Sehmisch | 1 | -28/+60 |
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 | 1 | -1/+0 |
2007-11-15 | Moved item icon from ItemInfo class to the Item class, so that it can be loaded | Bjørn Lindeijer | 1 | -1/+1 |
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 1 | -1/+1 |
2007-10-18 | Removed player looks from generic beings. Prevented client termination on mis... | Guillaume Melquiond | 1 | -2/+1 |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -0/+22 |
2007-08-19 | Fixed typo. | Guillaume Melquiond | 1 | -1/+1 |
2007-08-18 | Adapted to new server handling of character attributes. | Guillaume Melquiond | 1 | -52/+62 |
2007-08-14 | mantis_id:129 - Inventory Window Slots Added. | Joshua Langley | 1 | -1/+10 |
2007-07-31 | Removed legacy inventory code. Added display of equipment. | Guillaume Melquiond | 1 | -3/+1 |
2007-07-08 | Changed signatures to prevent the wrong members to be overloaded on architect... | Guillaume Melquiond | 1 | -1/+1 |
2007-03-24 | Merged 0.0 changes from revision 3177 to 3234 to trunk. | Bjørn Lindeijer | 1 | -0/+12 |
2007-03-22 | Redesigned the localplayer class to use getters and setters instead of direct... | Philipp Sehmisch | 1 | -15/+113 |
2007-03-11 | Merged 0.0 changes from revision 3065 to 3177 to trunk. | Bjørn Lindeijer | 1 | -0/+11 |
2007-01-07 | Synchronized player attributes with wiki Attributes page and removed Job XP. | Bjørn Lindeijer | 1 | -6/+5 |
2007-01-04 | Merged 0.0 changes from revision 2898 to 2988 to trunk. | Bjørn Lindeijer | 1 | -3/+14 |
2006-12-27 | Client-sided implementation of attacks | Philipp Sehmisch | 1 | -2/+1 |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -1/+9 |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -1/+6 |
2006-09-09 | Fitted being trajectories to synchronization messages. | Guillaume Melquiond | 1 | -1/+1 |
2006-09-02 | Switched to short IDs for beings. | Guillaume Melquiond | 1 | -1/+1 |
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 1 | -4/+0 |
2006-08-14 | Completed porting of character creation/deletion, fixed some issues with netw... | Eugenio Favalli | 1 | -1/+1 |
2006-05-12 | You can now see the shirt when equipping a top equipment. | Eugenio Favalli | 1 | -2/+0 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -12/+12 |
2006-03-09 | Use std::auto_ptr in some places. | Björn Steinbrink | 1 | -2/+4 |
2006-02-07 | Made the being directions being stored in a bitfield. | Björn Steinbrink | 1 | -1/+2 |
2006-02-06 | Use virtual methods instead of getType() checks. | Björn Steinbrink | 1 | -0/+6 |
2006-02-05 | Made the player walk to items prior to picking them up. | Björn Steinbrink | 1 | -0/+2 |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 1 | -1/+1 |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -0/+149 |