summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-15/+15
2012-02-12Made the client not stop the target attack once in range.Yohann Ferreira1-1/+1
2012-02-07Hopefully fixed two issues in the go and attack playflowYohann Ferreira1-13/+25
2012-02-05Fixed crash when the map couldn't be loadedThorbjørn Lindeijer1-0/+3
2012-02-03Fixed the go and attack mouse clickYohann Ferreira1-24/+49
2012-02-03Fixed the player character's direction update when clicking on a monster.Yohann Ferreira1-0/+1
2012-02-03Simplified and made generic the way the pickup is handled.Yohann Ferreira1-20/+20
2012-02-02Fixed player's character direction.Yohann Ferreira1-3/+1
2012-02-02Fixed diagonal walking to be much more smooth.Yohann Ferreira1-72/+65
2012-02-02Remove duplicate direction computation by a call to lookAt()Yohann Ferreira1-19/+1
2012-01-27Random hacking cleanups in the LocalPlayer classYohann Ferreira1-34/+28
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-22Prevented looking at item when picking up while movingErik Schilling1-0/+4
2012-01-20Fixed a bug with hurt sounds volume and simplified codeThorbjørn Lindeijer1-6/+3
2012-01-18Found a better way to fix the movement glitches on both servers.Yohann Ferreira1-15/+7
2012-01-14Removed the auto-untargeting code for the local player.Yohann Ferreira1-8/+0
2012-01-10player_node -> local_playerYohann Ferreira1-4/+4
2011-11-01Merge github.com:mana/manaYohann Ferreira1-5/+15
2011-09-30Fixed the negative XP notifications on levelups.Yohann Ferreira1-3/+20
2011-09-29Fixed the player direction update when picking up an item using the mouse.Yohann Ferreira1-0/+1
2011-09-29Fix negative XP on levelups.Yohann Ferreira1-3/+10
2011-09-13Made the delay between to keyboard move calls functional.Yohann Ferreira1-6/+9
2011-09-05The draw order of particles is now Y - 16 pixels.unknown1-1/+1
2011-09-02The draw order of particles is now Y - 16 pixels.unknown1-1/+1
2011-08-11Made the delay between to keyboard move calls functional.Yohann Ferreira1-6/+9
2011-06-22Applied fixes requested by cody.Yohann Ferreira1-4/+4
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-48/+68
2011-06-17Made the client officially handle attack ids.Yohann Ferreira1-2/+2
2011-06-07Fix particle positionsJared Adams1-1/+1
2011-04-30Fix attack speed on both servers.Yohann Ferreira1-2/+9
2011-04-30Use default values for pickup options.Yohann Ferreira1-3/+3
2011-04-26Made the client use a unique kind of movement code.Yohann Ferreira1-242/+117
2011-04-16Fixed player movement desyncs on tile-based implementation.Yohann Ferreira1-2/+27
2011-04-11Adjust action timer to something reasonableJared Adams1-2/+2
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-10/+10
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-7/+7
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-3/+3
2011-03-17Fixed pick up using keyboard for both servers.Yohann Ferreira1-2/+2
2011-03-17Simplified the get/setAttackRange() functions as requested.Yohann Ferreira1-30/+4
2011-03-16Fixed the attack range handling for both servers.Yohann Ferreira1-19/+38
2011-03-15Basically merged the two movement algorithms into one.Yohann Ferreira1-222/+79
2011-02-21Merge branch '0.5'Thorbjørn Lindeijer1-4/+27
2011-02-19Showing amount of picked up items in particle notificationStefan Dombrowski1-1/+5
2011-02-17Specific messages for each pickup failure reason.Ben Longbons1-5/+18
2011-02-17Add particle notification for "Unable to pick up item."Ben Longbons1-0/+6
2011-01-24Refactored the item loading in a more extensible and per protocol way.Yohann Ferreira1-5/+9
2011-01-06Made the beings avoid changing direction at their path's end.Yohann Ferreira1-5/+6
2010-12-28Revert "Remove the AFK response system"Yohann Ferreira1-1/+63
2010-12-06Removed superfluous #includes taken from checkheaders list.Yohann Ferreira1-5/+0
2010-11-13Replace config listeners with the event systemChuck Miller1-10/+10