summaryrefslogtreecommitdiff
path: root/src/net/tmwa/pethandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-07-14Add packet CMSG_PET_EVOLUTION 0x09fb.Andrei Karas1-0/+5
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+5
2017-06-09Fix code style.Andrei Karas1-2/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-24Remove useless includes.Andrei Karas1-7/+0
2016-08-24Remove unused pet handler methods and fields.Andrei Karas1-14/+2
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-16/+5
2016-02-20Add missing const in net directory.Andrei Karas1-1/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-14Move chatconsts into const directory.Andrei Karas1-1/+1
2015-09-02Remove MessageHandler classAndrei Karas1-12/+0
2015-02-22eathena: add packet CMSG_PET_DIRECTION 0x0b12.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-28fix warnings again.Andrei Karas1-2/+2
2014-12-28Add chat command for stop and start pet ai.Andrei Karas1-0/+6
2014-12-28Use as separator coma char for internal pet moving packet.Andrei Karas1-1/+1
2014-12-28Add garbage into pets chat commands to avoid broken antispam system in tmwa.Andrei Karas1-5/+7
2014-12-28Impliment actual change direction actions from pet commands.Andrei Karas1-0/+2
2014-12-28Add fake commands to change pet direction.Andrei Karas1-0/+4
2014-12-28Impliment actual move actions from pet commands.Andrei Karas1-1/+2
2014-12-28Add fake pet moving commands.Andrei Karas1-4/+2
2014-09-26Fix code style.Andrei Karas1-2/+2
2014-09-23eathena: rename packet CMSG_PET_REQUEST_STATE to CMSG_PET_SEND_MESSAGE.Andrei Karas1-1/+1
2014-09-23eathena: add packet CMSG_PET_MENU_ACTION 0x01a1.Andrei Karas1-0/+20
2014-09-17Remove getter for chatHandler.Andrei Karas1-1/+1
2014-09-11eathena: add packet CMSG_PET_SET_NAME 0x01a5.Andrei Karas1-1/+5
2014-09-11eathena: add packet CMSG_PET_REQUEST_STATE 0x01a9.Andrei Karas1-0/+4
2014-09-11eathena: add packet CMSG_PET_CATCH 0x019f.Andrei Karas1-0/+4
2014-05-16Fix code style.Andrei Karas1-2/+0
2014-05-14Move chat tab consts into separate file.Andrei Karas1-0/+2
2014-03-07fix emote command in crazy moves A.Andrei Karas1-4/+9
2014-02-20improve includes.Andrei Karas1-2/+1
2014-01-12in pethandler add pet id parameter.Andrei Karas1-1/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29fix compilation warnings.Andrei Karas1-1/+1
2013-12-27add pet emote command.Andrei Karas1-0/+9
2013-12-25fix compilation warnings.Andrei Karas1-5/+5
2013-12-25add pethandler with stubs only.Andrei Karas1-0/+62