summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-28 17:29:02 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-28 17:29:02 +0000
commite1792fb0a2b7c51c30ec3f54cedcaa012fb009f7 (patch)
tree270a68526ed8e2afc03684415ed19894c1faa30f /Changelog-Trunk.txt
parent21b1ce2948355586285f4fa3f5f1fc979cb03fb5 (diff)
downloadhercules-e1792fb0a2b7c51c30ec3f54cedcaa012fb009f7.tar.gz
hercules-e1792fb0a2b7c51c30ec3f54cedcaa012fb009f7.tar.bz2
hercules-e1792fb0a2b7c51c30ec3f54cedcaa012fb009f7.tar.xz
hercules-e1792fb0a2b7c51c30ec3f54cedcaa012fb009f7.zip
- Added defines script_getnum and script_getstr to further simplify variable reading code.
- Applied mass replacing of text to enforce usage of script_hasdata, script_getnum, script_getstr and data_isstring defines where possible. - Cleaned up the 'input' command code. - Minor other cleanups in script.c - Removed OPTION_SIGHTTRASHER as there's no indication this value exists. - Corrected OPTION_XMAS since 2007 clients have split it up from OPTION_FLYING (on previous clients both were the same option value) - Removed GRF_PATH_FILENAME references (it wasn't used anymore) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10085 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 9aac6d038..d236dd6e9 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,7 +3,9 @@ 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/28
+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).
* Corrected statp array not being long enough to actually hold the status
points of ALL levels up to and including MAX_LEVEL. Fixes reaching final
level and resetting giving you an unpredictable amount of status points.