summaryrefslogtreecommitdiff
path: root/src/map/status.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Merge pull request #2713 from 4144/updatepacketsHaru1-7/+18
2020-06-01Make CastDefRate can be grouped by levelsKenpachi Developer1-1/+1
2020-06-01Add missing vd checks into status.cAndrei Karas1-7/+18
2020-05-31Merge pull request #2699 from Kenpachi2k13/multi_itemskillHaru1-5/+4
2020-05-30Move misplaced SC_ALL_RIDING check in status_check_skilluse()Kenpachi Developer1-2/+1
2020-05-23Remove superfluous parameters file, line and func from skill_delunitgroup()Kenpachi Developer1-6/+6
2020-05-23Remove superfluous parameters file and line from status_change_end_()Kenpachi Developer1-1/+1
2020-05-23remove debug message and related code for missing unit group in case SC_DANCI...Kenpachi Developer1-23/+0
2020-05-10Use auto_cast_current instead of autocastKenpachi Developer1-3/+3
2020-05-10Merge pull request #2708 from Kenpachi2k13/sc_resist_property_Haru1-1/+429
2020-05-04Merge pull request #2696 from Kenpachi2k13/sc_nochat_fixHaru1-1/+0
2020-05-03Add timer data verificationKenpachi Developer1-64/+96
2020-05-02Apply, remove and re-apply status icons shared by SC_RESIST_PROPERTY_* and SC...Kenpachi Developer1-20/+344
2020-05-02Implement SC_RESIST_PROPERTY_WIND logicKenpachi Developer1-0/+7
2020-05-02Implement SC_RESIST_PROPERTY_FIRE logicKenpachi Developer1-0/+7
2020-05-02Implement SC_RESIST_PROPERTY_GROUND logicKenpachi Developer1-0/+7
2020-05-02Implement SC_RESIST_PROPERTY_WATER logicKenpachi Developer1-0/+11
2020-05-02Implement status icon display for SC_ARMOR_RESISTKenpachi Developer1-0/+40
2020-04-14Remove val1=battle_config.manner_system assignment for SC_NOCHATKenpachi Developer1-1/+0
2020-04-08Prevent SC_AUTOTRADE from falsely being recognized as unknown status changeKenpachi Developer1-0/+1
2020-04-08Prevent SC_KSPROTECTED from falsely being recognized as unknown status changeKenpachi Developer1-0/+2
2020-04-08Prevent SC_NO_SWITCH_EQUIP from falsely being recognized as unknown status ch...Kenpachi Developer1-0/+1
2020-04-05Apply code style to pet related part of status_calc_pc_() functionKenpachi Developer1-5/+9
2020-04-05Remove pet_equip_min_friendly config settingKenpachi Developer1-1/+1
2020-04-05Add enum for pet intimacy levels and use its constantsKenpachi Developer1-1/+1
2020-04-05Merge pull request #2657 from Kenpachi2k13/autocast_clean_upHaru1-3/+3
2020-04-05Merge pull request #2658 from Kenpachi2k13/new_status_changesHaru1-0/+39
2020-03-14Use map_session_data->autocast.type instead of skillitem variable to check fo...Kenpachi Developer1-3/+3
2020-03-14Add SC_ALMIGHTY status changeKenpachi Developer1-0/+5
2020-03-14Add SC_SKF_CAST status changeKenpachi Developer1-0/+1
2020-03-14Add SC_SKF_ASPD status changeKenpachi Developer1-0/+5
2020-03-14Add SC_SKF_ATK status changeKenpachi Developer1-0/+3
2020-03-14Add SC_SKF_MATK status changeKenpachi Developer1-0/+3
2020-03-14Add SC_VITALIZE_POTION status changeKenpachi Developer1-0/+5
2020-03-14Add SC_POPECOOKIE status changeKenpachi Developer1-0/+17
2020-02-23Missing get_index call in Skill2SCTable.Dastgir1-15/+15
2020-01-29Implement support for switching madogear typeAsheraf1-0/+3
2020-01-13Update copyright headers for year 2020Haru1-2/+2
2019-12-15Fix SC_LEXAETERNA not getting removed when player receive SC_STONE or SC_FREEZEIbrahim Zidan1-0/+3
2019-11-17Merge pull request #2577 from Asheraf/dehardcodestatusiconsHaru1-622/+425
2019-11-06Dehardcode Status IconsAsheraf1-621/+419
2019-11-06Add support for defining status icons in the sc configAsheraf1-3/+8
2019-10-29Dehardcode status effect boss resistanceAsheraf1-48/+4
2019-10-20Merge pull request #2547 from guilherme-gm/201910-dehardcode-dbHaru1-2/+4
2019-10-18Merge pull request #2551 from guilherme-gm/201910-fix-sc-timesHaru1-121/+148
2019-10-06Updates status changes to also keep their total timeGuilherme Menaldo1-10/+37
2019-10-05Renames status_change_start 'tick' param to 'total_tick'Guilherme Menaldo1-120/+120
2019-10-05Dehardcodes db files base path so the db folder can be easily movedGuilherme Menaldo1-2/+4
2019-10-05Fix HP bar not showing when unhiding in a partyskyleo1-6/+8
2019-09-22Fix the (disabled by default) custom Venom Splasher countdown timer codeHaru1-2/+2