diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-12-30 03:27:46 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-12-30 03:27:46 +0000 |
commit | b0bf26b076dcc5a6f1d6ecddde89948366e96a1a (patch) | |
tree | b942f6d0280ccf928411f84f2426c68b08082329 /Changelog-Trunk.txt | |
parent | 544252787ad1d7b55bb1d8299e8779ad7d57fe75 (diff) | |
download | hercules-b0bf26b076dcc5a6f1d6ecddde89948366e96a1a.tar.gz hercules-b0bf26b076dcc5a6f1d6ecddde89948366e96a1a.tar.bz2 hercules-b0bf26b076dcc5a6f1d6ecddde89948366e96a1a.tar.xz hercules-b0bf26b076dcc5a6f1d6ecddde89948366e96a1a.zip |
* Changes to the script engine:
- 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.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13426 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 |