summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-2/+2
2011-10-31Stop moving if npc dialog is showed.Andrei Karas1-0/+2
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-1/+1
2011-08-07Remove useless code. After npc interaction player was change action.Andrei Karas1-3/+0
2011-07-31Extract shared logic from npchandler and playerhandler netcode to ea namespace.Andrei Karas1-84/+42
2011-07-30Extract shared logic from inventoryhandler netcode to ea namespace.Andrei Karas1-0/+2
2011-07-07Remove undescore from variables and defines.Andrei Karas1-7/+7
2011-06-25Fix memory leaks in npchandler and npcdialog classes.Andrei Karas1-0/+7
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-8/+8
2011-03-08Fix possible problem with buying colored item.Andrei Karas1-1/+2