summaryrefslogtreecommitdiff
path: root/src/localplayer.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-12General code cleanupsThorbjørn Lindeijer1-2/+1
2024-03-06General code cleanupsThorbjørn Lindeijer1-1/+1
2024-02-15Fix handling of non-consecutive emote IDsThorbjørn Lindeijer1-1/+1
2024-02-13General code cleanupsThorbjørn Lindeijer1-20/+17
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-7/+7
2012-02-07Hopefully fixed two issues in the go and attack playflowYohann Ferreira1-0/+9
2012-02-03Fixed the go and attack mouse clickYohann Ferreira1-0/+2
2012-02-03Simplified and made generic the way the pickup is handled.Yohann Ferreira1-3/+3
2012-01-27Random hacking cleanups in the LocalPlayer classYohann Ferreira1-13/+5
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-18Found a better way to fix the movement glitches on both servers.Yohann Ferreira1-32/+19
2012-01-10player_node -> local_playerYohann Ferreira1-1/+1
2011-08-11Made the delay between to keyboard move calls functional.Yohann Ferreira1-0/+9
2011-06-17Made the client officially handle attack ids.Yohann Ferreira1-1/+1
2011-06-03Replace SDL_types.h with cstdintJared Adams1-1/+1
2011-04-26Made the client use a unique kind of movement code.Yohann Ferreira1-2/+9
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer1-8/+2
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-1/+1
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-1/+1
2011-03-17Simplified the get/setAttackRange() functions as requested.Yohann Ferreira1-1/+8
2011-03-16Fixed the attack range handling for both servers.Yohann Ferreira1-1/+1
2011-02-21Merge branch '0.5'Thorbjørn Lindeijer1-1/+17
2011-02-17Specific messages for each pickup failure reason.Ben Longbons1-1/+17
2010-12-28Revert "Remove the AFK response system"Yohann Ferreira1-0/+20
2010-11-13Replace config listeners with the event systemChuck Miller1-5/+0
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-1/+1
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-1/+9
2010-10-11Implementing show IP for game mastersStefan Dombrowski1-0/+8
2010-10-08Remove the following systemStefan Dombrowski1-28/+0
2010-10-04Remove the AFK response systemChuck Miller1-20/+0
2010-10-04Remove the following systemChuck Miller1-28/+0
2010-08-16Move more to the event systemJared Adams1-9/+1
2010-08-05Have Being manage speech creation and add permissions to eventsJared Adams1-2/+1
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-1/+1
2010-08-02Remove non-GUI references to MiniStatusWindowJared Adams1-4/+0
2010-07-18Add old values to stat and attribute eventsJared Adams1-2/+6
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams1-51/+1
2010-07-17Move ManaServ defines into the netcodeChuck Miller1-52/+0
2010-07-17Modify how attributes and stats are handledChuck Miller1-104/+0
2010-07-08Fix crash in picking up an item that no longer existsremoitnane1-1/+8
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-11/+3
2010-05-09Move target cursor management into ActorSpriteJared Adams1-16/+0
2010-04-19Add afk mode for player.Andrei Karas1-0/+24
2010-04-16Add race support for eAthenaJared Adams1-1/+1
2010-04-12Reviewed the LocalPlayer::nextTile() function. The ManaServ movement system i...Bertram1-0/+6
2010-03-25Eliminate the logic methods from InventoryWindow and StorageWindowJared Adams1-4/+2
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-3/+3
2010-03-02Remove some unused membersJared Adams1-13/+0
2010-03-02Revert "Merge WindowContainer into Viewport and remove extra members"Jared Adams1-0/+13
2010-03-01Merge WindowContainer into Viewport and remove extra membersJared Adams1-13/+0