Age | Commit message (Expand) | Author | Files | Lines |
2014-12-16 | Add function what call OnUntouch event. | Andrei Karas | 1 | -0/+1 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -9/+9 |
2014-11-14 | Add ability to add deprecated command from scripts and plugins. | Andrei Karas | 1 | -1/+1 |
2014-10-28 | Removed some temporary case-check error messages. | Haru | 1 | -2/+1 |
2014-10-28 | Removed some temporary case-check error messages. | Haru | 1 | -1/+0 |
2014-10-27 | Added source support to mark script commands as deprecated | Haru | 1 | -0/+4 |
2014-10-18 | Renamed DeprecationWarning to DeprecationCaseWarning, since that's what it is... | Haru | 1 | -3/+3 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -3/+3 |
2014-05-16 | Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3 | Haru | 1 | -1/+1 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -5/+7 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -7/+5 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -5/+7 |
2014-05-09 | Return EXIT_FAILURE if a script parse error occurred. | Haru | 1 | -1/+1 |
2014-03-17 | Added regular expression matching script commands and operators | Haru | 1 | -0/+4 |
2014-03-14 | Added internal awareness of active script instances | shennetsind | 1 | -1/+2 |
2014-03-10 | Fixed a crash caused by NPC variable references in callfunc | Haru | 1 | -0/+3 |
2014-03-05 | Corrected same-reference check to work on vars with the same name in differen... | Haru | 1 | -0/+7 |
2014-03-05 | Ref redesign, part 3 | Haru | 1 | -13/+13 |
2014-03-05 | Ref redesign, part 2 | Haru | 1 | -12/+18 |
2014-03-05 | Ref redesign, part 1 | Haru | 1 | -11/+0 |
2014-02-26 | Improved mapindex_name2id errors for scripts | shennetsind | 1 | -0/+1 |
2014-02-26 | Removed Option_ constants from const.txt, now input directly from the source | shennetsind | 1 | -0/+2 |
2014-02-11 | Fixed issue with referenced array operations | shennetsind | 1 | -3/+3 |
2014-02-09 | Follow-up to 7b19f964b88dffcfdc8c12648d5e4ee8a26a9504 | Haru | 1 | -1/+0 |
2014-02-09 | Improved script case check reports to include more accurate source info. | Haru | 1 | -2/+4 |
2014-02-08 | Improvements on the script commands sscanf, axtoi. Added strtol. | Haru | 1 | -1/+0 |
2014-02-02 | Introducing HPM Datacheck | shennetsind | 1 | -3/+3 |
2014-01-13 | Improved overwriting priority of variables/constants/parameters | Haru | 1 | -1/+0 |
2014-01-12 | Adjusted indexing of vars with index 0 | shennetsind | 1 | -0/+1 |
2014-01-11 | Hercules 1st 2014 MegaPatch | shennetsind | 1 | -20/+53 |
2013-12-30 | Added support for string vars on commands that require a string | Haru | 1 | -1/+3 |
2013-12-17 | Fixed several compiler warnings | Haru | 1 | -3/+2 |
2013-12-05 | Improved script builtin function parser | Haru | 1 | -0/+1 |
2013-12-02 | Fixed an uninitialized variable / broken code. | Haru | 1 | -1/+1 |
2013-12-01 | Changed variables, labels, functions, commands to case sensitive. | Haru | 1 | -12/+18 |
2013-12-01 | Changed builtin keywords in the script engine to case sensitive. | Haru | 1 | -2/+2 |
2013-11-28 | Added pre de/increment operators. Fixed post de/increment operators. | Haru | 1 | -2/+4 |
2013-11-22 | Minor HPMi Sub Modifications | shennetsind | 1 | -1/+0 |
2013-11-19 | Sanitized and improved several macros through the code | Haru | 1 | -17/+20 |
2013-11-11 | Follow-up to dd05ae388d69e7df1dffcd393cea5e4cdc605e75 | Haru | 1 | -0/+12 |
2013-11-10 | Added deprecation messages for incorrect capitalization in scripts | Haru | 1 | -0/+6 |
2013-11-09 | Consolidated commands called in scripts to their lowercase version | Haru | 1 | -2/+2 |
2013-11-07 | Item Bound Fixes/Adjustments/Improvements | shennetsind | 1 | -0/+1 |
2013-11-05 | Introducing the Hercules Standalone Script Syntax Checker | Haru | 1 | -1/+1 |
2013-11-02 | Fixed Shadow System Bonuses | shennetsind | 1 | -1/+1 |
2013-10-26 | Changed 'tick' variables to 64 bit | Haru | 1 | -1/+1 |
2013-10-25 | nocashshop mapflag | shennetsind | 1 | -1/+2 |
2013-09-29 | HPM: Script.c Completed | shennetsind | 1 | -101/+325 |
2013-09-25 | Renamed more forgotten variables during interface conversions | Haru | 1 | -1/+1 |
2013-08-26 | Added support for non-fatal error messages from the script parser | Haru | 1 | -0/+1 |