summaryrefslogtreecommitdiff
path: root/src/map/status.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-15Dehardcode status effect boss resistanceAsheraf1-1/+2
2021-02-14Removal of unused members shp, ssp from struct regen_dataIbrahim Zidan1-10/+12
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-1/+3
2020-09-12This is Hercules v2019.09.22Jesusaves1-2/+5
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves1-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
2016-07-10Add sc_config.txt flag for always visible effects.Andrei Karas1-8/+9
2016-07-05Move static methods into interface in status.cAndrei Karas1-0/+4
2016-06-30Add #ifndef for different constants / sizes in status.hAndrei Karas1-2/+6
2016-03-19Added const qualifier to several status->get_XXX() functionsHaru1-10/+10
2016-03-16Fixes HerculesWS/Hercules#1198 and fixes HerculesWS/Hercules#1194 introduced ...Kolkka1-1/+1
2016-03-14Update status id's up to the latest from kRO.Jedzkie1-1/+4
2016-03-06Check allowed range for "View" field in item_db for weapon items.Andrei Karas1-1/+1
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru1-21/+28
2016-02-28Added NoKnockback Mode for monstersDastgir1-0/+1
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru1-1/+1
2016-02-17Removed unnecessary typedefs from libconfigHaru1-2/+2
2016-01-12Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)Haru1-7/+7