diff options
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 5504f9a22..42366bb96 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,17 @@ 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. +2007/04/29 + * Internal changes to the script engine: [FlavioJS] + - modulus division detects division by 0. + dividing by zero stops the script and gives an error + - underflow/overflow messages differentiated (warnings) + - when a script function doesn't return a value, a C_NOP value is pushed + instead (avoids stack corruption) + - op_add merged with op_2+op_2num/op2_str + - better type checking in the operators, int/string is never assumed. + The script ends when an invalid type is found. + - other minor code cleanups 2007/04/26 * Corrected High Jump so it works on Guild Castles when WoE is off. * Moonlit petals now always knocks to the back of the character rather than |