summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-25Implemented NoViewIDDastgir1-0/+3
2015-12-22Throw error when variable name length too longAnnieRuru1-0/+14
2015-12-22Update *dispbottom script command to allow 0xRRGGBB colorAnnieRuru1-9/+21
2015-12-22Update *message script command to allow to use account IDAnnieRuru1-8/+13
2015-12-20*explode return array size.Emistry1-0/+2
2015-12-20Fixed a memory leak in the explode script commandHaru1-18/+16
2015-12-20Fix the *getcharipAnnieRuru1-6/+13
2015-12-20Fix certain script command report source npc twice if player not attachedAnnieRuru1-146/+136
2015-12-20Change map->nick2sd into script>nick2sdAnnieRuru1-47/+46
2015-12-20Change map->charid2sd into script->charid2sdAnnieRuru1-12/+11
2015-12-20Change map->id2sd into script->id2sdAnnieRuru1-37/+33
2015-12-20Add script->id2sd function to throw error properly if player not foundAnnieRuru1-0/+33
2015-12-18Add *getunittype and update *getmapxyAnnieRuru1-26/+91
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-15Fixed some too long char buffer initializers.Florian Wilkemeyer1-3/+3
2015-12-13Fix double source script warning in-case of invalid battle config flag requestedhemagx1-1/+0
2015-12-13- Fixed #723 now it's possible to retrieve Battle Config Settings from plugin...Your Name1-1/+13
2015-11-21This reverts commit 3eb8f6cc123835fae6bbd847f02cdd45fcfccd60.AnnieRuru1-2/+2