diff options
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 5cf0d96af..d4637634f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,9 +3,21 @@ 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. +2006/12/31 + * Updated getitem and guardian entries in script_commands.txt. + * Fixed getitem trying to get <character ID> from the wrong argument. + * Now getitem can be run on scripts without a player attached if + <character ID> is specified. + * Now the two last arguments of guardian are optional and independant of + each other ("<event label>" and <guardian index>). This way the previous + implementation and script_commands definition are still valid code. + * Now buildin function names and argument definitions are checked for + validity before adding the function to the script engine. + Argument definitions follow the pattern: (v|s|i|l)*\?*\*? [FlavioJS] 2006/12/30 - * Reverted the packet structure changes to mmo_char_send006b in r9588 and - corrected the bug that I was originally fixing. [FlavioJS] + * Reverted the packet structure changes to mmo_char_send006b in r9588 (was + using the wrong exe for the final tests) except for the bug that I was + originally fixing. [FlavioJS] 2006/12/29 * Skill use is now cancelled when you use it while cloaking, and the uncloaking process warps you. [Skotlex] |