diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-29 16:11:40 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-29 16:11:40 +0000 |
commit | 9cde26c90a6c3e55eddbee619958aea9b22c8de7 (patch) | |
tree | e8354adaa2edd0b18adc456119cc9f410a17912a /Changelog-Trunk.txt | |
parent | 669dc0d7c711437496cabbb9eb4259ba0c797d30 (diff) | |
download | hercules-9cde26c90a6c3e55eddbee619958aea9b22c8de7.tar.gz hercules-9cde26c90a6c3e55eddbee619958aea9b22c8de7.tar.bz2 hercules-9cde26c90a6c3e55eddbee619958aea9b22c8de7.tar.xz hercules-9cde26c90a6c3e55eddbee619958aea9b22c8de7.zip |
Continued script.c cleanup
Added defines script_pushstr and script_pushconststr to have the same syntax as integers
Added defines script_getref, data_islabel, data_isfunclabel to increase code readability
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10088 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d236dd6e9..6ad6c835c 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ 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/03/30 + * Continued script.c cleanup [Toms] 2007/03/29 * Corrected OPTION_XMAS since 2007 clients have split it up from OPTION_FLYING (on previous clients both were the same option value). |