Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-01-12 | fix skills issue introduced in commit 5cdb3d12c4236e0c3a682e30fed96192d2c58188. | Andrei Karas | 1 | -1/+1 |
2015-01-12 | Blocked compilation of plugins that use unavailable functions | Haru | 1 | -0/+2 |
2015-01-12 | Fixed Bug where skill timer is not properly terminated/clear when the caster ... | malufett | 1 | -1/+1 |
2015-01-10 | Extend skills.c for using custom skills from plugins. | Andrei Karas | 1 | -0/+35 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -82/+82 |
2014-10-18 | Fix bug:7454 | Michieru | 1 | -1/+0 |
2014-08-06 | - Fix 3rd class skills on pre-renewal. | Michieru | 1 | -0/+1 |
2014-07-12 | Updated SR_FLASHCOMBO behaviour | panikon | 1 | -65/+90 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -3/+3 |
2014-05-21 | Corrected a nullpo report in 4c8d773d72ae134f7cc4d43861104ecd9f4ae134 | Haru | 1 | -2/+2 |
2014-05-19 | Fixed issue 8182 | panikon | 1 | -0/+2 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -1/+1 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -5/+9 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -9/+5 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -5/+9 |