summaryrefslogtreecommitdiff
path: root/src/net/manaserv/playerhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-03Factorized speed translation from tile per seconds to pixels per ticks.Bertram1-3/+7
2010-02-01Reduced CPU consumption by setting speed per ticks value only once.Bertram1-1/+5
2010-01-31Unify eAthena and manaserv support in to one build.Daniel Bradshaw1-3/+7
2010-01-12Standardize header orderJared Adams1-7/+7
2010-01-10Remove some support ifdefsJared Adams1-2/+1
2010-01-10Change code styleAndrei Karas1-2/+4
2009-12-02Centralize netcode handler instances in NetJared Adams1-1/+1
2009-11-03Simplify ManaServ netcode some moreJared Adams1-11/+16
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-11/+21
2009-10-24REplace instances of TMW with ManaJared Adams1-0/+411