summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Allow sell to npc many items at one time (hercules).halloween2015Andrei Karas5-1/+42
2015-11-04Allow buy from npc shop or from market more than one of item at one transaction.Andrei Karas20-0/+164
2015-11-01Fix cart inventory initialisation if was no items in cart inventory.Andrei Karas1-1/+16
2015-10-31Add support for dead trick status effect (hercules)Andrei Karas1-0/+1
2015-10-28Add missing check in receiving being packets.Andrei Karas1-4/+4
2015-10-26Add packet SMSG_NPC_SKIN 0x0b1c.Andrei Karas4-1/+15
2015-10-23Fix code style.Andrei Karas1-4/+0
2015-10-23Fix read size for packet SMSG_BEING_REMOVE.Andrei Karas1-1/+0
2015-10-21Add support for layers with conditional tiles.Andrei Karas1-4/+1
For enable this mode for layer need add property: TileCondition and set value to one of BlockMask bits.
2015-10-19Add extended riding support (hercules)Andrei Karas1-9/+23
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 ↵Andrei Karas1-1/+1
remote usage.
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
This allow change collision types from server.
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
Located in settings / players / Log players actions (for GM)
2015-10-13Add npc attribute what allow or prevent removing npc after out of sight.Andrei Karas1-1/+8
New npc attribute: allowDelete
2015-10-09Fix code style.Andrei Karas1-1/+0
2015-09-28Add packet SMSG_BATTLE_EMBLEM2 0x0b1a.Andrei Karas4-2/+20
Also change protocol version to 12.
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