summaryrefslogtreecommitdiff
path: root/src/net/eathena/npchandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-01-25Update version checks for packet CMSG_PRIVATE_AIRSHIP_REQUESTAndrei Karas1-1/+3
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-07-27Add new chanaged packet where item id with size int32 was introduced.Andrei Karas1-6/+11
2018-07-26Add support for changed item id size in packets.Andrei Karas1-5/+6
2018-07-14Update packet CMSG_PRIVATE_AIRSHIP_REQUEST 0x0a49.Andrei Karas1-1/+5
2018-06-18Fix some style issues after automatic checks.Andrei Karas1-1/+1
2018-05-22Fix some implicit casts.Andrei Karas1-1/+1
2018-05-18Add packet CMSG_PRIVATE_AIRSHIP_REQUEST 0x0a49.Andrei Karas1-0/+11
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+5
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-6/+6
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+2
2017-06-09Fix code style.Andrei Karas1-1/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-10/+10
2017-04-28Add workaround to open npc buy shop if npc invisible.Andrei Karas1-0/+8
2017-03-21Fix packet CMSG_NPC_STR_RESPONSE for hercules packet version >= 20151029.Andrei Karas1-4/+14
2017-02-01Store interacted npc type before buy or talk and send it to buy dialog.Andrei Karas1-4/+12
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-03-24Add enum for item types.Andrei Karas1-4/+14
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-24/+24
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move shopitem into item directory.Andrei Karas1-2/+2
2015-12-18Fix code style.Andrei Karas1-1/+0
2015-12-18Move inventory index related constants into separate file.Andrei Karas1-0/+2
2015-11-04Allow sell to npc many items at one time (hercules).halloween2015Andrei Karas1-1/+32
2015-11-04Allow buy from npc shop or from market more than one of item at one transaction.Andrei Karas1-0/+51
2015-09-23Fix compilation without C++11 flags.Andrei Karas1-1/+1
2015-09-22Remove checking packet id in getNpc function.Andrei Karas1-17/+4
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+5
2015-09-04Remove some useless includes.Andrei Karas1-1/+0
2015-09-02Remove MessageHandler classAndrei Karas1-94/+3
2015-08-29Fix code style.Andrei Karas1-2/+0
2015-08-27Move receive code from npchandler into separate file.Andrei Karas1-92/+30
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+1
2015-06-14Use CREATEWIDGET macro in npchandler.Andrei Karas1-2/+3
2015-05-29Convert CookingType enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-21/+25
2015-03-17eathena: add partial support for packet SMSG_NPC_PROGRESS_BAR_ABORT 0x02f2.Andrei Karas1-0/+10
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-03-11eathena: add partial support for packet SMSG_NPC_SHOW_DIGIT 0x01b1.Andrei Karas1-0/+14
2015-03-10Mark all unimplimented packets with UNIMPLIMENTEDPACKET attribute.Andrei Karas1-0/+4
2015-01-20eathena: add packet SMSG_NPC_AREA 0x0b0bAndrei Karas1-0/+19
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-11-30eathena: add packet SMSG_NPC_CHANGETITLE 0x0b06.Andrei Karas1-1/+7
2014-11-15eathena: reset request lang flag in npc packets.Andrei Karas1-0/+4
2014-11-15eathena: add packet SMSG_NPC_COMMAND 0x0B00.Andrei Karas1-0/+5
2014-10-23Add packet fields comments in npchandler.Andrei Karas1-24/+25
2014-10-17Add static in npchandler.Andrei Karas1-2/+2