Age | Commit message (Expand) | Author | Files | Lines |
2020-03-14 | Remove skill_is_item_skill() function and use map_session_data->autocast.type... | Kenpachi Developer | 1 | -1/+0 |
2020-03-14 | Add skill_validate_autocast_data() function | Kenpachi Developer | 1 | -0/+1 |
2020-03-11 | Add enumeration for auto-cast types | Kenpachi Developer | 1 | -0/+9 |
2020-03-08 | Undo removal of attack->dir_unknown | Leo Pflug | 1 | -0/+1 |
2020-03-08 | Refactor code using directions to use enum unit_dir | skyleo | 1 | -5/+5 |
2020-02-09 | Added skill_is_item_skill() function. | Kenpachi Developer | 1 | -0/+1 |
2020-02-09 | Merge pull request #2596 from dastgirp/skill_idx_refactor | Haru | 1 | -0/+6 |
2020-02-02 | Changed logic of skill_get_index | Dastgir | 1 | -0/+6 |
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -2/+2 |
2019-10-29 | Dehardcode combo skills check | Asheraf | 1 | -0/+1 |
2019-05-06 | Merge pull request #2232 from guilherme-gm/201810-trap-visibility | Haru | 1 | -0/+2 |
2018-10-20 | Added option to make hunter traps invisible | Guilherme G. Menaldo | 1 | -0/+2 |
2018-08-30 | Fixed Blastime and Claymore Trap damage that wasn't being split by the number... | Guilherme G. Menaldo | 1 | -0/+1 |
2018-07-24 | Added missing parameter to init_unit_layout_unknown | Dastgir | 1 | -1/+1 |
2018-07-19 | Replace item id shorts to int in map server. | Andrei Karas | 1 | -1/+1 |
2018-06-12 | Changed returntype of skill_check_condition_castend_unknown. | Dastgir | 1 | -1/+1 |
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 |
2018-04-08 | Allow guild skills cooldown to continue when logged out | Guilherme G. Menaldo | 1 | -3/+1 |
2018-02-10 | Clean up trailing whitespace and non-indent tabs | Haru | 1 | -1/+1 |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -0/+1 |
2017-12-23 | Replace the use of skill_reproduce_db with AllowReproduce flag | Asheraf | 1 | -2/+1 |
2017-11-24 | Allow using the skill DB accessors on non-skill attacks (skill_id = 0) | Haru | 1 | -1/+5 |
2017-11-18 | Merge pull request #1903 from Asheraf/skill_scale | Haru | 1 | -0/+1 |
2017-11-16 | Implement skill scale packet for client versions >= 20151223. | Asheraf | 1 | -0/+1 |
2017-11-05 | Reduce confusion between skill IDs and skill DB indexes (part 2) | Haru | 1 | -2/+1 |
2017-11-05 | Reduce confusion between skill IDs and skill DB indexes (part 1) | Haru | 1 | -48/+50 |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 1 | -1/+1 |
2016-10-28 | Fixed copyright year for 2016 | Lemongrass3110 | 1 | -1/+1 |
2016-10-22 | Implemented SU_SV_ROOTTWIST Skill. | Dastgir Pojee | 1 | -0/+3 |
2016-10-22 | Added Summoner Skills(in DB) | Dastgir Pojee | 1 | -0/+45 |
2016-09-03 | Add some missing functions in skill.c into interface. | Andrei Karas | 1 | -0/+3 |
2016-07-19 | Add skill atributes for allow moving while casting skill. | Andrei Karas | 1 | -15/+17 |
2016-07-12 | Add into skill.c some handling for unknown skills/skill units. | Andrei Karas | 1 | -0/+5 |
2016-07-12 | Fix reading skill_db.conf | Andrei Karas | 1 | -0/+1 |
2016-07-09 | Fixed some warnings while compiling HPMHooking | Haru | 1 | -14/+14 |
2016-07-09 | Merge pull request #1333 from Smokexyz/SkillDBLib | Haru | 1 | -6/+19 |
2016-07-09 | SkillDB TXT to Libconfig + converter | Smokexyz | 1 | -6/+19 |
2016-07-05 | Move static methods into interface in skill.c | Andrei Karas | 1 | -0/+3 |
2016-03-20 | Dropped typedef from DBMap | Haru | 1 | -6/+6 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -1/+1 |
2016-02-24 | Edited skill->changematerial() and skill->elementalanalysis() to use the new ... | Haru | 1 | -2/+3 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-08-26 | Fixed a faulty usage of sg->unit in land skill code | Haru | 1 | -2/+5 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -5/+3 |
2015-07-25 | Reduce memory usage in HPM in skill.c | Andrei Karas | 1 | -12/+16 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -6/+6 |
2015-05-31 | Follow up@027f124cbb96bb99d00bc31ad51345024edadf66 | malufett | 1 | -0/+1 |
2015-05-19 | Fixed some issues reported by coverity scan [3/3] | Haru | 1 | -0/+2 |
2015-02-13 | Fixed Bug#8529 | malufett | 1 | -1/+1 |
2015-01-12 | Fix uninitialized warning in skill.c. | Andrei Karas | 1 | -1/+1 |