summaryrefslogtreecommitdiff
path: root/src/net/eathena/npchandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-09Fix compilation warnings.Andrei Karas1-2/+0
2014-09-09eathena: impliment packet CMSG_NPC_COMPLETE_PROGRESS_BAR 0x02f1.Andrei Karas1-0/+5
2014-09-09eathena: add partial support for packet SMSG_NPC_SHOW_PROGRESS_BAR 0x02f0.Andrei Karas1-2/+14
2014-09-08eathena: remove old code from npchandler.Andrei Karas1-1/+0
2014-09-08Remove additional parameters from most npchandlers.Andrei Karas1-12/+5
2014-09-06eathena: fix packet SMSG_NPC_VIEWPOINT 0x0144.Andrei Karas1-9/+14
2014-08-30Simplify getNpc function usage.Andrei Karas1-9/+13
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-2/+2
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-2/+2
2014-02-02Add missing const and static into net classes.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19fix const in declatations in npchandler.Andrei Karas1-2/+2
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/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-3/+1
2013-08-31move being related files into being dir.Andrei Karas1-1/+1
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-14/+14
2013-04-10improve npchandler class.Andrei Karas1-19/+23
2013-02-13Fix code style.Andrei Karas1-7/+7
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+3
2012-09-02Add const to more classes.Andrei Karas1-2/+2
2012-08-23Remove useless includes.Andrei Karas1-4/+0
2012-07-07Fix code style.Andrei Karas1-1/+2
2012-06-28Fix compilation warnings.Andrei Karas1-1/+1
2012-06-25From eAthena netcode remove some evol packets implimentations.Andrei Karas1-15/+3
2012-06-25Add support for cutit and viewpoint packets in eAthena.Andrei Karas1-64/+28
2012-06-24Add basic support for eathena stable.Andrei Karas1-0/+309