index
:
ml/hercules
tmw2
Hercules
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-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-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
2019-11-17
Merge pull request #2577 from Asheraf/dehardcodestatusicons
Haru
1
-8
/
+8
2019-11-06
Dehardcode Status Icons
Asheraf
1
-8
/
+8
2019-10-29
Dehardcode combo skills check
Asheraf
1
-21
/
+9
2019-10-20
Merge pull request #2547 from guilherme-gm/201910-dehardcode-db
Haru
1
-1
/
+1
2019-10-19
Merge pull request #2556 from skyleo/homunculus_fixes
Haru
1
-5
/
+13
2019-10-18
Merge pull request #2553 from skyleo/magnum_break_delay_fix
Haru
1
-4
/
+0
2019-10-10
Fix Chaotic Blessings never healing the enemy
skyleo
1
-4
/
+12
2019-10-10
Fix Homunculus skill failure message not displaying required item
skyleo
1
-1
/
+1
2019-10-09
Correct Magnum Break delay
skyleo
1
-4
/
+0
2019-10-05
Dehardcodes db files base path so the db folder can be easily moved
Guilherme Menaldo
1
-1
/
+1
2019-10-02
Moved hardcoded messages from source to messages.conf
Dastgir
1
-3
/
+3
2019-09-22
Mark some forgotten symbols as static
Haru
1
-1
/
+1
[next]