Age | Commit message (Expand) | Author | Files | Lines |
2016-08-15 | Move skilltype.h and skilltype2.h into skill directory. | Andrei Karas | 1 | -1/+1 |
2016-08-04 | Remove extra include. | Andrei Karas | 1 | -2/+0 |
2016-08-04 | Add some missing tmwa defines. Fix compilation error without tmwa support. | Andrei Karas | 1 | -0/+6 |
2016-08-04 | Remember id of own elemental. | Andrei Karas | 1 | -1/+2 |
2016-08-03 | Impliment packets SMSG_ELEMENTAL_INFO and SMSG_ELEMENTAL_UPDATE_STATUS. | Andrei Karas | 1 | -8/+32 |
2016-08-03 | Add support for elemental db and draw elementals sprites. | Andrei Karas | 1 | -1/+3 |
2016-08-03 | Replace some ifs to switches. | Andrei Karas | 1 | -86/+144 |
2016-07-31 | Change arrow slot from 23 to 10. | Andrei Karas | 1 | -1/+1 |
2016-07-29 | Fix code style. | Andrei Karas | 2 | -15/+20 |
2016-07-29 | Add some missing tmwa defines. | Andrei Karas | 1 | -1/+0 |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 16 | -48/+0 |
2016-07-27 | Impliment packet SMSG_MERCENARY_UPDATE 0x02a2. | Andrei Karas | 2 | -5/+33 |
2016-07-27 | Impliment packet SMSG_HOMUNCULUS_EXP 0x0b22. | Andrei Karas | 3 | -0/+11 |
2016-07-27 | Calculate damage per second for homunculus and mercenary. | Andrei Karas | 2 | -0/+3 |
2016-07-26 | For mercenary set stats and not attributes. | Andrei Karas | 1 | -18/+18 |
2016-07-26 | For homunculus set stats and not attributes. | Andrei Karas | 1 | -17/+17 |
2016-07-26 | Add tabs for stats in status window. | Andrei Karas | 1 | -6/+0 |
2016-07-25 | Fix too big lines. | Andrei Karas | 2 | -8/+16 |
2016-07-25 | Add mercenary attributes. Set mercenary attributes from server. | Andrei Karas | 1 | -16/+36 |
2016-07-25 | Add homunculus attributes. Set homunculus attributes from server. | Andrei Karas | 1 | -15/+33 |
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 3 | -95/+97 |
2016-07-24 | Remove completly support for tmwa version 0. | Andrei Karas | 2 | -7/+0 |
2016-07-23 | Play casting ground animation if skill casted to being. | Andrei Karas | 1 | -0/+9 |
2016-07-23 | Allow skill source and destination particle effects depend on skill level. | Andrei Karas | 1 | -0/+1 |
2016-07-23 | Add skill casting particle arrow effect. | Andrei Karas | 1 | -3/+1 |
2016-07-21 | Add packet SMSG_WALK_ERROR 0x0b21. | Andrei Karas | 3 | -0/+11 |
2016-07-21 | Drop support for Hercules plugin version 5. | Andrei Karas | 1 | -4/+4 |
2016-07-20 | In client too old error messages, show manaplus.org url. | Andrei Karas | 1 | -1/+2 |
2016-07-19 | Add packet SMSG_PLAYER_UPDATE_SKILL2 0x0b20. | Andrei Karas | 3 | -0/+31 |
2016-07-19 | Add packet SMSG_PLAYER_ADD_SKILL2 0x0b1f. | Andrei Karas | 3 | -0/+32 |
2016-07-19 | Read inf2 field in packet SMSG_PLAYER_SKILLS. | Andrei Karas | 1 | -1/+6 |
2016-07-19 | Add support casting flag what allow moving. | Andrei Karas | 2 | -1/+12 |
2016-07-18 | Play cast animation while casting skills. | Andrei Karas | 2 | -0/+6 |
2016-07-18 | Move skillinfo into resources/skill directory. | Andrei Karas | 1 | -1/+2 |
2016-07-18 | Highlight skill attack range with border, while casting skill. | Andrei Karas | 2 | -1/+9 |
2016-07-17 | Freeze plater while casting skill. | Andrei Karas | 1 | -3/+6 |
2016-07-17 | Simplify functions processSkillCasting and processSkillCasting2. | Andrei Karas | 2 | -27/+28 |
2016-07-17 | Add packet SMSG_SKILL_CASTING2. | Andrei Karas | 4 | -1/+43 |
2016-07-15 | Add some missing costs. | Andrei Karas | 1 | -1/+1 |
2016-07-15 | Fix different include issues. | Andrei Karas | 1 | -0/+2 |
2016-07-10 | Add support for initial particle effect for effect from status-effects.xml | Andrei Karas | 1 | -1/+4 |
2016-06-30 | Move extended stats from status window into stats.xml too.s20160630 | Andrei Karas | 1 | -34/+1 |
2016-06-30 | Remove basic attributes usage from generalhandler and move to statuswindow an... | Andrei Karas | 1 | -18/+1 |
2016-06-30 | Move basic skill definition fro net into statdb. | Andrei Karas | 1 | -19/+0 |
2016-06-30 | Add statdb. Move to statdb server related stats list. | Andrei Karas | 1 | -1/+2 |
2016-06-24 | Add packet CMSG_NAVIGATE_TO | Andrei Karas | 3 | -1/+21 |
2016-06-21 | Remove useless includes. | Andrei Karas | 1 | -1/+0 |
2016-06-21 | Simplify Being::setSpriteCards, remove color parameters. | Andrei Karas | 1 | -33/+0 |
2016-06-21 | Remove useless variable from BeingRecv::processBeingChangeLookContinue. | Andrei Karas | 1 | -17/+16 |
2016-06-21 | Remove function BeingRecv::setSprite | Andrei Karas | 1 | -43/+24 |