summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-08-01Fix a compile error under WindowsJared Adams1-2/+6
2009-08-01Simplifies movement to only move to the current posChuck Miller1-13/+3
2009-07-27Makes mX and mY in the being class privateChuck Miller1-18/+13
2009-07-22Fix updating the status window when money changesJared Adams1-0/+8
2009-07-20Fixed a bunch of compile errors/warningsThorbjørn Lindeijer1-2/+2
2009-07-19Merge StatusWindowsJared Adams1-22/+75
2009-07-17Various gettext fixesKess Vargavind1-5/+14
2009-07-15Merge and cleanup attribute codeJared Adams1-2/+14
2009-07-14Merge and cleanup more stuffJared Adams1-19/+11
2009-07-14Add netcode for specialsJared Adams1-1/+2
2009-07-13Rename Net::SkillHandler to Net::SpecialHandlerJared Adams1-1/+0
2009-07-13Some item pickup cleaningJared Adams1-13/+34
2009-07-13Fix level experience messagesJared Adams1-30/+23
2009-07-08Have both builds use the same SkillDialogJared Adams1-7/+13
2009-07-07Use tmw-skills.xml instead of hardcodingJared Adams1-35/+31
2009-07-06Merge some player statsJared Adams1-10/+6
2009-07-03Implemented display of spell recharge information from server in the magic gu...Philipp Sehmisch1-0/+26
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