summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2016-08-29Done include sys/time.h in chatrecv.h if it already included.Andrei Karas1-1/+3
2016-08-29Fix some cast issues.Andrei Karas1-0/+1
2016-08-29Use time_t for time values.Andrei Karas6-7/+7
2016-08-25Impliment packet SMSG_VENDING_REPORT.Andrei Karas1-3/+24
2016-08-25Allow buy more than one item at vending shop at once.Andrei Karas6-1/+53
2016-08-25Impliment packet SMSG_VENDING_BUY_ACK.Andrei Karas1-2/+29
2016-08-24Remove useless includes.Andrei Karas1-7/+0
2016-08-24Fix homunculus and mercenary move packets.Andrei Karas2-2/+2
2016-08-24Remove unused pet handler methods and fields.Andrei Karas5-58/+14
2016-08-24First step of removing local pets (tmwa only).Andrei Karas3-28/+5
2016-08-21Improve move3 packet handling for local player and for empty path.Andrei Karas1-8/+7
2016-08-20Allow get auto item share party option.Andrei Karas7-1/+77
2016-08-20Split processPartySettingsContinue.Andrei Karas4-8/+14
2016-08-20Fix getting party settings.Andrei Karas1-6/+6
2016-08-19Fix reading packet SMSG_PARTY_INFO if it was sent in wrong way.Andrei Karas1-1/+2
2016-08-19Fix removing local player from guild.Andrei Karas1-0/+1
2016-08-18Add some clang fixes.Andrei Karas1-1/+2
2016-08-15Move itemtype.h into item directory.Andrei Karas2-2/+2
2016-08-15Move skilltype.h and skilltype2.h into skill directory.Andrei Karas1-1/+1
2016-08-13Read whole packet SMSG_MAP_QUIT_RESPONSE.Andrei Karas1-1/+1
2016-08-13Remove some useless includes.Andrei Karas1-2/+0
2016-08-04Remove extra include.Andrei Karas1-2/+0
2016-08-04Add some missing tmwa defines. Fix compilation error without tmwa support.Andrei Karas1-0/+6
2016-08-04Remember id of own elemental.Andrei Karas1-1/+2
2016-08-03Impliment packets SMSG_ELEMENTAL_INFO and SMSG_ELEMENTAL_UPDATE_STATUS.Andrei Karas1-8/+32
2016-08-03Add support for elemental db and draw elementals sprites.Andrei Karas1-1/+3
2016-08-03Replace some ifs to switches.Andrei Karas1-86/+144
2016-07-31Possible fix for Curl 7.50Andrei Karas2-3/+2
2016-07-31Change arrow slot from 23 to 10.Andrei Karas1-1/+1
2016-07-29Fix code style.Andrei Karas2-15/+20
2016-07-29Add some missing tmwa defines.Andrei Karas2-1/+2
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas59-183/+1
2016-07-27Impliment packet SMSG_MERCENARY_UPDATE 0x02a2.Andrei Karas2-5/+33
2016-07-27Impliment packet SMSG_HOMUNCULUS_EXP 0x0b22.Andrei Karas3-0/+11
2016-07-27Calculate damage per second for homunculus and mercenary.Andrei Karas2-0/+3
2016-07-26For mercenary set stats and not attributes.Andrei Karas1-18/+18
2016-07-26For homunculus set stats and not attributes.Andrei Karas1-17/+17
2016-07-26Add tabs for stats in status window.Andrei Karas2-12/+0
2016-07-25Fix too big lines.Andrei Karas3-10/+20
2016-07-25Add mercenary attributes. Set mercenary attributes from server.Andrei Karas1-16/+36
2016-07-25Add homunculus attributes. Set homunculus attributes from server.Andrei Karas1-15/+33
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas9-190/+193
2016-07-24Remove extra includes.Andrei Karas2-3/+0
2016-07-24Remove completly support for tmwa version 0.Andrei Karas5-19/+3
2016-07-24Drop native guild support from tmwa.Andrei Karas8-347/+17
2016-07-23Play casting ground animation if skill casted to being.Andrei Karas1-0/+9
2016-07-23Allow skill source and destination particle effects depend on skill level.Andrei Karas1-0/+1
2016-07-23Add skill casting particle arrow effect.Andrei Karas1-3/+1
2016-07-21Add packet SMSG_WALK_ERROR 0x0b21.Andrei Karas3-0/+11
2016-07-21Drop support for Hercules plugin version 5.Andrei Karas1-4/+4