summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-06-08Try decreasing the look ahead distance for keyboard walking, seemed to helped...Chuck Miller1-2/+2
2009-05-29Some movement fixes for TMWServ build.Chuck Miller1-3/+6
2009-05-26Fixed attacking for tmwserv. Added back attacking with keyboard for tmwserv.David Athay1-3/+17
2009-05-19Fixed attacking.David Athay1-2/+4
2009-05-19Fixed targeting and warn on attack-range not being found in itemdb.David Athay1-9/+5
2009-05-18Hopefully player will now show its got a target. Needs more work still.David Athay1-4/+24
2009-05-18Added target combatDavid Athay1-7/+14
2009-05-16Fixes the lightspeed bugChuck Miller1-3/+3
2009-05-17Fix offsets (16,32) on TextEffects for damage, pickup and exp.Dennis Friis1-4/+4
2009-05-14Fixed alpha to also apply to the main text of a text particleBjørn Lindeijer1-1/+2
2009-05-13Add GM notification handlingJared Adams1-0/+8
2009-05-13Remove Aethyra's custom visible GM systemJared Adams1-1/+0
2009-05-12Fix up handling of GM statusJared Adams1-6/+2
2009-05-12Remove methods from LocalPlayer that just call NetJared Adams1-75/+0
2009-05-12Makes ItemContainer use indexes for selected and highlighted items, rather th...Chuck Miller1-5/+0
2009-05-10Stop attacking when walking awayBjørn Lindeijer1-3/+6
2009-05-09Modify keyboard handlingFreeyorp1-1/+1
2009-05-06Remove more inventory handling support #ifdefsJared Adams1-17/+2
2009-05-04Fixed seemingly random attacks from occuring once a target is put up.Tametomo1-1/+1
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-1/+1
2009-04-20Drop current target on deathBjørn Lindeijer1-0/+11
2009-04-15Also hardcode the bold font, we ship it after allBjørn Lindeijer1-1/+1
2009-04-14Cleanup of Sound class, fixing restoring of volumes and musicBjørn Lindeijer1-3/+2
2009-04-14Put the remaining unnamespaced handlers in a namespaceBjørn Lindeijer1-8/+12
2009-04-13Revert forced FPS limitBjørn Lindeijer1-1/+3
2009-04-11Remove more support #ifdefsJared Adams1-9/+7
2009-04-07Implement TMWServ's PartyHandlerJared Adams1-12/+3
2009-04-06Moved many MessageOut constructions aroundBjørn Lindeijer1-12/+0
2009-04-06Add TMWServ's SkillHandlerJared Adams1-2/+1
2009-04-03Fill in TMWServ's TradeHandlerJared Adams1-82/+22
2009-04-02Start TMWServ's PlayerHandler and InventoryHandlerJared Adams1-11/+11
2009-04-02Some cleanup and renamingBjørn Lindeijer1-8/+8
2009-04-02Removed duplicated code in LocalPlayerBjørn Lindeijer1-60/+1
2009-04-01Fix a bug for TMWServ compilationJared Adams1-2/+4
2009-04-01Make eAthena's inventory handlerJared Adams1-23/+17
2009-04-01Build eAthena's PlayerHandlerJared Adams1-53/+13
2009-03-31Implement a few more handlers for eAthenaJared Adams1-8/+13
2009-03-30Merge item types to remove more #ifdefsJared Adams1-2/+2
2009-03-29Fix up eAthena party handling some moreJared Adams1-3/+11
2009-03-28Clean up eAthena party handling a bit moreJared Adams1-5/+9
2009-03-27Moved the inventory and storage offset handling into netcodeBjørn Lindeijer1-14/+12
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-1/+0
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer1-28/+14
2009-03-27Fixed some positioning issuesBjørn Lindeijer1-4/+1
2009-03-27Simplified and fixed initialization of login dataBjørn Lindeijer1-2/+2
2009-03-27Fixed position of dots on minimapBjørn Lindeijer1-2/+8
2009-03-27Fixed include structure in resource/ directoryBjørn Lindeijer1-0/+1
2009-03-26Remove redundancy, fix variable names and other code cleanupsBjørn Lindeijer1-6/+3
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-32/+90
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+2