Age | Commit message (Expand) | Author | Files | Lines |
2016-02-25 | Add chat command /loadposition. Also add it to player context menu. | Andrei Karas | 1 | -0/+3 |
2016-02-25 | Add chat command /saveposition. Also add it to player context menu. | Andrei Karas | 1 | -0/+3 |
2016-02-24 | Add chat command /spawnevilclone. Also add it to player context menu. | Andrei Karas | 1 | -0/+3 |
2016-02-24 | Add chat command /spawnslaveclone. Also add it to player context menu. | Andrei Karas | 1 | -0/+3 |
2016-02-24 | Add chat command /spawnclone. Also add it to player context menu. | Andrei Karas | 1 | -0/+2 |
2016-02-24 | Add chat command /spawnslave. Also add it to monster context menu. | Andrei Karas | 1 | -0/+2 |
2016-02-24 | Add chat command /showaccountinfo. Also add it to player context menu. | Andrei Karas | 1 | -0/+3 |
2016-02-24 | Add chat command /locate. Also add locate to player context menu. | Andrei Karas | 1 | -0/+3 |
2016-02-24 | Add chat command /showinventory. Also add show inventory to player context menu. | Andrei Karas | 1 | -0/+3 |
2016-02-24 | Add chat command /showcart. Also add show cart to player context menu. | Andrei Karas | 1 | -0/+3 |
2016-02-24 | Add chat command /showstorage. Also add show storage to player context menu. | Andrei Karas | 1 | -0/+3 |
2016-02-24 | Add chat command /showstats. Also add show level stats to player context menu. | Andrei Karas | 1 | -0/+2 |
2016-02-24 | Add chat command /showlevel. Also add show level commands to player context m... | Andrei Karas | 1 | -0/+2 |
2016-02-24 | Add chat command /gmcharcommands. Also add show char commands to player conte... | Andrei Karas | 1 | -0/+3 |
2016-02-24 | Add chat command /gmcommands. Also add show commands to player context menu. | Andrei Karas | 1 | -0/+3 |
2016-02-24 | Add chat command /mobspawnsearch. Add it to monster gm context menu. | Andrei Karas | 1 | -0/+3 |
2016-02-24 | Add chat command for gm /mobsearch | Andrei Karas | 1 | -0/+2 |
2016-02-24 | Add gm chat command /whodrops | Andrei Karas | 1 | -0/+2 |
2016-02-23 | Add chat command for gms /iteminfo | Andrei Karas | 1 | -0/+2 |
2016-02-23 | Add chat command /monsterinfo | Andrei Karas | 1 | -0/+2 |
2016-02-20 | Add missing const in net directory. | Andrei Karas | 1 | -1/+2 |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2015-12-23 | Add const attribute to net classes. | Andrei Karas | 1 | -9/+10 |
2015-09-04 | Remove some useless includes. | Andrei Karas | 1 | -5/+0 |
2015-09-02 | Remove MessageHandler class | Andrei Karas | 1 | -4/+5 |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -1/+1 |
2015-02-18 | Add missing override keywords. | Andrei Karas | 1 | -1/+1 |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2014-09-15 | eathena: add packet CMSG_ADMIN_REQUEST_STATS 0x0213. | Andrei Karas | 1 | -0/+2 |
2014-09-11 | eathena: add packet CMSG_ADMIN_UNEQUIP_ALL 0x07f5. | Andrei Karas | 1 | -0/+2 |
2014-09-11 | eathena: add packet CMSG_ADMIN_SET_TILE_TYPE 0x0198. | Andrei Karas | 1 | -0/+3 |
2014-09-11 | eathena: add packet CMSG_ADMIN_ID_TO_LOGIN 0x01df. | Andrei Karas | 1 | -0/+2 |
2014-09-11 | eathena: add packet CMSG_ADMIN_MUTE_NAME 0x0212. | Andrei Karas | 1 | -0/+2 |
2014-09-11 | eathena: add packet CMSG_ADMIN_MUTE 0x0149. | Andrei Karas | 1 | -1/+1 |
2014-09-11 | Move mute from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+4 |
2014-09-11 | Move recallName from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+2 |
2014-09-11 | Move gotoName from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+2 |
2014-09-11 | eathena: add packet CMSG_ADMIN_KICK_ALL 0x00ce. | Andrei Karas | 1 | -0/+2 |
2014-09-10 | eathena: add packet CMSG_ADMIN_RESET_PLAYER 0x0197. | Andrei Karas | 1 | -0/+4 |
2014-09-09 | Move AdminHandler::warp from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+3 |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 |
2013-10-24 | add final keyword to net files. | Andrei Karas | 1 | -5/+5 |
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -3/+0 |
2013-05-28 | fix guard header part2. | Andrei Karas | 1 | -3/+3 |
2013-04-14 | another fixes from cpplint. | Andrei Karas | 1 | -1/+1 |
2013-04-14 | some more style fixes from cpplint. | Andrei Karas | 1 | -1/+1 |
2013-03-27 | improve some network handlers classes. | Andrei Karas | 1 | -5/+5 |
2013-03-26 | add missing const to adminhandler. | Andrei Karas | 1 | -4/+4 |
2013-03-25 | improve adminhandler class. | Andrei Karas | 1 | -2/+2 |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 |