Age | Commit message (Expand) | Author | Files | Lines |
2016-08-09 | Fix compilation after last commit. | Andrei Karas | 2 | -0/+3 |
2016-08-09 | Fix show overhead message with format "text". | Andrei Karas | 1 | -7/+8 |
2016-08-08 | Fix particles counter in being popup.evolrelease2016-08-07 | Andrei Karas | 1 | -1/+1 |
2016-08-07 | Add player wall collision type (5). | Andrei Karas | 1 | -1/+4 |
2016-08-07 | Extend horses.xml with separate offset for each direction for rider, up and d... | Andrei Karas | 1 | -6/+7 |
2016-08-06 | Add support for player rider offset by x and y. | Andrei Karas | 1 | -1/+3 |
2016-08-06 | Add own colors for hp bars for homunculus, mercenary, elemental. | Andrei Karas | 1 | -6/+6 |
2016-08-04 | Fix shadowing method by variable name in some compilers. | Andrei Karas | 1 | -5/+5 |
2016-08-04 | Add some missing tmwa defines. Fix compilation error without tmwa support. | Andrei Karas | 1 | -0/+2 |
2016-08-04 | Draw hp bar for elementals. | Andrei Karas | 2 | -1/+79 |
2016-08-04 | Remember id of own elemental. | Andrei Karas | 2 | -0/+15 |
2016-08-03 | Add support for elemental db and draw elementals sprites. | Andrei Karas | 1 | -17/+39 |
2016-08-03 | Add actor type elemental. | Andrei Karas | 1 | -3/+7 |
2016-07-31 | Show hp and max hp in being popup. | Andrei Karas | 1 | -0/+3 |
2016-07-29 | Fix code style. | Andrei Karas | 2 | -2/+0 |
2016-07-29 | Fix some issues detected by cppcheck. | Andrei Karas | 2 | -7/+4 |
2016-07-29 | Add some missing tmwa defines. | Andrei Karas | 4 | -4/+36 |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 6 | -112/+4 |
2016-07-27 | Show hp bar for mercenary. | Andrei Karas | 2 | -1/+82 |
2016-07-27 | Impliment packet SMSG_HOMUNCULUS_EXP 0x0b22. | Andrei Karas | 2 | -0/+15 |
2016-07-27 | Show hp bar in own homunculus. | Andrei Karas | 2 | -7/+96 |
2016-07-27 | Calculate damage per second for homunculus and mercenary. | Andrei Karas | 1 | -17/+29 |
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 3 | -17/+21 |
2016-07-24 | Remove extra includes. | Andrei Karas | 1 | -2/+0 |
2016-07-24 | Remove useless virtual keyword from castingeffect.h | Andrei Karas | 1 | -1/+1 |
2016-07-24 | Fix wrong assert for portals. | Andrei Karas | 1 | -1/+2 |
2016-07-24 | Add castingeffect object for draw casting effect in specified position and so... | Andrei Karas | 4 | -66/+198 |
2016-07-24 | Use switch in Being::setSubtype. | Andrei Karas | 1 | -118/+120 |
2016-07-23 | Allow skill source and destination particle effects depend on skill level. | Andrei Karas | 1 | -6/+17 |
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 | 1 | -0/+3 |
2016-07-23 | Allow delete untracker being particle effects. | Andrei Karas | 4 | -9/+37 |
2016-07-23 | Add skill casting particle arrow effect. | Andrei Karas | 2 | -0/+23 |
2016-07-21 | Fix style issue in localplayer.cpp | Andrei Karas | 1 | -1/+0 |
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 | 2 | -1/+9 |
2016-07-18 | Play cast animation while casting skills. | Andrei Karas | 2 | -16/+69 |
2016-07-18 | Move skillinfo into resources/skill directory. | Andrei Karas | 1 | -1/+1 |
2016-07-18 | Move skilldata 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/+63 |
2016-07-17 | Freeze plater while casting skill. | Andrei Karas | 2 | -2/+27 |
2016-07-14 | Use branch prediction macro in Being::logic. | Andrei Karas | 1 | -6/+11 |
2016-07-13 | Show particles amount in being popup. | Andrei Karas | 1 | -0/+6 |
2016-07-10 | Add support for permanent particle effect.s20160712 | Andrei Karas | 1 | -4/+2 |
2016-07-10 | Rename StatusEffect::getParticle into StatusEffect::getStartParticle | Andrei Karas | 1 | -2/+4 |
2016-07-10 | Add support for initial particle effect for effect from status-effects.xml | Andrei Karas | 4 | -19/+48 |
2016-07-04 | Use skill type as bit mask with skill types. | Andrei Karas | 1 | -1/+6 |
2016-06-21 | Add support for items with cards in charcreation.xml | Andrei Karas | 2 | -0/+20 |
2016-06-21 | Imrove Being::setTempSprite. | Andrei Karas | 1 | -6/+5 |
2016-06-21 | Improve Being::setHairTempSprite | Andrei Karas | 2 | -15/+9 |