Age | Commit message (Expand) | Author | Files | Lines |
2020-06-01 | Merge pull request #2713 from 4144/updatepackets | Haru | 1 | -7/+18 |
2020-06-01 | Make CastDefRate can be grouped by levels | Kenpachi Developer | 1 | -1/+1 |
2020-06-01 | Add missing vd checks into status.c | Andrei Karas | 1 | -7/+18 |
2020-05-31 | Merge pull request #2699 from Kenpachi2k13/multi_itemskill | Haru | 1 | -5/+4 |
2020-05-30 | Move misplaced SC_ALL_RIDING check in status_check_skilluse() | Kenpachi Developer | 1 | -2/+1 |
2020-05-23 | Remove superfluous parameters file, line and func from skill_delunitgroup() | Kenpachi Developer | 1 | -6/+6 |
2020-05-23 | Remove superfluous parameters file and line from status_change_end_() | Kenpachi Developer | 1 | -1/+1 |
2020-05-23 | remove debug message and related code for missing unit group in case SC_DANCI... | Kenpachi Developer | 1 | -23/+0 |
2020-05-10 | Use auto_cast_current instead of autocast | Kenpachi Developer | 1 | -3/+3 |
2020-05-10 | Merge pull request #2708 from Kenpachi2k13/sc_resist_property_ | Haru | 1 | -1/+429 |
2020-05-04 | Merge pull request #2696 from Kenpachi2k13/sc_nochat_fix | Haru | 1 | -1/+0 |
2020-05-03 | Add timer data verification | Kenpachi Developer | 1 | -64/+96 |
2020-05-02 | Apply, remove and re-apply status icons shared by SC_RESIST_PROPERTY_* and SC... | Kenpachi Developer | 1 | -20/+344 |
2020-05-02 | Implement SC_RESIST_PROPERTY_WIND logic | Kenpachi Developer | 1 | -0/+7 |
2020-05-02 | Implement SC_RESIST_PROPERTY_FIRE logic | Kenpachi Developer | 1 | -0/+7 |
2020-05-02 | Implement SC_RESIST_PROPERTY_GROUND logic | Kenpachi Developer | 1 | -0/+7 |
2020-05-02 | Implement SC_RESIST_PROPERTY_WATER logic | Kenpachi Developer | 1 | -0/+11 |
2020-05-02 | Implement status icon display for SC_ARMOR_RESIST | Kenpachi Developer | 1 | -0/+40 |
2020-04-14 | Remove val1=battle_config.manner_system assignment for SC_NOCHAT | Kenpachi Developer | 1 | -1/+0 |
2020-04-08 | Prevent SC_AUTOTRADE from falsely being recognized as unknown status change | Kenpachi Developer | 1 | -0/+1 |
2020-04-08 | Prevent SC_KSPROTECTED from falsely being recognized as unknown status change | Kenpachi Developer | 1 | -0/+2 |
2020-04-08 | Prevent SC_NO_SWITCH_EQUIP from falsely being recognized as unknown status ch... | Kenpachi Developer | 1 | -0/+1 |
2020-04-05 | Apply code style to pet related part of status_calc_pc_() function | Kenpachi Developer | 1 | -5/+9 |
2020-04-05 | Remove pet_equip_min_friendly config setting | Kenpachi Developer | 1 | -1/+1 |
2020-04-05 | Add enum for pet intimacy levels and use its constants | Kenpachi Developer | 1 | -1/+1 |
2020-04-05 | Merge pull request #2657 from Kenpachi2k13/autocast_clean_up | Haru | 1 | -3/+3 |
2020-04-05 | Merge pull request #2658 from Kenpachi2k13/new_status_changes | Haru | 1 | -0/+39 |
2020-03-14 | Use map_session_data->autocast.type instead of skillitem variable to check fo... | Kenpachi Developer | 1 | -3/+3 |
2020-03-14 | Add SC_ALMIGHTY status change | Kenpachi Developer | 1 | -0/+5 |
2020-03-14 | Add SC_SKF_CAST status change | Kenpachi Developer | 1 | -0/+1 |
2020-03-14 | Add SC_SKF_ASPD status change | Kenpachi Developer | 1 | -0/+5 |
2020-03-14 | Add SC_SKF_ATK status change | Kenpachi Developer | 1 | -0/+3 |
2020-03-14 | Add SC_SKF_MATK status change | Kenpachi Developer | 1 | -0/+3 |
2020-03-14 | Add SC_VITALIZE_POTION status change | Kenpachi Developer | 1 | -0/+5 |
2020-03-14 | Add SC_POPECOOKIE status change | Kenpachi Developer | 1 | -0/+17 |
2020-02-23 | Missing get_index call in Skill2SCTable. | Dastgir | 1 | -15/+15 |
2020-01-29 | Implement support for switching madogear type | Asheraf | 1 | -0/+3 |
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -2/+2 |
2019-12-15 | Fix SC_LEXAETERNA not getting removed when player receive SC_STONE or SC_FREEZE | Ibrahim Zidan | 1 | -0/+3 |
2019-11-17 | Merge pull request #2577 from Asheraf/dehardcodestatusicons | Haru | 1 | -622/+425 |
2019-11-06 | Dehardcode Status Icons | Asheraf | 1 | -621/+419 |
2019-11-06 | Add support for defining status icons in the sc config | Asheraf | 1 | -3/+8 |
2019-10-29 | Dehardcode status effect boss resistance | Asheraf | 1 | -48/+4 |
2019-10-20 | Merge pull request #2547 from guilherme-gm/201910-dehardcode-db | Haru | 1 | -2/+4 |
2019-10-18 | Merge pull request #2551 from guilherme-gm/201910-fix-sc-times | Haru | 1 | -121/+148 |
2019-10-06 | Updates status changes to also keep their total time | Guilherme Menaldo | 1 | -10/+37 |
2019-10-05 | Renames status_change_start 'tick' param to 'total_tick' | Guilherme Menaldo | 1 | -120/+120 |
2019-10-05 | Dehardcodes db files base path so the db folder can be easily moved | Guilherme Menaldo | 1 | -2/+4 |
2019-10-05 | Fix HP bar not showing when unhiding in a party | skyleo | 1 | -6/+8 |
2019-09-22 | Fix the (disabled by default) custom Venom Splasher countdown timer code | Haru | 1 | -2/+2 |