summaryrefslogtreecommitdiff
path: root/src/net/eathena/npchandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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