summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Removed unnecessary typedefs from sql.hHaru1-1/+2
2016-03-20Added const qualifier to the value argument of script->setd_subHaru1-4/+4
2016-03-20Added separate char* and const char* data types to struct script_dataHaru1-69/+84
2016-03-20Changed script->get_val to return a const pointerHaru1-14/+17
2016-03-20Added const qualifier to some typecastsHaru1-41/+44
2016-03-19Enable use of specialeffect 74,SELF,<npc>;Victor1-12/+14
2016-03-19status_get_name returns NULL instead of Unknown, Changed all functions to use...Dastgir1-3/+3
2016-03-11Hardcore Parameters from constant database to avoid synchronize issues with s...hemagx1-0/+47
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru1-3/+4
2016-02-27Corrected return value for some BUILDIN() functionsHaru1-4/+4
2016-02-27Replaced various '-1' with the correct constantHaru1-1/+1
2016-02-24Removed unnecessary explicit casts of the value of WBUFPHaru1-1/+1
2016-02-22Fix crash on npc emote, if npc not found.Andrei Karas1-1/+1
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-62/+62
2016-02-19Fix some cast discards 'const' qualifier from pointer target type warnings.Andrei Karas1-3/+3
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru1-0/+1
2016-02-17Removed unnecessary typedefs from libconfigHaru1-5/+5
2016-02-17Renamed config->read_file to config->load_fileHaru1-5/+6
2016-02-05Merge pull request #993 from HerculesWS/mobdb2sqlAndrei Karas1-18/+12
2016-01-29Merge pull request #1108 from 4144/pcreconfigureHaru1-12/+0
2016-01-29Replaced several floating-point operations with integer operationsHaru1-18/+12
2016-01-25Added source support for special comments in the constdbHaru1-7/+33
2016-01-21Remove unused PCRE_SUPPORT define.Andrei Karas1-12/+0
2016-01-16Removed Hard Coded data for SC_ALL_RIDING.Jedzkie1-1/+1
2016-01-16set_constant the LOOK_ constantsAnnieRuru1-0/+16
2016-01-16Add EQP_ = Equipment Position constantsAnnieRuru1-0/+23
2016-01-13Added support to mark constants in db/constants.conf as deprecatedHaru1-91/+106
2016-01-13Converted const.txt to libconfig formatHaru1-22/+50
2016-01-12Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)Haru1-2/+2
2016-01-12Replaced 22-bit mask entry with a regular uint32 in the noviewid mapflag impl...Haru1-2/+2
2016-01-06Replaced the remaining explicit casts with BL_CAST/BL_UCASTHaru1-6/+14
2016-01-06Replaced some explicit casts with BL_UCASTHaru1-26/+32
2016-01-06Replaced some map->id2sd calls with the proper map->id2XX functionHaru1-98/+96
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-38/+97
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-5/+6
2016-01-06Change all TBL_NPC to struct npc_data as per style guidelineshemagx1-37/+38
2016-01-06Change all TBL_PET to struct pet_data as per style guidelineshemagx1-3/+3
2016-01-06Change all TBL_MER to struct mercenary_data as per style guidelineshemagx1-2/+2
2016-01-06Change all TBL_HOM to struct homun_data as per style guidelineshemagx1-1/+1
2016-01-06Change all TBL_MOB to struct mob_data as per strly guidelineshemagx1-8/+9
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-483/+396
2016-01-05Add *swap script commandAnnieRuru1-0/+71
2016-01-05Fixed an unused variable warningHaru1-2/+0
2016-01-05Added Support for BodyStyleDastgir1-0/+1
2016-01-05Merge pull request #1053 from Jedzkie/Transformation_Scrolls_UpdateDastgir1-2/+0
2016-01-05Removal of Hard coded showscript command for Monster Transform.Jedzkie1-2/+0
2016-01-03Fix *getitem2 and @item2 refine bug.Emistry1-1/+1
2015-12-28Standardized (source) mob_id enumHaru1-1/+1
2015-12-26Add *setgroupid script commands.Emistry1-0/+25
2015-12-25Fix various ShowWarning that doesn't tell the source of the errorAnnieRuru1-7/+7