index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
skill.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-05
Merge pull request #2657 from Kenpachi2k13/autocast_clean_up
Haru
1
-93
/
+88
2020-04-05
Merge pull request #2660 from Kenpachi2k13/skill_check_ammo_type
Haru
1
-4
/
+2
2020-04-05
Merge pull request #2658 from Kenpachi2k13/new_status_changes
Haru
1
-0
/
+6
2020-03-15
Make skills check if equipped ammunition type is appropriate for equipped weapon
Kenpachi Developer
1
-4
/
+2
2020-03-14
Make skills cast by Improvised Song ignore all requirements
Kenpachi Developer
1
-5
/
+7
2020-03-14
Remove IT_DELAYCONSUME related auto-cast code
Kenpachi Developer
1
-19
/
+0
2020-03-14
Remove skillitem and skillitemlv variables and use map_session_data->autocast...
Kenpachi Developer
1
-12
/
+8
2020-03-14
Remove obsolete auto-cast type validation from skill_check_condition_castbegi...
Kenpachi Developer
1
-18
/
+14
2020-03-14
Use map_session_data->autocast.type instead of skillitem variable to check fo...
Kenpachi Developer
1
-13
/
+13
2020-03-14
Remove map_session_data->state.itemskill_* and use map_session_data->autocast...
Kenpachi Developer
1
-3
/
+3
2020-03-14
Remove skill_is_item_skill() function and use map_session_data->autocast.type...
Kenpachi Developer
1
-20
/
+3
2020-03-14
Remove map_session_data->state.abra_flag and use map_session_data->autocast.t...
Kenpachi Developer
1
-5
/
+3
2020-03-14
Remove map_session_data->state.autocast and use map_session_data->autocast.ty...
Kenpachi Developer
1
-15
/
+5
2020-03-14
Add skill_validate_autocast_data() function
Kenpachi Developer
1
-0
/
+26
2020-03-14
Remove misplaced pc_autocast_clear() function call
Kenpachi Developer
1
-5
/
+0
2020-03-14
Add pc_autocast_clear() function calls
Kenpachi Developer
1
-5
/
+5
2020-03-14
Rename function pc_itemskill_clear() to pc_autocast_clear()
Kenpachi Developer
1
-1
/
+1
2020-03-14
Add map_session_data->autocast.skill_id/_lv assignments
Kenpachi Developer
1
-0
/
+4
2020-03-14
Add map_session_data->autocast.type assignments
Kenpachi Developer
1
-0
/
+24
2020-03-14
Add SC_SKF_CAST status change
Kenpachi Developer
1
-0
/
+4
2020-03-14
Add SC_VITALIZE_POTION status change
Kenpachi Developer
1
-0
/
+2
2020-03-09
Merge pull request #2648 from Kenpachi2k13/itemskill_fix
Haru
1
-3
/
+3
2020-03-08
Change the name of all functions which got their return-value meaning changed
skyleo
1
-7
/
+7
2020-03-08
Execute map->freeblock_unlock() if assertion fails
Leo Pflug
1
-6
/
+24
2020-03-08
Undo removal of attack->dir_unknown
Leo Pflug
1
-1
/
+7
2020-03-08
Change returning error-code in unit->walktoxy to obey code-style guidelines
skyleo
1
-1
/
+1
2020-03-08
Refactor code using directions to use enum unit_dir
skyleo
1
-120
/
+105
2020-03-06
Change validation of itemskill_check_conditions according to new name
Kenpachi Developer
1
-3
/
+3
2020-03-06
Rename itemskill_no_conditions to itemskill_check_conditions
Kenpachi Developer
1
-3
/
+3
2020-02-09
Added skill_is_item_skill() function.
Kenpachi Developer
1
-3
/
+20
2020-02-09
Added pc_itemskill_clear() function.
Kenpachi Developer
1
-0
/
+5
2020-02-09
Moved the WZ_EARTHSPIKE check for TK_SPTIME skill from skill_check_condition_...
Kenpachi Developer
1
-10
/
+1
2020-02-09
Implemented the consumption of 10 SP when using Earth Spike Scroll while SC_E...
Kenpachi Developer
1
-2
/
+5
2020-02-09
Fixed skill conditions check and <flag> parameter in itemskill() script command.
Kenpachi Developer
1
-23
/
+33
2020-02-09
Merge pull request #2586 from Asheraf/madostatueffect
Haru
1
-1
/
+1
2020-02-09
Merge pull request #2618 from Kenpachi2k13/issue#2558
Haru
1
-18
/
+25
2020-02-09
Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (no...
Kenpachi Developer
1
-6
/
+6
2020-02-09
Merge pull request #2248 from guilherme-gm/201810-asurafix
Haru
1
-10
/
+24
2020-02-09
Merge pull request #2596 from dastgirp/skill_idx_refactor
Haru
1
-43
/
+43
2020-02-08
Fixed the number of cells that 'Asura Strike' caster walks when it fails
Guilherme G. Menaldo
1
-8
/
+18
2020-02-08
Makes Asura Strike caster not change look direction at the end of the skill
Guilherme G. Menaldo
1
-1
/
+4
2020-02-08
Fixed duplicated 'Skill Failed' message on Asura Strike
Guilherme G. Menaldo
1
-1
/
+2
2020-02-02
Changed logic of skill_get_index
Dastgir
1
-43
/
+43
2020-02-02
Applied code style to PR_STRECOVERY.
Kenpachi Developer
1
-11
/
+14
2020-02-02
Updated PR_STRECOVERY to only cure status effects if target's defence element...
Kenpachi Developer
1
-7
/
+11
2020-01-29
Implement support for switching madogear type
Asheraf
1
-1
/
+1
2020-01-13
Update copyright headers for year 2020
Haru
1
-2
/
+2
2019-12-15
Merge pull request #2589 from HerculesWS/tarot_card_fix
Haru
1
-1
/
+1
2019-12-01
Modified skill_cooldown_save() to ignore guild skills if guild_skill_relog_de...
Kenpachi Developer
1
-9
/
+9
2019-11-27
Fix Tarot Card breaking equipment on Garment and Shoe locations however on Ae...
Ibrahim Zidan
1
-1
/
+1
[next]