summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2015-10-19Allow support for different horses riding.Andrei Karas5-0/+16
2015-10-18Join "option" to opt2 (status effect) for using as effects (hercules)Andrei Karas1-10/+9
2015-10-17Add layer field to packet SMSG_MAP_SET_TILES_TYPE.Andrei Karas2-2/+4
2015-10-16Add protection attribute to input actions. Unsafe actions blocked from remote...Andrei Karas1-1/+1
2015-10-16Fix compilation errors.Andrei Karas1-1/+1
2015-10-16Fix compilation without C++11 flags.Andrei Karas1-1/+1
2015-10-16Impliment packet SMSG_MAP_SET_TILES_TYPE (hercules)Andrei Karas1-7/+26
2015-10-15Add packet SMSG_MAP_SET_TILES_TYPE 0x0b1b.Andrei Karas4-1/+14
2015-10-14Add option for show why player disappeared. Can be usefull for GM's.Andrei Karas1-0/+38
2015-10-13Add npc attribute what allow or prevent removing npc after out of sight.Andrei Karas1-1/+8
2015-10-09Fix code style.Andrei Karas1-1/+0
2015-09-28Add packet SMSG_BATTLE_EMBLEM2 0x0b1a.Andrei Karas4-2/+20
2015-09-26Fix moving animation issue with move3 packets enabled.Andrei Karas1-0/+4
2015-09-25Fix being states (hercules)Andrei Karas2-1/+37
2015-09-25Fix code style.Andrei Karas6-7/+5
2015-09-23Fix another compilation warning.Andrei Karas1-1/+1
2015-09-23Fix compilation warning.Andrei Karas1-2/+2
2015-09-23Remove unused header protocolin.hAndrei Karas2-56/+0
2015-09-23Another fix for compilation without C++11 flags.Andrei Karas1-1/+1
2015-09-23Fix compilation without C++11 flags.Andrei Karas5-5/+5
2015-09-23Add support for packet version 20150226 (hercules)Andrei Karas6-2/+133
2015-09-23Allow add conditions into out packets definition.Andrei Karas9-0/+26
2015-09-22Remove checking packet id in getNpc function.Andrei Karas6-40/+27
2015-09-22add way for reload packets db. For now it useless.Andrei Karas9-4/+185
2015-09-21Define out packet variables in one place and in all files use only externs.Andrei Karas6-1/+97
2015-09-21Rename protocoloutdefine.h into protocoloutincludedefine.hAndrei Karas3-5/+5
2015-09-20Fix processBeingRemoveSkill name.Andrei Karas3-3/+3
2015-09-11Fix code style.Andrei Karas8-19/+3
2015-09-10Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME.Andrei Karas8-1/+26
2015-09-09Read server packet version from server (hercules).Andrei Karas2-0/+19
2015-09-09Fix compilation with some options.Andrei Karas1-2/+2
2015-09-09Add also notification about dropped item.Andrei Karas1-0/+5
2015-09-09Move processPlayerInventoryRemove from ea namespace into eathena and tmwa.Andrei Karas8-24/+46
2015-09-09Show reason for item removing.Andrei Karas1-3/+46
2015-09-09Add unequip error notification.Andrei Karas1-2/+1
2015-09-09Remove virtual method call from MessageOut constructor.Andrei Karas8-17/+21
2015-09-08Add some missing item colors.Andrei Karas1-1/+0
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas48-78/+119
2015-09-06Add option for creating screenshots on each complete trade.Andrei Karas1-4/+1
2015-09-06Readd packet SMSG_MAP_MASK (tmwa)Andrei Karas6-11/+12
2015-09-05Fix compilation warning.Andrei Karas1-0/+1
2015-09-05Fix compilation warnings.Andrei Karas4-2/+43
2015-09-04Fix compilation with some flags.Andrei Karas1-0/+2
2015-09-04Remove some useless includes.Andrei Karas103-392/+41
2015-09-02Remove MessageHandler classAndrei Karas169-4518/+330
2015-09-02Remove mNetwork field from MessageHandlersAndrei Karas12-151/+72
2015-09-02Remove variable mMessageHandlers from network code.Andrei Karas6-50/+20
2015-09-02Use packet handlers from packet defines.Andrei Karas5-8/+129
2015-09-02Add to packets defines packet handlers. For now unused.Andrei Karas5-558/+562
2015-09-01Remove packets.hAndrei Karas4-387/+0