summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-11add support for giving item to npc (evol only)Andrei Karas1-0/+4
2013-06-13move npc dialogs array from netcode.Andrei Karas1-6/+6
2013-06-12remove npc dialog wrapper.Andrei Karas1-5/+3
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-17/+17
2013-04-10improve npchandler class.Andrei Karas1-19/+23
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-08Fix code style.Andrei Karas1-1/+4
2012-09-08Improve constructors in some classes.Andrei Karas1-0/+2
2012-09-02Add const to more classes.Andrei Karas1-3/+3
2012-08-23Remove useless includes.Andrei Karas1-4/+1
2012-07-31Add support for clear npc dialog by command from server (evol only).Andrei Karas1-0/+5
2012-07-17Fix more code style and additional warnings.Andrei Karas1-1/+1
2012-07-01Add npc avatars for evol server.Andrei Karas1-2/+17
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-8/+8
2012-05-13Fix code style.Andrei Karas1-1/+1
2012-02-05Move language functions to langs.cpp and langs.h files.Andrei Karas1-0/+2
2012-01-25Allow close npc dialog from npc commands.Andrei Karas1-0/+3
2012-01-25Save camera mode before speaking with npc and restore after.Andrei Karas1-0/+7
2012-01-23Add moving camera commands from npc.Andrei Karas1-6/+46
2012-01-23Add support for request client language from server.Andrei Karas1-3/+30
2012-01-05Update copyrights year.Andrei Karas1-1/+1