summaryrefslogtreecommitdiff
path: root/src/map/status.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-23Remove superfluous parameters file and line from status_change_end_()Kenpachi Developer1-2/+2
2020-03-14Add SC_ALMIGHTY status changeKenpachi Developer1-0/+1
2020-03-14Add SC_SKF_CAST status changeKenpachi Developer1-0/+1
2020-03-14Add SC_SKF_ASPD status changeKenpachi Developer1-0/+1
2020-03-14Add SC_SKF_ATK status changeKenpachi Developer1-0/+1
2020-03-14Add SC_SKF_MATK status changeKenpachi Developer1-0/+1
2020-03-14Add SC_VITALIZE_POTION status changeKenpachi Developer1-0/+1
2020-03-14Add SC_POPECOOKIE status changeKenpachi Developer1-0/+1
2020-01-29Implement support for switching madogear typeAsheraf1-0/+1
2020-01-13Update copyright headers for year 2020Haru1-2/+2
2019-11-17Merge pull request #2577 from Asheraf/dehardcodestatusiconsHaru1-1032/+23
2019-11-06Dehardcode Status IconsAsheraf1-1032/+23
2019-10-29Dehardcode status effect boss resistanceAsheraf1-1/+2
2019-10-06Updates status changes to also keep their total timeGuilherme Menaldo1-1/+3
2019-10-05Renames status_change_start 'tick' param to 'total_tick'Guilherme Menaldo1-2/+2
2019-08-28Convert sc_config to use libconfigAsheraf1-2/+5
2019-07-31Added Elemental Resist Status IconEmistry Haoyan1-4/+4
2019-06-01Fix some stats calculation issues by reverting basic stats type from uint32 t...Andrei Karas1-2/+3
2019-05-08Fix aspd and probably other stats issues.Andrei Karas1-2/+2
2019-05-06Change return type of attack related functions from unsigned int to intAndrei Karas1-8/+8
2019-05-06Change attack related status functions to return int variableAndrei Karas1-12/+12
2019-05-06Change most field sizes from short to int in status_data struct.Andrei Karas1-8/+6
2019-05-05Removal of refine database code from status.c and moving it respectfully to i...Ibrahim Zidan1-41/+0
2018-11-14Merge pull request #1215 from HerculesWS/HP_DisplayHaru1-3/+15
2018-11-14Extend status->heal() with a flag to allow reviving a dead characterHaru1-0/+1
2018-11-14Use an enum as flag for status->heal() and related functionsHaru1-3/+12
2018-11-14Fixes #889 & #840Jedzkie1-0/+2
2018-10-15Update Monster Modes DocumentationEmistry Haoyan1-1/+1
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-04-23Move hp recover code from status_calc_pc_ into separate function.Andrei Karas1-0/+1
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-2/+2
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+3
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 2)Haru1-1/+1
2017-10-21Add names for some unnamed enums.Andrei Karas1-3/+3
2017-08-13Save near 200 places in arrays with size SC_MAX.Andrei Karas1-1/+1
2017-07-30Implementation of RoDEXKirieZ1-1/+4
2017-07-27Move handling unknown sc code from status_change_start into separate function.Andrei Karas1-0/+1
2017-07-27Move adding icon code from status_change_start into separate function.Andrei Karas1-0/+1
2017-07-27Move getting val_flag based on type from status_change_start into separate fu...Andrei Karas1-0/+1
2017-07-27Move set options from status_change_start into separate function.Andrei Karas1-0/+1
2017-07-27Move code for stop actions into separate function from status_change_start.Andrei Karas1-0/+1
2017-07-27Move from status_change_start code for end previous sc to separate function.Andrei Karas1-0/+1
2017-07-27Move some immune/resists checks from status_change_start into separate functi...Andrei Karas1-0/+2
2017-05-21Refine rate correction from kRO.smokexyz1-2/+10
2017-05-09Merge pull request #1699 from Jedzkie/11-SummerCostumeHaru1-1/+3
2017-04-19Implemented Official Summer 2 CostumeJedzkie1-1/+3
2017-04-18Update Status IDJedzkie1-10/+74
2017-04-04Implementation of Item Options System.Smokexyz1-0/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-10-22Added Summoner Skills(in DB)Dastgir Pojee1-10/+22