summaryrefslogtreecommitdiff
path: root/src/map/status.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-22Merge pull request #2524 from MishimaHaruna/homunculus-fixesHaru1-1/+1
2019-08-28Convert sc_config to use libconfigAsheraf1-12/+94
2019-08-26Fix an issue that prevents homunculus auto-vaporize on death or skill resetHaru1-1/+1
2019-07-31Added Elemental Resist Status IconEmistry Haoyan1-1/+3
2019-05-06Change return type of attack related functions from unsigned int to intAndrei Karas1-32/+32
2019-05-06Fix warnings after last changesAndrei Karas1-6/+10
2019-05-06Add configurable limits for attack related functionsAndrei Karas1-30/+30
2019-05-06Change attack related status functions to return int variableAndrei Karas1-39/+43
2019-05-05Remove all direct access to refine database from status.c and replace it with...Ibrahim Zidan1-6/+6