summaryrefslogtreecommitdiff
path: root/src/net/tmwa/pethandler.h
AgeCommit message (Collapse)AuthorFilesLines
2023-01-08added manaverse' copyright line to src/jak11-0/+1
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
removed evol, since its not developed anymore... only leads to confusing players removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends) updated copyright -2020 for manaplus
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-07-14Add packet CMSG_PET_EVOLUTION 0x09fb.Andrei Karas1-0/+2
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-8/+8
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
Also remove some empty destructors.
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-24Remove unused pet handler methods and fields.Andrei Karas1-10/+3
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-13/+13
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d.
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-13/+13
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to net classes.Andrei Karas1-9/+9
2015-09-02Remove MessageHandler classAndrei Karas1-5/+1
2015-02-22eathena: add packet CMSG_PET_DIRECTION 0x0b12.Andrei Karas1-2/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-28Add chat command for stop and start pet ai.Andrei Karas1-0/+2
2014-12-28Add fake commands to change pet direction.Andrei Karas1-0/+3
2014-12-28Add fake pet moving commands.Andrei Karas1-4/+2
Actual moving will be implimented after.
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/+10
2014-09-11eathena: add packet CMSG_PET_SET_NAME 0x01a5.Andrei Karas1-0/+2
2014-09-11eathena: add packet CMSG_PET_REQUEST_STATE 0x01a9.Andrei Karas1-0/+2
2014-09-11eathena: add packet CMSG_PET_CATCH 0x019f.Andrei Karas1-0/+2
2014-03-07fix emote command in crazy moves A.Andrei Karas1-1/+4
2014-01-12in pethandler add pet id parameter.Andrei Karas1-1/+4
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-27add pet emote command.Andrei Karas1-0/+2
New chat command: /emotepet emote
2013-12-25add pethandler with stubs only.Andrei Karas1-0/+50