Age | Commit message (Expand) | Author | Files | Lines |
2015-09-07 | Split protocol.h into protocolin.h and protocolout.h | Andrei Karas | 1 | -1/+1 |
2015-09-04 | Remove some useless includes. | Andrei Karas | 1 | -2/+0 |
2015-09-02 | Remove MessageHandler class | Andrei Karas | 1 | -22/+0 |
2015-08-24 | Rename admin receive handler into adminrecv. | Andrei Karas | 1 | -2/+2 |
2015-08-23 | Move receive code from adminhandler into separate file. | Andrei Karas | 1 | -1/+3 |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -2/+2 |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -2/+0 |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2014-10-25 | Fix code style. | Andrei Karas | 1 | -4/+0 |
2014-10-23 | In adminhandler add function processKickAck. | Andrei Karas | 1 | -4/+1 |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -1/+2 |
2014-09-19 | Add comments for all output packets header. | Andrei Karas | 1 | -4/+4 |
2014-09-17 | Remove getter for chatHandler. | Andrei Karas | 1 | -3/+3 |
2014-09-15 | fix compilation warnings. | Andrei Karas | 1 | -1/+1 |
2014-09-15 | eathena: add packet CMSG_ADMIN_REQUEST_STATS 0x0213. | Andrei Karas | 1 | -0/+4 |
2014-09-12 | fix code style. | Andrei Karas | 1 | -1/+2 |
2014-09-11 | eathena: add packet CMSG_ADMIN_UNEQUIP_ALL 0x07f5. | Andrei Karas | 1 | -0/+4 |
2014-09-11 | eathena: add packet CMSG_ADMIN_SET_TILE_TYPE 0x0198. | Andrei Karas | 1 | -0/+5 |
2014-09-11 | eathena: add packet CMSG_ADMIN_ID_TO_LOGIN 0x01df. | Andrei Karas | 1 | -0/+4 |
2014-09-11 | eathena: add packet CMSG_ADMIN_MUTE_NAME 0x0212. | Andrei Karas | 1 | -0/+4 |
2014-09-11 | eathena: add packet CMSG_ADMIN_MUTE 0x0149. | Andrei Karas | 1 | -1/+2 |
2014-09-11 | Move mute from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+6 |
2014-09-11 | Move recallName from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+5 |
2014-09-11 | Move gotoName from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+5 |
2014-09-11 | eathena: add packet CMSG_ADMIN_KICK_ALL 0x00ce. | Andrei Karas | 1 | -0/+4 |
2014-09-10 | eathena: add packet CMSG_ADMIN_RESET_PLAYER 0x0197. | Andrei Karas | 1 | -0/+8 |
2014-09-09 | Move AdminHandler::warp from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+11 |
2014-09-06 | add packet comments in adminhandler. | Andrei Karas | 1 | -6/+6 |
2014-06-07 | fix code style. | Andrei Karas | 1 | -3/+4 |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 |
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -6/+1 |
2013-09-09 | remove useless includes from some files. | Andrei Karas | 1 | -0/+1 |
2013-08-31 | move being related files into being dir. | Andrei Karas | 1 | -1/+2 |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -2/+2 |
2013-04-07 | fix more style, add consts. | Andrei Karas | 1 | -0/+2 |
2013-03-26 | add missing const to adminhandler. | Andrei Karas | 1 | -4/+4 |
2013-03-25 | improve adminhandler class. | Andrei Karas | 1 | -5/+3 |
2013-03-12 | Fix code style. | Andrei Karas | 1 | -2/+0 |
2013-03-09 | Add new notifications to other classes. | Andrei Karas | 1 | -1/+0 |
2013-03-09 | Add new notifications in some other classes. | Andrei Karas | 1 | -2/+3 |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -0/+2 |
2012-09-08 | Improve constructors in some classes. | Andrei Karas | 1 | -1/+2 |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -6/+0 |
2012-06-17 | Replace SDL int types to C++ types. | Andrei Karas | 1 | -3/+3 |
2012-03-22 | Rename object event to depricatedevent because current implimentation very | Andrei Karas | 1 | -1/+1 |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2011-09-09 | Continue fix for shadow variables/methods errors. | Andrei Karas | 1 | -1/+1 |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -1/+1 |