summaryrefslogtreecommitdiff
path: root/src/map/script.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-14Add ability to add deprecated command from scripts and plugins.Andrei Karas1-1/+1
2014-10-28Removed some temporary case-check error messages.Haru1-2/+1
2014-10-28Removed some temporary case-check error messages.Haru1-1/+0
2014-10-27Added source support to mark script commands as deprecatedHaru1-0/+4
2014-10-18Renamed DeprecationWarning to DeprecationCaseWarning, since that's what it is...Haru1-3/+3
2014-07-11Fixed reserved __identifier violationsHaru1-3/+3
2014-05-16Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3Haru1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-5/+7
2014-05-10Revert "Fixed order of includes in all source files"panikon1-7/+5
2014-05-09Fixed order of includes in all source filesHaru1-5/+7
2014-05-09Return EXIT_FAILURE if a script parse error occurred.Haru1-1/+1
2014-03-17Added regular expression matching script commands and operatorsHaru1-0/+4
2014-03-14Added internal awareness of active script instancesshennetsind1-1/+2
2014-03-10Fixed a crash caused by NPC variable references in callfuncHaru1-0/+3
2014-03-05Corrected same-reference check to work on vars with the same name in differen...Haru1-0/+7
2014-03-05Ref redesign, part 3Haru1-13/+13
2014-03-05Ref redesign, part 2Haru1-12/+18
2014-03-05Ref redesign, part 1Haru1-11/+0
2014-02-26Improved mapindex_name2id errors for scriptsshennetsind1-0/+1
2014-02-26Removed Option_ constants from const.txt, now input directly from the sourceshennetsind1-0/+2
2014-02-11Fixed issue with referenced array operationsshennetsind1-3/+3
2014-02-09Follow-up to 7b19f964b88dffcfdc8c12648d5e4ee8a26a9504Haru1-1/+0
2014-02-09Improved script case check reports to include more accurate source info.Haru1-2/+4
2014-02-08Improvements on the script commands sscanf, axtoi. Added strtol.Haru1-1/+0
2014-02-02Introducing HPM Datacheckshennetsind1-3/+3
2014-01-13Improved overwriting priority of variables/constants/parametersHaru1-1/+0
2014-01-12Adjusted indexing of vars with index 0shennetsind1-0/+1
2014-01-11Hercules 1st 2014 MegaPatchshennetsind1-20/+53
2013-12-30Added support for string vars on commands that require a stringHaru1-1/+3
2013-12-17Fixed several compiler warningsHaru1-3/+2
2013-12-05Improved script builtin function parserHaru1-0/+1
2013-12-02Fixed an uninitialized variable / broken code.Haru1-1/+1
2013-12-01Changed variables, labels, functions, commands to case sensitive.Haru1-12/+18
2013-12-01Changed builtin keywords in the script engine to case sensitive.Haru1-2/+2
2013-11-28Added pre de/increment operators. Fixed post de/increment operators.Haru1-2/+4
2013-11-22Minor HPMi Sub Modificationsshennetsind1-1/+0
2013-11-19Sanitized and improved several macros through the codeHaru1-17/+20
2013-11-11Follow-up to dd05ae388d69e7df1dffcd393cea5e4cdc605e75Haru1-0/+12
2013-11-10Added deprecation messages for incorrect capitalization in scriptsHaru1-0/+6
2013-11-09Consolidated commands called in scripts to their lowercase versionHaru1-2/+2
2013-11-07Item Bound Fixes/Adjustments/Improvementsshennetsind1-0/+1
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-1/+1
2013-11-02Fixed Shadow System Bonusesshennetsind1-1/+1
2013-10-26Changed 'tick' variables to 64 bitHaru1-1/+1
2013-10-25nocashshop mapflagshennetsind1-1/+2
2013-09-29HPM: Script.c Completedshennetsind1-101/+325
2013-09-25Renamed more forgotten variables during interface conversionsHaru1-1/+1
2013-08-26Added support for non-fatal error messages from the script parserHaru1-0/+1
2013-07-29BG Queue Fixesshennetsind1-1/+2
2013-07-25Expanding script.c interfaceshennetsind1-79/+88