summaryrefslogtreecommitdiff
path: root/src/net/manaserv/playerhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-27Always read the attributes.xml fileThorbjørn Lindeijer1-3/+3
2012-08-12Fixed special keeping in list after serverside removeErik Schilling1-0/+1
2012-05-25Fixed skill display for manaservErik Schilling1-0/+2
2012-05-05Removed the shared base classes of MessageIn and MessageOutThorbjørn Lindeijer1-2/+2
2012-02-03Simplified and made generic the way the pickup is handled.Yohann Ferreira1-3/+2
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-8/+0
2012-01-10player_node -> local_playerYohann Ferreira1-7/+7
2011-09-30Revert "Made the first XP notification don't show anymore."Yohann Ferreira1-7/+1
2011-09-29Made the first XP notification don't show anymore.Yohann Ferreira1-1/+7
2011-08-11Made the delay between to keyboard move calls functional.Yohann Ferreira1-0/+8
2011-06-22Applied fixes requested by cody.Yohann Ferreira1-5/+3
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-5/+6
2011-04-26Made the client use a unique kind of movement code.Yohann Ferreira1-3/+28
2011-04-16Post-review fixes.Yohann Ferreira1-3/+0
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-1/+1
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-1/+1
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-1/+1
2011-03-28Random code cleanups requested righteously by Thorbjorn - part 1.Yohann Ferreira1-8/+9
2011-03-15Basically merged the two movement algorithms into one.Yohann Ferreira1-3/+30
2010-12-30Renamed protocol.h to manaserv_protocol.h to follow server's changes.Yohann Ferreira1-1/+1
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-1/+1
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-1/+1
2010-10-19Heavy GUI fixes related to stats for Manaserv.Yohann Ferreira1-9/+15
2010-08-26Merged testing branch into master.Yohann Ferreira1-19/+16
2010-08-15Merge branch '1.0'Chuck Miller1-4/+13
2010-08-13Add code to change gameservers to manaserv netcodeJared Adams1-4/+13
2010-08-12Simplify working with the event systemJared Adams1-2/+2
2010-08-10Remove NpcDialog references from netcodeJared Adams1-4/+2
2010-08-04Remove some unused headers and fix some chat eventsJared Adams1-1/+0
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-2/+2
2010-07-19Merge branch '1.0'Yohann Ferreira1-1/+5
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams1-1/+1
2010-07-17Move ManaServ defines into the netcodeChuck Miller1-0/+1
2010-07-17Modify how attributes and stats are handledChuck Miller1-25/+29
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira1-1/+5
2010-07-08Fix crash in picking up an item that no longer existsremoitnane1-5/+8
2010-05-21Merge branch '1.0'Thorbjørn Lindeijer1-0/+5
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-1/+0
2010-05-04Clear NPC dialogs when the player diesJared Adams1-0/+5
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-3/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-19Fixed a crash when trying to switch serversThorbjørn Lindeijer1-2/+2
2010-02-13Make NPC dialogs instance instead of globalJared Adams1-43/+0
2010-02-09Got successfully rid of tile width/height fallback values as asked by Jaxad.Bertram1-5/+5
2010-02-09Separated fallback defaults for tile width and height.Bertram1-2/+2
2010-02-09Made the Beings' logic be able to handle any tile height/width.Bertram1-1/+1
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-02-06Merged the Engine class into the Game classThorbjørn Lindeijer1-4/+6