summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-327/+0
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-286/+196
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-18Centralize current_npc cleanupJared Adams1-2/+2
2009-02-15Add configurable units systemJared Adams1-2/+3
2009-02-12Fix some spelling and whitespaceKess Vargavind1-19/+35
2009-02-10Don't make log statements translatableBjørn Lindeijer1-4/+4
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-1/+1
2009-01-06Added support for internationalizationIra Rice1-34/+35
2008-12-13Added support for being effects through the eAthena levelup message, and checkBjørn Lindeijer1-2/+16
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-1/+2
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+3
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-23Added a patch by peavey over on TMW to disallow adding items to trade if Ira Rice1-4/+4
2008-10-09Merged the movement branch into trunkBjørn Lindeijer1-3/+4
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-10/+50
2008-08-28Added support for being effects through the eAthena levelup message, and checkBjørn Lindeijer1-3/+16
2008-08-28Applied patch put together by Jaxad0127 with changes from the Aethyra project.Bjørn Lindeijer1-1/+6
2008-08-17Fixed crash resulting from having a player targeted when hitting a warp pointLloyd Bryant1-1/+6
2008-07-18Import of client treeLloyd Bryant1-18/+11
2008-04-26When picking up GP from trade or quest, tell the user in the chat window like...Dennis Friis1-2/+9
2008-03-23Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ...Bjørn Lindeijer1-3/+12
2008-03-23Removed unnecessary forwarding method.Bjørn Lindeijer1-1/+3
2008-03-13Synchronized pathfinding algorithmns with those used by the server to avoid a...Philipp Sehmisch1-2/+1
2008-02-24Fixed a bug which caused an incorrect display of character correction points ...Philipp Sehmisch1-1/+1
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-0/+128
2007-12-31Added config options to set the scroll center. Retained scroll offset during ...Philipp Sehmisch1-0/+7
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer1-7/+7
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-1/+2
2007-08-23Changed XP gaining effect to appear on the player instead.Bjørn Lindeijer1-1/+1
2007-08-20Added monster killed xp notification effect.Joshua Langley1-1/+1
2007-08-18Adapted to new server handling of character attributes.Guillaume Melquiond1-19/+11
2007-06-12Fix of DEF_BONUS not updating, and added Mac OSX icon.David Athay1-0/+1
2007-03-22Redesigned the localplayer class to use getters and setters instead of direct...Philipp Sehmisch1-172/+20
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-2/+2
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-2/+2
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer1-0/+16
2006-12-30Updated protocol.Guillaume Melquiond1-14/+12
2006-12-27Client-sided implementation of attacksPhilipp Sehmisch1-1/+0
2006-12-12Hide all NPC dialogs after deathEugenio Favalli1-0/+11
2006-12-12Fixed crash when selecting an item after deathEugenio Favalli1-0/+5
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-7/+11
2006-12-03Made NPC names visible. Windows are now invisible by default.Bjørn Lindeijer1-7/+13
2006-08-27Removed Being::mFrame field.Guillaume Melquiond1-1/+0
2006-08-27Got rid of no longer used protocol.cppBjørn Lindeijer1-13/+0
2006-08-27Changed to pixel-based coordinates for beings.Guillaume Melquiond1-4/+2
2006-08-20GPMSG_PLAYER_MAP_CHANGE is now partly handled.Bjørn Lindeijer1-35/+46