diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-12-02 10:30:10 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-12-02 10:30:10 +0000 |
commit | 4afe95f6ad237ebddbc913f9e02dd1bbd4fb28b9 (patch) | |
tree | 3bb5818ac995b3853d9f0cd46de07542eddc2c4e /Changelog-Trunk.txt | |
parent | aefb12e53cbeed61558283309a5f8e2f31963fdb (diff) | |
download | hercules-4afe95f6ad237ebddbc913f9e02dd1bbd4fb28b9.tar.gz hercules-4afe95f6ad237ebddbc913f9e02dd1bbd4fb28b9.tar.bz2 hercules-4afe95f6ad237ebddbc913f9e02dd1bbd4fb28b9.tar.xz hercules-4afe95f6ad237ebddbc913f9e02dd1bbd4fb28b9.zip |
* Autobonus code cleanups.
- removed the 'script_parsed' flag to fix the issues with combo items.
- introduced a global cache for autobonus scripts so that we don't have to parse scripts everytime invoking status_calc_bl.
- fixed such script commands as 'getrefine()' not working inside autobonus scripts.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14180 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 54c11eaed..fa5daf7e2 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,11 @@ 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. +2009/12/02 + * Autobonus code cleanups. [Inkfish] + - introduced a global cache for autobonus scripts so that we don't have to allocate and deallocate scripts everytime invoking status_calc_bl. + - removed the 'script_parsed' flag to fix the issues with combo items. + - fixed such script commands as 'getrefine()' not working inside autobonus scripts. 2009/11/26 * Moved log_sql_init() call up in map-server-init to after after map_sql_init() call to prevent unnecessary processing before a potential quit. [Paradox924X] * NPC event code cleanups. [Inkfish] |