summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-04Merge pull request #2188 from bWolfie/cell_noskillHaru1-0/+3
2020-05-04Merge pull request #1304 from inhyositsu/masterHaru1-1/+1
2020-05-04Merge pull request #2710 from MishimaHaruna/fix-skill-idxIbrahem Zidan1-31/+77
2020-05-04Add Assert_report to generate a backtrace on any skill_get_index failuresHaru1-0/+3
2020-05-04Refactor the Bard/Dancer Soul Link temporary skill granting codeHaru1-0/+32
2020-05-04Use enum spirit_charm_types for charm type fieldAndrei Karas1-1/+1
2020-05-03Improve warnings in skill_get_index, to detect the use of unhandled skill rangesHaru1-0/+6
2020-05-03Make the skill_get_index function easier to understand by using a struct for ...Haru1-31/+36
2020-05-03Merge pull request #2690 from Kenpachi2k13/operator_use_fixHaru1-1/+1
2020-05-03Merge branch 'master' into cell_noskillKenpachi2k131-341/+426
2020-04-11Fix usage of *= operatorKenpachi Developer1-1/+1
2020-04-08Prevent SC_NO_SWITCH_EQUIP from falsely being recognized as unknown status ch...Kenpachi Developer1-1/+1
2020-04-05Merge pull request #2657 from Kenpachi2k13/autocast_clean_upHaru1-93/+88
2020-04-05Merge pull request #2660 from Kenpachi2k13/skill_check_ammo_typeHaru1-4/+2
2020-04-05Merge pull request #2658 from Kenpachi2k13/new_status_changesHaru1-0/+6
2020-03-15Make skills check if equipped ammunition type is appropriate for equipped weaponKenpachi Developer1-4/+2
2020-03-14Make skills cast by Improvised Song ignore all requirementsKenpachi Developer1-5/+7
2020-03-14Remove IT_DELAYCONSUME related auto-cast codeKenpachi Developer1-19/+0
2020-03-14Remove skillitem and skillitemlv variables and use map_session_data->autocast...Kenpachi Developer1-12/+8
2020-03-14Remove obsolete auto-cast type validation from skill_check_condition_castbegi...Kenpachi Developer1-18/+14
2020-03-14Use map_session_data->autocast.type instead of skillitem variable to check fo...Kenpachi Developer1-13/+13
2020-03-14Remove map_session_data->state.itemskill_* and use map_session_data->autocast...Kenpachi Developer1-3/+3
2020-03-14Remove skill_is_item_skill() function and use map_session_data->autocast.type...Kenpachi Developer1-20/+3
2020-03-14Remove map_session_data->state.abra_flag and use map_session_data->autocast.t...Kenpachi Developer1-5/+3
2020-03-14Remove map_session_data->state.autocast and use map_session_data->autocast.ty...Kenpachi Developer1-15/+5
2020-03-14Add skill_validate_autocast_data() functionKenpachi Developer1-0/+26
2020-03-14Remove misplaced pc_autocast_clear() function callKenpachi Developer1-5/+0
2020-03-14Add pc_autocast_clear() function callsKenpachi Developer1-5/+5
2020-03-14Rename function pc_itemskill_clear() to pc_autocast_clear()Kenpachi Developer1-1/+1
2020-03-14Add map_session_data->autocast.skill_id/_lv assignmentsKenpachi Developer1-0/+4
2020-03-14Add map_session_data->autocast.type assignmentsKenpachi Developer1-0/+24
2020-03-14Add SC_SKF_CAST status changeKenpachi Developer1-0/+4
2020-03-14Add SC_VITALIZE_POTION status changeKenpachi Developer1-0/+2
2020-03-09Merge pull request #2648 from Kenpachi2k13/itemskill_fixHaru1-3/+3
2020-03-08Change the name of all functions which got their return-value meaning changedskyleo1-7/+7
2020-03-08Execute map->freeblock_unlock() if assertion failsLeo Pflug1-6/+24
2020-03-08Undo removal of attack->dir_unknownLeo Pflug1-1/+7
2020-03-08Change returning error-code in unit->walktoxy to obey code-style guidelinesskyleo1-1/+1
2020-03-08Refactor code using directions to use enum unit_dirskyleo1-120/+105
2020-03-06Change validation of itemskill_check_conditions according to new nameKenpachi Developer1-3/+3
2020-03-06Rename itemskill_no_conditions to itemskill_check_conditionsKenpachi Developer1-3/+3
2020-02-09Added skill_is_item_skill() function.Kenpachi Developer1-3/+20
2020-02-09Added pc_itemskill_clear() function.Kenpachi Developer1-0/+5
2020-02-09Moved the WZ_EARTHSPIKE check for TK_SPTIME skill from skill_check_condition_...Kenpachi Developer1-10/+1
2020-02-09Implemented the consumption of 10 SP when using Earth Spike Scroll while SC_E...Kenpachi Developer1-2/+5
2020-02-09Fixed skill conditions check and <flag> parameter in itemskill() script command.Kenpachi Developer1-23/+33
2020-02-09Merge pull request #2586 from Asheraf/madostatueffectHaru1-1/+1
2020-02-09Merge pull request #2618 from Kenpachi2k13/issue#2558Haru1-18/+25
2020-02-09Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (no...Kenpachi Developer1-6/+6
2020-02-09Merge pull request #2248 from guilherme-gm/201810-asurafixHaru1-10/+24