Age | Commit message (Expand) | Author | Files | Lines |
2008-11-01 | Magic implementation phase 1 and 2 (added netcode and a very crude gui for us... | Philipp Sehmisch | 1 | -4/+9 |
2008-11-01 | Merged revisions 4207-4209,4221-4222 via svnmerge from | Bjørn Lindeijer | 1 | -2/+4 |
2008-10-31 | Merged revisions 4071,4093,4100,4363 via svnmerge from | Bjørn Lindeijer | 1 | -5/+38 |
2008-10-30 | Minor fixes to movement and hit effects. Patch by Kage_Jittai. | Dennis Friis | 1 | -4/+4 |
2008-10-27 | Add an effects manager (patch by Kage Jittai) | Jared Adams | 1 | -1/+3 |
2008-10-26 | Pixel-accurate and fluently animated keyboard movement by Kage Jittai - albei... | Philipp Sehmisch | 1 | -5/+31 |
2008-10-25 | attack range fixes, highlight monsters in range (by Chuck Miller) | Roderic Morris | 1 | -1/+13 |
2008-10-24 | Made it so the player will auto face its target | Jared Adams | 1 | -0/+26 |
2008-10-15 | src/localplayer.cpp | David Athay | 1 | -1/+1 |
2008-10-09 | Merged the movement branch into trunk | Bjørn Lindeijer | 1 | -24/+39 |
2008-07-07 | Added /party command. | David Athay | 1 | -2/+2 |
2008-06-27 | add icons to the skill dialog | Roderic Morris | 1 | -14/+14 |
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 | -17/+17 |
2008-04-22 | Added more support for parties | David Athay | 1 | -1/+7 |
2008-04-18 | Limited keyboard walk messages flooding to one message per 1/10 sec. | Yohann Ferreira | 1 | -1/+5 |
2008-04-17 | Moved walking calls flooding control when dragging mouse to viewport. | Yohann Ferreira | 1 | -14/+4 |
2008-04-17 | Added input type parameter to the LocalPlayer::SetDestination methods in orde... | Yohann Ferreira | 1 | -4/+14 |
2008-04-04 | Spawning a particle effect whenever the client sends a move message to the se... | Philipp Sehmisch | 1 | -0/+1 |
2008-04-03 | Added right click to invite to guild | David Athay | 1 | -0/+17 |
2008-03-13 | Synchronized pathfinding algorithmns with those used by the server to avoid a... | Philipp Sehmisch | 1 | -7/+7 |
2008-03-05 | Fixed guild creation. | David Athay | 1 | -56/+6 |
2008-03-03 | Skill gui beautifications by roderic. | Philipp Sehmisch | 1 | -14/+16 |
2008-02-28 | Work in Progress commit of guilds. | David Athay | 1 | -0/+62 |
2008-02-22 | Implemented skill name display in skill dialog and xp messages (based on a pa... | Philipp Sehmisch | 1 | -1/+31 |
2008-02-20 | Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ... | Bjørn Lindeijer | 1 | -0/+1 |
2008-01-28 | Added weapon skill system and leveling system. | Philipp Sehmisch | 1 | -16/+50 |
2007-11-21 | Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. This | Bjørn Lindeijer | 1 | -2/+2 |
2007-11-15 | Moved item icon from ItemInfo class to the Item class, so that it can be loaded | Bjørn Lindeijer | 1 | -3/+3 |
2007-10-18 | Removed player looks from generic beings. Prevented client termination on mis... | Guillaume Melquiond | 1 | -6/+2 |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -3/+40 |
2007-08-18 | Adapted to new server handling of character attributes. | Guillaume Melquiond | 1 | -2/+2 |
2007-08-14 | mantis_id:129 - Inventory Window Slots Added. | Joshua Langley | 1 | -8/+24 |
2007-08-08 | Fixed position of the cleaning bit for looks, so that it actually fits into n... | Guillaume Melquiond | 1 | -0/+1 |
2007-08-08 | Re-designed equipment window, un-equip created. | Joshua Langley | 1 | -5/+1 |
2007-07-31 | Removed legacy inventory code. Added display of equipment. | Guillaume Melquiond | 1 | -15/+2 |
2007-07-29 | Converted trading to new server. | Guillaume Melquiond | 1 | -17/+5 |
2007-07-08 | Fixed some uninitialized variables. | Guillaume Melquiond | 1 | -2/+6 |
2007-03-24 | Merged 0.0 changes from revision 3177 to 3234 to trunk. | Bjørn Lindeijer | 1 | -0/+1 |
2007-03-22 | Redesigned the localplayer class to use getters and setters instead of direct... | Philipp Sehmisch | 1 | -50/+11 |
2007-03-02 | Implemented communication of being action changes. | Philipp Sehmisch | 1 | -9/+5 |
2007-01-05 | Implemented item dropping. | Guillaume Melquiond | 1 | -10/+2 |
2007-01-04 | Client-side hack for picking up items. | Guillaume Melquiond | 1 | -5/+2 |
2007-01-04 | Merged 0.0 changes from revision 2898 to 2988 to trunk. | Bjørn Lindeijer | 1 | -5/+14 |
2006-12-30 | Improved precise positionning of character with mouse cursor. | Guillaume Melquiond | 1 | -3/+3 |
2006-12-30 | Changed attack message to send the direction the player is visually facing. | Guillaume Melquiond | 1 | -1/+1 |
2006-12-29 | Implemented catching and displaying of damage notifications. | Philipp Sehmisch | 1 | -1/+1 |
2006-12-27 | Client-sided implementation of attacks | Philipp Sehmisch | 1 | -47/+8 |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -8/+28 |
2006-11-02 | Network layer refactoring. | Björn Steinbrink | 1 | -11/+42 |