summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-09eathena: add packet CMSG_NPC_COOKING 0x025b.Andrei Karas1-0/+5
2014-09-09eathena: add packet CMSG_NPC_PRODUCE_MIX 0x018e.Andrei Karas1-0/+7
2014-09-09Fix compilation warnings.Andrei Karas1-1/+1
2014-09-09eathena: impliment packet CMSG_NPC_COMPLETE_PROGRESS_BAR 0x02f1.Andrei Karas1-0/+4
2014-09-08Remove processLangReuqest.Andrei Karas1-7/+1
2014-09-08Move processLangReuqest from tmwa namespace into ea.Andrei Karas1-9/+0
2014-09-08Remove additional parameters from most npchandlers.Andrei Karas1-25/+10
2014-08-30Simplify getNpc function usage.Andrei Karas1-9/+27
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-19add ability to give more than one item to npc. (evol only)Andrei Karas1-2/+6
2013-12-18fix code style.Andrei Karas1-1/+2
2013-12-17Add support for set npc dialog title from server script.Andrei Karas1-1/+15
2013-10-19move virtual member calls from mpcdialog constuctor into postInit.Andrei Karas1-0/+1
2013-09-30move windows classes to windows directory.Andrei Karas1-1/+2
2013-09-15remove unused includes from net directory.Andrei Karas1-0/+1
2013-08-31move being related files into being dir.Andrei Karas1-1/+1
2013-08-16fix code style.Andrei Karas1-1/+1