summaryrefslogtreecommitdiff
path: root/src/net/tmwa/adminhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-24Add gm chat command /whodropsAndrei Karas1-0/+4
2016-02-23Add chat command for gms /iteminfoAndrei Karas1-0/+4
2016-02-23Add chat command /monsterinfoAndrei Karas1-0/+4
2016-02-20Add missing const in net directory.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-4/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-14Move chatconsts into const directory.Andrei Karas1-1/+1
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-2/+0
2015-09-02Remove MessageHandler classAndrei Karas1-22/+0
2015-08-24Rename admin receive handler into adminrecv.Andrei Karas1-2/+2
2015-08-23Move receive code from adminhandler into separate file.Andrei Karas1-1/+3
2015-05-29Add strong typed int type BeingId.Andrei Karas1-2/+2
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-25Fix code style.Andrei Karas1-4/+0
2014-10-23In adminhandler add function processKickAck.Andrei Karas1-4/+1
2014-09-26Fix code style.Andrei Karas1-1/+2
2014-09-19Add comments for all output packets header.Andrei Karas1-4/+4
2014-09-17Remove getter for chatHandler.Andrei Karas1-3/+3
2014-09-15fix compilation warnings.Andrei Karas1-1/+1
2014-09-15eathena: add packet CMSG_ADMIN_REQUEST_STATS 0x0213.Andrei Karas1-0/+4
2014-09-12fix code style.Andrei Karas1-1/+2
2014-09-11eathena: add packet CMSG_ADMIN_UNEQUIP_ALL 0x07f5.Andrei Karas1-0/+4
2014-09-11eathena: add packet CMSG_ADMIN_SET_TILE_TYPE 0x0198.Andrei Karas1-0/+5
2014-09-11eathena: add packet CMSG_ADMIN_ID_TO_LOGIN 0x01df.Andrei Karas1-0/+4
2014-09-11eathena: add packet CMSG_ADMIN_MUTE_NAME 0x0212.Andrei Karas1-0/+4
2014-09-11eathena: add packet CMSG_ADMIN_MUTE 0x0149.Andrei Karas1-1/+2
2014-09-11Move mute from ea namespace into eathena and tmwa.Andrei Karas1-0/+6
2014-09-11Move recallName from ea namespace into eathena and tmwa.Andrei Karas1-0/+5
2014-09-11Move gotoName from ea namespace into eathena and tmwa.Andrei Karas1-0/+5
2014-09-11eathena: add packet CMSG_ADMIN_KICK_ALL 0x00ce.Andrei Karas1-0/+4
2014-09-10eathena: add packet CMSG_ADMIN_RESET_PLAYER 0x0197.Andrei Karas1-0/+8
2014-09-09Move AdminHandler::warp from ea namespace into eathena and tmwa.Andrei Karas1-0/+11
2014-09-06add packet comments in adminhandler.Andrei Karas1-6/+6
2014-06-07fix code style.Andrei Karas1-3/+4
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-6/+1
2013-09-09remove useless includes from some files.Andrei Karas1-0/+1
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
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-26add missing const to adminhandler.Andrei Karas1-4/+4
2013-03-25improve adminhandler class.Andrei Karas1-5/+3
2013-03-12Fix code style.Andrei Karas1-2/+0
2013-03-09Add new notifications to other classes.Andrei Karas1-1/+0
2013-03-09Add new notifications in some other classes.Andrei Karas1-2/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+2