summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Allow sell to npc many items at one time (hercules).halloween2015Andrei Karas1-0/+2
2015-11-04Allow buy from npc shop or from market more than one of item at one transaction.Andrei Karas1-0/+2
2015-09-23Another fix for compilation without C++11 flags.Andrei Karas1-1/+1
2015-09-23Fix compilation without C++11 flags.Andrei Karas1-1/+1
2015-09-22Remove checking packet id in getNpc function.Andrei Karas1-1/+2
2015-09-02Remove MessageHandler classAndrei Karas1-5/+1
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+1
2015-05-29Convert CookingType enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-11/+13
2015-04-17Add eathena defines into cookingtype enum.Andrei Karas1-0/+2
2015-02-18Add missing override keywords.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-11-30eathena: add packet SMSG_NPC_CHANGETITLE 0x0b06.Andrei Karas1-2/+0
2014-11-15eathena: add packet SMSG_NPC_COMMAND 0x0B00.Andrei Karas1-2/+0
2014-10-17Add static in npchandler.Andrei Karas1-2/+2
2014-09-09eathena: add packet CMSG_NPC_SELECT_AUTO_SPELL 0x01ce.Andrei Karas1-0/+2
2014-09-09eathena: add packet CMSG_NPC_SELECT_ARROW 0x01ae.Andrei Karas1-0/+2
2014-09-09eathena: add packet CMSG_NPC_IDENTIFY 0x0178.Andrei Karas1-0/+2
2014-09-09eathena: add packet CMSG_NPC_REFINE 0x0222.Andrei Karas1-0/+2
2014-09-09eathena: add packet CMSG_NPC_REPAIR 0x01fd.Andrei Karas1-0/+2
2014-09-09eathena: add packet CMSG_NPC_COOKING 0x025b.Andrei Karas1-0/+3
2014-09-09eathena: add packet CMSG_NPC_PRODUCE_MIX 0x018e.Andrei Karas1-0/+5
2014-09-09eathena: impliment packet CMSG_NPC_COMPLETE_PROGRESS_BAR 0x02f1.Andrei Karas1-0/+2
2014-09-08Move processLangReuqest from tmwa namespace into ea.Andrei Karas1-2/+0
2014-09-08Remove additional parameters from most npchandlers.Andrei Karas1-5/+2
2014-08-30Fix compilation warning.Andrei Karas1-1/+1
2014-08-30Simplify getNpc function usage.Andrei Karas1-2/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17Add support for set npc dialog title from server script.Andrei Karas1-0/+2
2013-10-24add final keyword to net files.Andrei Karas1-12/+13
2013-09-15remove unused includes from net directory.Andrei Karas1-7/+0
2013-05-28fix guard header part2.Andrei Karas1-3/+3
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-04-10improve npchandler class.Andrei Karas1-14/+20
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to other files.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from net classes.Andrei Karas1-0/+2
2012-09-23Add missing final keywords to classes.Andrei Karas1-1/+1
2012-01-23Add moving camera commands from npc.Andrei Karas1-1/+1
2012-01-23Add support for request client language from server.Andrei Karas1-0/+7
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-25Move A_UNUSED define to include file.Andrei Karas1-6/+0
2011-07-31Extract shared logic from npchandler and playerhandler netcode to ea namespace.Andrei Karas1-17/+4
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-03-03Add colors to buy/sell dialogs.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+90