diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-26 21:03:31 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-26 21:03:31 +0000 |
commit | cd9523853d03d6b341219801af8a1d44635ac825 (patch) | |
tree | 0df08aa035846d9e84a1b988f79d184ac55e4ac7 /Changelog-Trunk.txt | |
parent | 0507af994a40360293a1da770e8e66c58cf7b632 (diff) | |
download | hercules-cd9523853d03d6b341219801af8a1d44635ac825.tar.gz hercules-cd9523853d03d6b341219801af8a1d44635ac825.tar.bz2 hercules-cd9523853d03d6b341219801af8a1d44635ac825.tar.xz hercules-cd9523853d03d6b341219801af8a1d44635ac825.zip |
* Changed the string hash of the script engine to SDBM.
* Reporting information about script data when an error occurs.
* More work on ticket #41 (array functions).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10813 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d8f618e5a..029f66b7d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,10 @@ 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/06/26 + * Changed the string hash of the script engine to SDBM. + * Reporting information about script data when an error occurs. + * More work on ticket #41 (array functions). [FlavioJS] 2007/06/22 * Changed behavior of some guild-related code (according to X.4 tests): - removed code that prevented Homunculus Resurrection during WoE |