summaryrefslogtreecommitdiff
path: root/src/net/tmwa/mercenaryhandler.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-9/+7
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-3/+0
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-7/+7
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-7/+7
2016-02-20Add missing const in net directory.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to net classes.Andrei Karas1-7/+9
2015-09-02Remove MessageHandler classAndrei Karas1-6/+1
2015-08-27Move receive code from mercenaryhandler into separate file.Andrei Karas1-2/+0
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+2
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-1/+1
2015-02-28Build mercenaryhandler only if eathena enabled.Andrei Karas1-0/+3
2015-02-25eathena: add packet CMSG_HOMMERC_DIRECTION 0x0b15.Andrei Karas1-0/+2
2015-02-25eathena: add packet CMSG_HOMMERC_EMOTE 0x0b14.Andrei Karas1-0/+2
2015-02-25eathena: add packet CMSG_HOMMERC_TALK 0x0b13.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-25eathena: add packet CMSG_HOMMERC_ATTACK 0x0233.Andrei Karas1-0/+2
2014-09-25eathena: add packet CMSG_HOMMERC_MOVE_TO 0x0232.Andrei Karas1-0/+2
2014-09-25eathena: add packet CMSG_HOMMERC_MOVE_TO_MASTER 0x0234.Andrei Karas1-0/+2
2014-09-21eathena: add packet SMSG_MERCENARY_ACTION 0x029f.Andrei Karas1-0/+2
2014-09-21Fix mercenary removing.Andrei Karas1-0/+2
2014-09-19Add empty MercenaryHandler.Andrei Karas1-0/+44