summaryrefslogtreecommitdiff
path: root/src/net/maploginhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2006-11-02Removed some cruft that was needed for eAthena.Björn Steinbrink1-61/+0
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer1-3/+3
Removed unused Packet class. Added stub for handling GPMSG_BEING_ENTER.
2006-08-20The Network can now connect to the three servers and affected methods now takeBjørn Lindeijer1-2/+2
the server type as a parameter. The MessageOut gained a convenience constructor (same as was added server side). The game states during login sequence have been renamed and redone in order to ensure no communication is attempted to unconnected servers. This allowed the removal of the outgoing message queue. Connecting to the account server has been moved before the login/register phase (dialogs will still need to be updated). Quite a few things are expected to be broken since I'm rather tired at the moment. I've left many TODO entries in the code.
2006-08-01Fixed several compiler warnings and a linker error when compiling withoutBjørn Lindeijer1-3/+3
OpenGL support.
2006-07-25Switched client to use enet and modified login sequence to work with the new ↵Eugenio Favalli1-3/+1
protocol from tmwserv.
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-2/+2
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+63