summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2016-02-07Read whole SMSG_BEING_RESURRECT if being not exists.Andrei Karas1-0/+2
2016-02-07Read whole SMSG_BEING_SELFEFFECT packet if being not exists.Andrei Karas1-0/+2
2016-02-01Add debug messages to some packets.Andrei Karas1-1/+2
2016-02-01Fix status effects change for invisible players (tmwa)Andrei Karas1-0/+7
2016-02-01Show chat messages in public chat from hidden gms. (tmwa)Andrei Karas1-13/+14
2016-01-22Add packet CMSG_QUICK_IDENTIFY_ITEM 0x0a35.Andrei Karas2-0/+6
2016-01-17Move cards constants into separate file.Andrei Karas2-14/+14
2016-01-13Impliment packet CMSG_SELECT_CART 0x0980.Andrei Karas2-0/+8
2016-01-07Move invetory into inventory directory.Andrei Karas1-1/+2
2016-01-06Impliment packet CMSG_SHORTCUTS_ROW_SHIFT 0x0a01.Andrei Karas2-0/+6
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-6/+6
2016-01-02Update copyrights year.Andrei Karas116-116/+116
2015-12-29Move item into item directory.Andrei Karas3-5/+6
2015-12-23Add const attribute to net classes.Andrei Karas27-180/+207
2015-12-18Fix code style.Andrei Karas6-9/+0
2015-12-18Move inventory index related constants into separate file.Andrei Karas5-0/+10
2015-12-14Move chatconsts into const directory.Andrei Karas4-4/+4
2015-12-14Move skillconsts from resources int consts directory.Andrei Karas1-1/+1
2015-12-14Move skill error defines into separate file.Andrei Karas1-0/+2
2015-12-09Add per char gender into tmwa.Andrei Karas2-4/+8
2015-11-16Convert State enum into strong typed.Andrei Karas6-12/+12
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas2-10/+12
2015-11-16Add server feature haveSlide.Andrei Karas2-0/+7
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