Age | Commit message (Expand) | Author | Files | Lines |
2020-05-10 | Adjust conditions to call pc_autocast_remove() | Kenpachi Developer | 1 | -14/+20 |
2020-05-10 | Add pc_autocast_clear() calls | Kenpachi Developer | 1 | -0/+2 |
2020-05-10 | Add pc_autocast_remove() calls | Kenpachi Developer | 1 | -11/+20 |
2020-05-10 | Use auto_cast_current instead of autocast | Kenpachi Developer | 1 | -51/+51 |
2020-05-10 | Add data to auto-cast vector | Kenpachi Developer | 1 | -0/+4 |
2020-05-04 | Merge pull request #2188 from bWolfie/cell_noskill | Haru | 1 | -0/+3 |
2020-05-04 | Merge pull request #1304 from inhyositsu/master | Haru | 1 | -1/+1 |
2020-05-04 | Merge pull request #2710 from MishimaHaruna/fix-skill-idx | Ibrahem Zidan | 1 | -31/+77 |
2020-05-04 | Add Assert_report to generate a backtrace on any skill_get_index failures | Haru | 1 | -0/+3 |
2020-05-04 | Refactor the Bard/Dancer Soul Link temporary skill granting code | Haru | 1 | -0/+32 |
2020-05-04 | Use enum spirit_charm_types for charm type field | Andrei Karas | 1 | -1/+1 |
2020-05-03 | Improve warnings in skill_get_index, to detect the use of unhandled skill ranges | Haru | 1 | -0/+6 |
2020-05-03 | Make the skill_get_index function easier to understand by using a struct for ... | Haru | 1 | -31/+36 |
2020-05-03 | Merge pull request #2690 from Kenpachi2k13/operator_use_fix | Haru | 1 | -1/+1 |
2020-05-03 | Merge branch 'master' into cell_noskill | Kenpachi2k13 | 1 | -341/+426 |
2020-04-11 | Fix usage of *= operator | Kenpachi Developer | 1 | -1/+1 |
2020-04-08 | Prevent SC_NO_SWITCH_EQUIP from falsely being recognized as unknown status ch... | Kenpachi Developer | 1 | -1/+1 |
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 |