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