summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-20In client too old error messages, show manaplus.org url.Andrei Karas2-2/+4
2016-07-19Add packet SMSG_PLAYER_UPDATE_SKILL2 0x0b20.Andrei Karas3-0/+31
2016-07-19Add packet SMSG_PLAYER_ADD_SKILL2 0x0b1f.Andrei Karas3-0/+32
2016-07-19Read inf2 field in packet SMSG_PLAYER_SKILLS.Andrei Karas1-1/+6
2016-07-19Add support casting flag what allow moving.Andrei Karas2-1/+12
2016-07-18Play cast animation while casting skills.Andrei Karas2-0/+6
2016-07-18Move skillinfo into resources/skill directory.Andrei Karas1-1/+2
2016-07-18Highlight skill attack range with border, while casting skill.Andrei Karas2-1/+9
2016-07-17Freeze plater while casting skill.Andrei Karas1-3/+6
2016-07-17Simplify functions processSkillCasting and processSkillCasting2.Andrei Karas2-27/+28
2016-07-17Add packet SMSG_SKILL_CASTING2.Andrei Karas4-1/+43
2016-07-15Add some missing costs.Andrei Karas1-1/+1
2016-07-15Fix different include issues.Andrei Karas1-0/+2
2016-07-10Add support for initial particle effect for effect from status-effects.xmlAndrei Karas2-2/+9
2016-07-01Fix code style.Andrei Karas2-5/+3
2016-06-30Move extended stats from status window into stats.xml too.s20160630Andrei Karas2-64/+2
2016-06-30Remove basic attributes usage from generalhandler and move to statuswindow an...Andrei Karas2-36/+3
2016-06-30Move basic skill definition fro net into statdb.Andrei Karas2-38/+0
2016-06-30Add statdb. Move to statdb server related stats list.Andrei Karas2-2/+4