summaryrefslogtreecommitdiff
path: root/src/map/status.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-06Moved status_get_homXXX macros to status.cHaru1-7/+0
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-6/+6
2016-01-05Added Support for BodyStyleDastgir1-0/+3
2016-01-05Enable the Status Icons for Transformation Candies.Jedzkie1-4/+4
2015-12-23Item Update:Jedzkie1-0/+1
2015-12-23Item Update:Jedzkie1-0/+2
2015-12-23Item Update:Jedzkie1-0/+1
2015-12-23Item Update:Jedzkie1-0/+2
2015-12-23Item Update:Jedzkie1-0/+1
2015-12-23Item Update:Jedzkie1-0/+1
2015-12-22Item Update:Jedzkie1-1/+3
2015-12-21ItemDB Update:Jedzkie1-1/+2
2015-12-20ItemDB Update:Jedzkie1-0/+2
2015-12-20ItemDB Update:Jedzkie1-0/+1
2015-12-20ItemDB Update:Jedzkie1-0/+3
2015-12-17Added 8 Official kRO & jRO Costumes supported up to 2015-05-13aRagexe.Jedzkie1-10/+48
2015-12-17Removal of SC_ITEMSCRIPT.Jedzkie1-2/+2
2015-12-17Implement official effect of MVP ScrollsJedzkie1-0/+6
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-14Added official effect of Mora Berry.Jedzkie1-0/+1
2015-12-13ItemDB Updates:Jedzkie1-1/+1
2015-12-10Change the sequence of Status ID's according to its number. Minor clean-up.Jedzkie1-152/+160
2015-11-23ItemDB Update:Jedzkie1-1/+2
2015-11-22ItemDB Update:Jedzkie1-0/+2
2015-11-22ItemDB Update:Jedzkie1-2/+5
2015-11-22SC Update:Jedzkie1-0/+11
2015-11-22ItemDB Update:Jedzkie1-1/+13
2015-11-18ItemDB Update:Jedzkie1-0/+2
2015-11-17Revert "Item DB Updates:"Haru1-314/+303
2015-11-17Item DB Updates:Jedzkie1-303/+314
2015-10-26- Update the Status Icons based in kRO Update 10-21-2015.Jedzkie1-5/+112
2015-10-02Convert refine_db.txt to refine_db.conf (libconfig)Smokexyz1-1/+2
2015-08-15HPM compatibility improvementsHaru1-5/+3
2015-08-09Merge pull request #464 from dastgir/AdditionalStatusAndrei Karas1-0/+1
2015-08-09Additional Status Calculation for Plugins.dastgir1-0/+1
2015-07-25Reduce memory usage in HPM in status.cAndrei Karas1-11/+15
2015-06-19Removed ".." from include directivesHaru1-4/+5
2015-06-01Replaced some of the hardcoded values with constants (char)Haru1-43/+0