summaryrefslogtreecommitdiff
path: root/src/net/mercenaryhandler.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into net.Andrei Karas1-0/+5
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-3/+0
2016-02-20Add missing const in net directory.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+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/+3
2015-05-24Remove simpletypes.h.Andrei Karas1-1/+0
2015-05-24Move type Keep into separate file.Andrei Karas1-0/+1
2015-05-24Move simpletypes.h into directory simpletypes.Andrei Karas1-1/+1
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-1/+3
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-26Fix code style.Andrei Karas1-3/+3
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/+42