summaryrefslogtreecommitdiff
path: root/src/net/eathena/gamehandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-05Rename packet CMSG_CLIENT_PING into CMSG_MAP_PING.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-2/+0
2014-09-19Add comments for all output packets header.Andrei Karas1-3/+3
2014-09-17Remove getter for loginHandler.Andrei Karas1-2/+1
2014-09-06eathena: remove some unused packets.Andrei Karas1-1/+0
2014-09-06add packet comments in gamehandler.Andrei Karas1-3/+3
2014-09-06eathena: handle packet SMSG_SERVER_PING 0x007f.Andrei Karas1-0/+6
2014-09-06eathena: fix warning in gamehandler.Andrei Karas1-2/+1
2014-09-06use pauseDispatch in processMapLogin.Andrei Karas1-0/+3
2014-09-06eathena: fix packet handling SMSG_MAP_LOGIN_SUCCESS 0x02eb.Andrei Karas1-4/+8
2014-09-06Move processMapLogin from ea to tmwa and eathena namespaces.Andrei Karas1-0/+18
2014-09-06eathena: rename SMSG_MAP_CHAR_ID to SMSG_MAP_ACCOUNT_ID.Andrei Karas1-5/+5
2014-09-06eathena: fix packet id CMSG_MAP_SERVER_CONNECT 0x022d.Andrei Karas1-6/+5
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-5/+5
2014-02-02Add missing const and static into net classes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-1/+3
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-08-24improve getState/setState in Client.Andrei Karas1-1/+1
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-04-12Fix code style and other small issues.Andrei Karas1-1/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+2
2013-04-07fix more style, add consts.Andrei Karas1-0/+2
2013-03-28improve gamehandler classAndrei Karas1-5/+5
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+3
2012-08-23Remove useless includes.Andrei Karas1-5/+0
2012-06-24Add basic support for eathena stable.Andrei Karas1-0/+178