summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ...Bjørn Lindeijer1-0/+1
2008-02-12Made pathfinding not halt on collision destination tile, made moving around w...Eugenio Favalli1-2/+2
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-16/+50
2008-01-13Fixed non-default location music loadingDavid Athay1-0/+1
2007-12-21Fixed inventory size not matching the size assumed by eAthena and relatedBjørn Lindeijer1-0/+1
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer1-2/+2
2007-11-20Merged revisions 3629-3630 via svnmerge from Bjørn Lindeijer1-6/+1
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-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer1-2/+0
2007-08-24Removed useless logic method and reverted mouse cursor to non-static sinceBjørn Lindeijer1-1/+1
2007-08-23Changed XP gaining effect to appear on the player instead.Bjørn Lindeijer1-3/+12
2007-08-22Added close button and item shortcut backgrounds to files that will beBjørn Lindeijer1-1/+1
2007-08-21mantis id=118 - Added Item Shortcut Bar.Joshua Langley1-0/+11
2007-08-20Added monster killed xp notification effect.Joshua Langley1-0/+10
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-11Weapon sprites are now (almost) threated like other equipment sprites through...Philipp Sehmisch1-4/+11
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-19Added target cursor. Shows blue when target in range, and red when out of range.David Athay1-0/+1
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-16Fixed connection dialog visibility and fixed issues with walking one tile tooBjørn Lindeijer1-5/+14
2006-12-11Fixed visibility of the update window.Bjørn Lindeijer1-3/+3
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-8/+28
2006-12-03Made NPC names visible. Windows are now invisible by default.Bjørn Lindeijer1-3/+1
2006-11-19Separated sprite definition from playback.Bjørn Lindeijer1-9/+30
2006-11-02Network layer refactoring.Björn Steinbrink1-11/+42
2006-09-02Switched to short IDs for beings.Guillaume Melquiond1-2/+2
2006-08-27Implemented pixel-grained movements.Guillaume Melquiond1-13/+21
2006-08-27Cleaned the logic members.Guillaume Melquiond1-15/+3
2006-08-27Removed Being::mFrame field.Guillaume Melquiond1-8/+3
2006-08-27Changed to pixel-based coordinates for beings.Guillaume Melquiond1-10/+10
2006-08-27Send movements.Guillaume Melquiond1-4/+5
2006-08-26Got rid of the default MessageOut constructor, since all messages should haveBjørn Lindeijer1-28/+14
2006-08-14Completed porting of character creation/deletion, fixed some issues with netw...Eugenio Favalli1-0/+1
2006-07-25Switched client to use enet and modified login sequence to work with the new ...Eugenio Favalli1-52/+52