summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-2/+2
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-5/+5
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-7/+12
2010-10-31Using tile coordinates for pick-upStefan Dombrowski1-2/+2
2010-10-11Implementing show IP for game mastersStefan Dombrowski1-1/+2
2010-10-08Remove the following systemStefan Dombrowski1-2/+0
2010-10-08Fixing pick-upStefan Dombrowski1-2/+2
2010-10-05Send the server changed player direction if it changes during attackStefan Dombrowski1-4/+7
2010-10-04Remove the AFK response systemChuck Miller1-64/+1
2010-10-04Remove the following systemChuck Miller1-2/+0
2010-08-16Move more to the event systemJared Adams1-11/+18
2010-08-12Simplify working with the event systemJared Adams1-1/+1
2010-08-05Have Being manage speech creation and add permissions to eventsJared Adams1-0/+2
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-2/+2
2010-08-02Remove non-GUI references to MiniStatusWindowJared Adams1-51/+0