summaryrefslogtreecommitdiff
path: root/src/net/charserverhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-159/+151
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-2/+2
2009-02-05Put back the 0x06b packet, which apparently our server uses. WillIra Rice1-0/+21
2009-02-05Added a few translation strings to the char server handler, as well asIra Rice1-43/+14
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-1/+2
2009-01-28Fix handling of packet 0x81Jared Adams1-22/+29
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch1-2/+3
2008-12-07Added some initialization and removed ChargeDialogIra Rice1-3/+0
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-1/+1
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+2
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-09-12Fixed /where, added /cast for heal and gather, some changes to inventory to s...Lloyd Bryant1-2/+14
2008-08-28Applied patch put together by Jaxad0127 with changes from the Aethyra project.Bjørn Lindeijer1-2/+5
2008-08-05Fixed alignment (patch by Scraggy - Mantis #384) and spelling error.David Athay1-2/+2
2008-07-24Added cape/misc1/misc2 code into character selection displayLloyd Bryant1-3/+3
2008-07-18Added support for animated shoe and glove spritesLloyd Bryant1-2/+5
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-04Display shield sprite also in character select window (patch by Sanga).Bjørn Lindeijer1-1/+1
2008-02-22 Handling gender with an enum everywhere.Philipp Sehmisch1-1/+1
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-1/+3
2007-12-10Simplified player subsprite handling by treating equipment, hairstyle and bas...Philipp Sehmisch1-4/+4
2007-11-21Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer...Bjørn Lindeijer1-2/+3
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer1-11/+11
2007-11-21Small lingering changes made while merging to 0.0.Bjørn Lindeijer1-9/+5
2007-11-20Merged revisions 3629-3630 via svnmerge from Bjørn Lindeijer1-1/+1
2007-11-03Fixed double load of hair graphics.Guillaume Melquiond1-2/+2
2007-10-18Removed player looks from generic beings. Prevented client termination on mis...Guillaume Melquiond1-1/+1
2007-08-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer1-3/+1
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-07-11Weapon sprites are now (almost) threated like other equipment sprites through...Philipp Sehmisch1-1/+1
2007-03-24Merged 0.0 changes from revision 3177 to 3234 to trunk.Bjørn Lindeijer1-2/+22
2007-03-24Go back to login or register state on error, depending on what the user wasBjørn Lindeijer1-0/+5
2007-03-22Clarified the error message when character creation fails and made sure theBjørn Lindeijer1-35/+48
2007-03-22Redesigned the localplayer class to use getters and setters instead of direct...Philipp Sehmisch1-4/+4
2007-03-20Implemented a GUI for distributing the characters attributes at character cre...Philipp Sehmisch1-3/+0
2007-02-25Fixed small issue concerning SDL timers, removed a useless variable.Rogier Polak1-2/+3
2006-12-01Monster sound effect patchPhilipp Sehmisch1-3/+3
2006-11-02Network layer refactoring.Björn Steinbrink1-4/+7
2006-09-02Switched to short IDs for beings.Guillaume Melquiond1-1/+1
2006-08-26Made the Network class a purely static interface, as there is only one instance.Guillaume Melquiond1-2/+2
2006-08-26Fixed player sprite not showing up.Bjørn Lindeijer1-1/+1
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer1-14/+14
2006-08-20Fixed selection of player character and implemented sending of game and chatBjørn Lindeijer1-3/+13
2006-08-20The Network can now connect to the three servers and affected methods now takeBjørn Lindeijer1-8/+14
2006-08-15Fixed typo and forgetting to add APMSG_CHAR_SELECT_RESPONSE to the list ofBjørn Lindeijer1-1/+2
2006-08-14Some preparations towards supporting character select and response handling.Bjørn Lindeijer1-5/+25
2006-08-14Fix warning about jump to case label crossing an initialization.Bjørn Lindeijer1-52/+61