summaryrefslogtreecommitdiff
path: root/src/net/tmwa/adminhandler.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-25Add chat command /disguise. Also add it to player context menu.Andrei Karas1-0/+2
2016-02-25Add chat command /alive. Also add it to player context menu.Andrei Karas1-0/+2
2016-02-25Add chat command /gmheal. Also add it to player context menu.Andrei Karas1-0/+2
2016-02-25Add chat command /killable. Also add it to player context menu.Andrei Karas1-0/+2
2016-02-25Add chat command /killer. Also add it to player context menu.Andrei Karas1-0/+2
2016-02-25Add chat command /gotonpc. Also add it to npc context menu.Andrei Karas1-0/+2
2016-02-25Add chat command /randomwarp. Also add it to player context menu.Andrei Karas1-0/+2
2016-02-25Add chat command /loadposition. Also add it to player context menu.Andrei Karas1-0/+3
2016-02-25Add chat command /saveposition. Also add it to player context menu.Andrei Karas1-0/+3
2016-02-24Add chat command /spawnevilclone. Also add it to player context menu.Andrei Karas1-0/+3
2016-02-24Add chat command /spawnslaveclone. Also add it to player context menu.Andrei Karas1-0/+3
2016-02-24Add chat command /spawnclone. Also add it to player context menu.Andrei Karas1-0/+2
2016-02-24Add chat command /spawnslave. Also add it to monster context menu.Andrei Karas1-0/+2
2016-02-24Add chat command /showaccountinfo. Also add it to player context menu.Andrei Karas1-0/+3
2016-02-24Add chat command /locate. Also add locate to player context menu.Andrei Karas1-0/+3
2016-02-24Add chat command /showinventory. Also add show inventory to player context menu.Andrei Karas1-0/+3
2016-02-24Add chat command /showcart. Also add show cart to player context menu.Andrei Karas1-0/+3
2016-02-24Add chat command /showstorage. Also add show storage to player context menu.Andrei Karas1-0/+3
2016-02-24Add chat command /showstats. Also add show level stats to player context menu.Andrei Karas1-0/+2
2016-02-24Add chat command /showlevel. Also add show level commands to player context m...Andrei Karas1-0/+2
2016-02-24Add chat command /gmcharcommands. Also add show char commands to player conte...Andrei Karas1-0/+3
2016-02-24Add chat command /gmcommands. Also add show commands to player context menu.Andrei Karas1-0/+3
2016-02-24Add chat command /mobspawnsearch. Add it to monster gm context menu.Andrei Karas1-0/+3
2016-02-24Add chat command for gm /mobsearchAndrei Karas1-0/+2
2016-02-24Add gm chat command /whodropsAndrei Karas1-0/+2
2016-02-23Add chat command for gms /iteminfoAndrei Karas1-0/+2
2016-02-23Add chat command /monsterinfoAndrei Karas1-0/+2
2016-02-20Add missing const in net directory.Andrei Karas1-1/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to net classes.Andrei Karas1-9/+10
2015-09-04Remove some useless includes.Andrei Karas1-5/+0
2015-09-02Remove MessageHandler classAndrei Karas1-4/+5
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+1
2015-02-18Add missing override keywords.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-15eathena: add packet CMSG_ADMIN_REQUEST_STATS 0x0213.Andrei Karas1-0/+2
2014-09-11eathena: add packet CMSG_ADMIN_UNEQUIP_ALL 0x07f5.Andrei Karas1-0/+2
2014-09-11eathena: add packet CMSG_ADMIN_SET_TILE_TYPE 0x0198.Andrei Karas1-0/+3
2014-09-11eathena: add packet CMSG_ADMIN_ID_TO_LOGIN 0x01df.Andrei Karas1-0/+2
2014-09-11eathena: add packet CMSG_ADMIN_MUTE_NAME 0x0212.Andrei Karas1-0/+2
2014-09-11eathena: add packet CMSG_ADMIN_MUTE 0x0149.Andrei Karas1-1/+1
2014-09-11Move mute from ea namespace into eathena and tmwa.Andrei Karas1-0/+4
2014-09-11Move recallName from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-11Move gotoName from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-11eathena: add packet CMSG_ADMIN_KICK_ALL 0x00ce.Andrei Karas1-0/+2
2014-09-10eathena: add packet CMSG_ADMIN_RESET_PLAYER 0x0197.Andrei Karas1-0/+4
2014-09-09Move AdminHandler::warp from ea namespace into eathena and tmwa.Andrei Karas1-0/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to net files.Andrei Karas1-5/+5
2013-09-15remove unused includes from net directory.Andrei Karas1-3/+0