summaryrefslogtreecommitdiff
path: root/src/net/charserverhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-14Completed porting of character creation/deletion, fixed some issues with netw...Eugenio Favalli1-126/+90
2006-08-02Ported account registration to tmwserv. There's still a disconnection/reconne...Eugenio Favalli1-2/+0
2006-07-25Switched client to use enet and modified login sequence to work with the new ...Eugenio Favalli1-37/+31
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-3/+3
2006-07-03Fixed visible equipment initialization and hack to see 2 kinds of visible equ...Eugenio Favalli1-3/+3
2006-06-21Added female players.Eugenio Favalli1-0/+1
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-13/+13
2006-02-04Unify the various login dialogs to use LoginData.Björn Steinbrink1-10/+7
2006-01-30A few cleanups and simplifications.Björn Steinbrink1-3/+3
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+210