summaryrefslogtreecommitdiff
path: root/src/net/eathena/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-26Add support for changed item id size in packets.Andrei Karas1-1/+1
2018-07-14Add packet CMSG_PET_EVOLUTION 0x09fb.Andrei Karas1-0/+15
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-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-24Remove unused pet handler methods and fields.Andrei Karas1-14/+3
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-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-1/+0
2015-09-02Remove MessageHandler classAndrei Karas1-53/+1
2015-08-29Fix code style.Andrei Karas1-20/+0
2015-08-28Move receive code from pethandler into separate file.Andrei Karas1-158/+9
2015-08-24Fix compilation warnings.Andrei Karas1-1/+1
2015-08-23Impliment packet SMSG_PET_CATCH_PROCESS.Andrei Karas1-1/+1
2015-07-11Add missing checks into other files.Andrei Karas1-0/+2
2015-06-29Move notifytypes.h into enums directory.Andrei Karas1-2/+2
2015-06-14Use CREATEWIDGET macro in pethandler.Andrei Karas1-2/+3
2015-06-06Fix code style.Andrei Karas1-4/+0
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-1/+2
2015-05-29Add strong typed int type BeingId.Andrei Karas1-3/+3
2015-03-11eathena: add partial support for packet SMSG_PET_CATCH_PROCESS 0x019e.Andrei Karas1-0/+10
2015-02-27fix code style.Andrei Karas1-2/+2
2015-02-22eathena: add messages about pet feed result.Andrei Karas1-1/+5
2015-02-22eathena: fix pet set direction for old server versions.Andrei Karas1-0/+2
2015-02-22eathena: convert direction to server format before sending it to server.Andrei Karas1-1/+2
2015-02-22eathena: add packet CMSG_PET_DIRECTION 0x0b12.Andrei Karas1-1/+6
2015-02-22eathena: add packet CMSG_PET_MOVE_TO 0x0b11.Andrei Karas1-1/+8
2015-02-17eathena: add pet emote command.Andrei Karas1-6/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-28Add chat command for stop and start pet ai.Andrei Karas1-0/+4
2014-12-28Add fake commands to change pet direction.Andrei Karas1-0/+4
2014-12-28Add fake pet moving commands.Andrei Karas1-4/+2
2014-12-17On using eggs, if present only one egg in invenory, auto hatch it.Andrei Karas1-1/+9
2014-10-24Add packet fields comments in pethandler.Andrei Karas1-5/+5
2014-10-12Move ChatTab into chat subdir.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-1/+1
2014-09-23eathena: rename packet CMSG_PET_REQUEST_STATE to CMSG_PET_SEND_MESSAGE.Andrei Karas1-2/+2
2014-09-23eathena: add packet CMSG_PET_MENU_ACTION 0x01a1.Andrei Karas1-0/+31
2014-09-23eathena: add partial support for packet SMSG_PET_FOOD 0x01a3.Andrei Karas1-0/+12
2014-09-23eathena: show pets hungry level messages in chat.Andrei Karas1-2/+26
2014-09-23eathena: use petinfo for loading and storing data about pet.Andrei Karas1-9/+56
2014-09-22eathena: add partial support for packet SMSG_PET_STATUS 0x01a2.Andrei Karas1-0/+16
2014-09-22eathena: add partial support for packet SMSG_PET_DATA 0x01a4.Andrei Karas1-0/+12