summaryrefslogtreecommitdiff
path: root/src/map/skill.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Merge pull request #2232 from guilherme-gm/201810-trap-visibilityHaru1-0/+2
2018-10-20Added option to make hunter traps invisibleGuilherme G. Menaldo1-0/+2
2018-08-30Fixed Blastime and Claymore Trap damage that wasn't being split by the number...Guilherme G. Menaldo1-0/+1
2018-07-24Added missing parameter to init_unit_layout_unknownDastgir1-1/+1
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-1/+1
2018-06-12Changed returntype of skill_check_condition_castend_unknown.Dastgir1-1/+1
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-04-08Allow guild skills cooldown to continue when logged outGuilherme G. Menaldo1-3/+1
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-1/+1
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+1
2017-12-23Replace the use of skill_reproduce_db with AllowReproduce flagAsheraf1-2/+1
2017-11-24Allow using the skill DB accessors on non-skill attacks (skill_id = 0)Haru1-1/+5
2017-11-18Merge pull request #1903 from Asheraf/skill_scaleHaru1-0/+1
2017-11-16Implement skill scale packet for client versions >= 20151223.Asheraf1-0/+1
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 2)Haru1-2/+1
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 1)Haru1-48/+50
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-10-22Implemented SU_SV_ROOTTWIST Skill.Dastgir Pojee1-0/+3
2016-10-22Added Summoner Skills(in DB)Dastgir Pojee1-0/+45
2016-09-03Add some missing functions in skill.c into interface.Andrei Karas1-0/+3
2016-07-19Add skill atributes for allow moving while casting skill.Andrei Karas1-15/+17
2016-07-12Add into skill.c some handling for unknown skills/skill units.Andrei Karas1-0/+5
2016-07-12Fix reading skill_db.confAndrei Karas1-0/+1
2016-07-09Fixed some warnings while compiling HPMHookingHaru1-14/+14
2016-07-09Merge pull request #1333 from Smokexyz/SkillDBLibHaru1-6/+19
2016-07-09SkillDB TXT to Libconfig + converterSmokexyz1-6/+19
2016-07-05Move static methods into interface in skill.cAndrei Karas1-0/+3
2016-03-20Dropped typedef from DBMapHaru1-6/+6
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-1/+1
2016-02-24Edited skill->changematerial() and skill->elementalanalysis() to use the new ...Haru1-2/+3
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-08-26Fixed a faulty usage of sg->unit in land skill codeHaru1-2/+5
2015-08-15HPM compatibility improvementsHaru1-5/+3
2015-07-25Reduce memory usage in HPM in skill.cAndrei Karas1-12/+16
2015-06-19Removed ".." from include directivesHaru1-6/+6
2015-05-31Follow up@027f124cbb96bb99d00bc31ad51345024edadf66malufett1-0/+1
2015-05-19Fixed some issues reported by coverity scan [3/3]Haru1-0/+2
2015-02-13Fixed Bug#8529malufett1-1/+1
2015-01-12Fix uninitialized warning in skill.c.Andrei Karas1-1/+1
2015-01-12fix skills issue introduced in commit 5cdb3d12c4236e0c3a682e30fed96192d2c58188.Andrei Karas1-1/+1
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru1-0/+2
2015-01-12Fixed Bug where skill timer is not properly terminated/clear when the caster ...malufett1-1/+1
2015-01-10Extend skills.c for using custom skills from plugins.Andrei Karas1-0/+35
2014-11-16Whitespace cleanup (no code changes)Haru1-82/+82
2014-10-18Fix bug:7454Michieru1-1/+0
2014-08-06- Fix 3rd class skills on pre-renewal.Michieru1-0/+1
2014-07-12Updated SR_FLASHCOMBO behaviourpanikon1-65/+90
2014-07-11Fixed reserved __identifier violationsHaru1-3/+3
2014-05-21Corrected a nullpo report in 4c8d773d72ae134f7cc4d43861104ecd9f4ae134Haru1-2/+2