summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.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-06-18Fix some style issues after automatic checks.Andrei Karas1-2/+1
2018-05-18Add packet CMSG_PRIVATE_AIRSHIP_REQUEST 0x0a49.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-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-2/+2
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-6/+6
2017-04-28Add workaround to open npc buy shop if npc invisible.Andrei Karas1-0/+7
2017-02-01Store interacted npc type before buy or talk and send it to buy dialog.Andrei Karas1-4/+8
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-2/+0
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-6/+6
2016-01-02Update copyrights year.Andrei Karas1-1/+1
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-0/+4
2015-11-04Allow buy from npc shop or from market more than one of item at one transaction.Andrei Karas1-0/+4
2015-09-23Fix compilation without C++11 flags.Andrei Karas1-1/+1
2015-09-22Remove checking packet id in getNpc function.Andrei Karas1-12/+4
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+4
2015-09-02Remove MessageHandler classAndrei Karas1-61/+2
2015-08-27Move receive code from npchandler into separate file.Andrei Karas1-20/+22
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+1
2015-06-20Fix compilation warnings.Andrei Karas1-1/+1
2015-06-20Remove some useless server feature checks from tmwa.Andrei Karas1-2/+0
2015-06-20Remove from tmwa namespace checks for haveItemColors.Andrei Karas1-14/+3
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/+26
2015-04-17Add eathena defines into cookingtype enum.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-11-30eathena: add packet SMSG_NPC_CHANGETITLE 0x0b06.Andrei Karas1-9/+0
2014-11-21fix code style.Andrei Karas1-2/+0
2014-11-15eathena: add packet SMSG_NPC_COMMAND 0x0B00.Andrei Karas1-85/+0
2014-10-23Add packet fields comments in npchandler.Andrei Karas1-42/+44
2014-10-17Add static in npchandler.Andrei Karas1-3/+3
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-19Add comments for all output packets header.Andrei Karas1-10/+10
2014-09-17Remove getter for serverFeatures.Andrei Karas1-1/+1
2014-09-16Remove unused externsAndrei Karas1-1/+0
2014-09-16add server feature haveItemColors.Andrei Karas1-1/+4
2014-09-09eathena: add packet CMSG_NPC_SELECT_AUTO_SPELL 0x01ce.Andrei Karas1-0/+4
2014-09-09eathena: add packet CMSG_NPC_SELECT_ARROW 0x01ae.Andrei Karas1-0/+4
2014-09-09eathena: add packet CMSG_NPC_IDENTIFY 0x0178.Andrei Karas1-0/+4
2014-09-09eathena: add packet CMSG_NPC_REFINE 0x0222.Andrei Karas1-0/+4
2014-09-09Fix compilation warnings.Andrei Karas1-2/+2
2014-09-09eathena: add packet CMSG_NPC_REPAIR 0x01fd.Andrei Karas1-0/+4