Age | Commit message (Expand) | Author | Files | Lines |
2016-07-23 | Allow skill source and destination particle effects depend on skill level. | Andrei Karas | 8 | -89/+40 |
2016-07-23 | Remove extra include from actorsprite.cpp | Andrei Karas | 1 | -1/+0 |
2016-07-23 | Add skill attacking src and dst effects. | Andrei Karas | 6 | -0/+44 |
2016-07-23 | Allow delete untracker being particle effects. | Andrei Karas | 10 | -13/+77 |
2016-07-23 | Add skill casting particle arrow effect. | Andrei Karas | 6 | -3/+28 |
2016-07-21 | Remove extra include from skilldialog.h | Andrei Karas | 1 | -1/+0 |
2016-07-21 | Fix crash with outdated or broken equipmentwindow.xml | Andrei Karas | 1 | -0/+2 |
2016-07-21 | Fix style issue in localplayer.cpp | Andrei Karas | 1 | -1/+0 |
2016-07-21 | Set sync player move distance by default to 5. | Andrei Karas | 2 | -3/+5 |
2016-07-21 | Fix initial reading configuration option sync player move distance. | Andrei Karas | 1 | -2/+2 |
2016-07-21 | Add packet SMSG_WALK_ERROR 0x0b21. | Andrei Karas | 5 | -1/+20 |
2016-07-21 | Move skill loading into separate function. | Andrei Karas | 2 | -56/+75 |
2016-07-21 | Move skill data loading into separate function. | Andrei Karas | 2 | -48/+65 |
2016-07-21 | Drop support for Hercules plugin version 5. | Andrei Karas | 1 | -4/+4 |
2016-07-21 | Remove support for loading legacy equipmentwindow.xml format. | Andrei Karas | 1 | -10/+0 |
2016-07-20 | In client too old error messages, show manaplus.org url. | Andrei Karas | 2 | -2/+4 |
2016-07-20 | Add asserts about outdated attribute in status-effects.xml. | Andrei Karas | 1 | -0/+5 |
2016-07-19 | Remove extra include. | Andrei Karas | 1 | -2/+0 |
2016-07-19 | Update skill popup if any skill was changed. | Andrei Karas | 3 | -0/+12 |
2016-07-19 | Fix skill effect text in skill popup if skill was changed after login. | Andrei Karas | 1 | -0/+1 |
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 | 6 | -1/+66 |
2016-07-18 | Add new parameter into paths.xml for default skill casting animation. | Andrei Karas | 2 | -1/+4 |
2016-07-18 | Play cast animation while casting skills. | Andrei Karas | 4 | -16/+75 |
2016-07-18 | Add support for loading casting animation for each skill and level. | Andrei Karas | 3 | -2/+7 |
2016-07-18 | Move skilltypelist into skill directory. | Andrei Karas | 4 | -4/+3 |
2016-07-18 | Move skilltypeentry into skill directory. | Andrei Karas | 4 | -3/+3 |
2016-07-18 | Move skillinfo into resources/skill directory. | Andrei Karas | 10 | -12/+14 |
2016-07-18 | Move skilldata into resources/skill directory. | Andrei Karas | 9 | -11/+14 |
2016-07-18 | Add own configurable color for skill attack range. | Andrei Karas | 3 | -0/+10 |
2016-07-18 | Highlight skill attack range with border, while casting skill. | Andrei Karas | 4 | -2/+72 |
2016-07-17 | Freeze plater while casting skill. | Andrei Karas | 3 | -5/+33 |
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-16 | Fix gettext initialisation in skilltypelist.h | Andrei Karas | 1 | -6/+6 |
2016-07-16 | Change version to 1.6.7.12. | Andrei Karas | 1 | -2/+2 |
2016-07-15 | Fix style issieu in mobileopengl2graphics.h | Andrei Karas | 1 | -1/+1 |
2016-07-15 | Add some missing costs. | Andrei Karas | 2 | -2/+2 |
2016-07-15 | Fix different include issues. | Andrei Karas | 6 | -11/+13 |
2016-07-14 | Remove some checks from actormanager. | Andrei Karas | 1 | -42/+63 |
2016-07-14 | Use branch prediction macro in Being::logic. | Andrei Karas | 1 | -6/+11 |
2016-07-14 | Add branch prediction macroses for gcc. | Andrei Karas | 1 | -0/+8 |
2016-07-14 | Allow show windows action only after connecting to server. | Andrei Karas | 1 | -1/+1 |
2016-07-13 | Remove extra include from beingpopup.h | Andrei Karas | 1 | -2/+0 |
2016-07-13 | Fix saving skills with maximum level into shortcuts bar.s20160713 | Andrei Karas | 1 | -4/+1 |
2016-07-13 | Show particles amount in being popup. | Andrei Karas | 5 | -2/+26 |
2016-07-13 | Simplify BeingPopup class. | Andrei Karas | 2 | -220/+94 |
2016-07-10 | Add support for permanent particle effect.s20160712 | Andrei Karas | 4 | -4/+20 |