summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2015-11-16Fix code style.Andrei Karas1-0/+1
2015-11-15Add server feature haveCharOtherGender.Andrei Karas2-0/+7
2015-11-15Rename haveOtherGender into haveAccountOtherGenderAndrei Karas2-2/+2
2015-11-13Remove manaserv related RegistrationOptions.Andrei Karas2-7/+0
2015-11-04Allow sell to npc many items at one time (hercules).halloween2015Andrei Karas2-0/+6
2015-11-04Allow buy from npc shop or from market more than one of item at one transaction.Andrei Karas8-0/+25
2015-10-19Allow support for different horses riding.Andrei Karas2-0/+7
2015-09-25Fix code style.Andrei Karas1-1/+1
2015-09-23Remove unused header protocolin.hAndrei Karas1-28/+0
2015-09-23Another fix for compilation without C++11 flags.Andrei Karas1-1/+1
2015-09-23Fix compilation without C++11 flags.Andrei Karas2-2/+2
2015-09-23Allow add conditions into out packets definition.Andrei Karas4-0/+12
2015-09-22Remove checking packet id in getNpc function.Andrei Karas2-13/+6
2015-09-22add way for reload packets db. For now it useless.Andrei Karas4-2/+80
2015-09-21Define out packet variables in one place and in all files use only externs.Andrei Karas2-0/+35
2015-09-21Rename protocoloutdefine.h into protocoloutincludedefine.hAndrei Karas1-1/+1
2015-09-11Fix code style.Andrei Karas1-7/+0
2015-09-10Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME.Andrei Karas2-0/+6
2015-09-09Read server packet version from server (hercules).Andrei Karas1-0/+3
2015-09-09Move processPlayerInventoryRemove from ea namespace into eathena and tmwa.Andrei Karas3-1/+23
2015-09-09Remove virtual method call from MessageOut constructor.Andrei Karas4-8/+10
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas16-38/+53
2015-09-06Readd packet SMSG_MAP_MASK (tmwa)Andrei Karas1-0/+1
2015-09-04Remove some useless includes.Andrei Karas30-152/+16
2015-09-02Remove MessageHandler classAndrei Karas80-1608/+153
2015-09-02Remove mNetwork field from MessageHandlersAndrei Karas6-76/+36
2015-09-02Remove variable mMessageHandlers from network code.Andrei Karas3-25/+10
2015-09-02Use packet handlers from packet defines.Andrei Karas1-3/+35
2015-09-02Add to packets defines packet handlers. For now unused.Andrei Karas1-148/+148
2015-09-01Remove packets.hAndrei Karas2-93/+0
2015-09-01Use packet sizes from packetsin.incAndrei Karas1-4/+3
2015-09-01Add packet sizes to packetin.inc. But for now size unused.Andrei Karas2-169/+152
2015-09-01Remove help lines from packets definition.Andrei Karas2-36/+30
2015-09-01Split packets definition files to in and out packets.Andrei Karas4-109/+133
2015-09-01Change extension in some internals includes from h to inc.Andrei Karas2-1/+1
2015-09-01Add ability to log received packet names to log file.Andrei Karas6-8/+42
2015-08-31Rename packetdefine.h to protocoldefine.hAndrei Karas1-1/+1
2015-08-31Move actual packet name to id mapping to packets.inc.Andrei Karas2-278/+297
2015-08-30Move receive code from tradehandler into separate file.Andrei Karas4-129/+219
2015-08-30Move receive code from skillhandler into separate file.Andrei Karas4-179/+263
2015-08-30Move receive code from questhandler into separate file.Andrei Karas4-38/+107
2015-08-30Move receive code from playerhandler into separate file.Andrei Karas4-142/+218
2015-08-29Fix code style.Andrei Karas32-201/+91
2015-08-28Move receive code from partyhandler into separate file.Andrei Karas4-276/+356
2015-08-27Move receive code from npchandler into separate file.Andrei Karas1-20/+22
2015-08-27Move receive code from mercenaryhandler into separate file.Andrei Karas2-6/+0
2015-08-27Move receive code from loginhandler into separate file.Andrei Karas4-95/+178
2015-08-27Move receive code from itemhandler into separate file.Andrei Karas4-63/+134
2015-08-27Move receive code from inventoryhandler into separate file.Andrei Karas4-439/+529
2015-08-26Move receive code from guildhandler into separate file.Andrei Karas4-129/+217