diff options
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 53a90af7f..23637b0ab 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,13 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2008/12/30 + * Changes to the script engine: [FlavioJS] + - script ends when run_func can't find the buildin command. (script engine error) + - run_script_main doesn't change RERUNLINE to RUN automatically, + the buildin command that set it is responsible for that now. + The buildin command can use this to detect a rerun. + - created functions to alloc/free a script_state. 2008/12/28 * Added missing command #delitem. [SketchyPhoenix] * Fixed charcommand behavior where those that can accept a name with no additional parameters |