summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-25 06:15:46 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-25 06:15:46 +0000
commit3f599dbc85b01da7552abf61bf6dfd6776bc3a8b (patch)
tree6bc4f70fe7a9c196dc0dc9974062ec3f3b431900 /Changelog-Trunk.txt
parent45c0e17a5c1040d2294e330c8eb28a9e1a13a0e1 (diff)
downloadhercules-3f599dbc85b01da7552abf61bf6dfd6776bc3a8b.tar.gz
hercules-3f599dbc85b01da7552abf61bf6dfd6776bc3a8b.tar.bz2
hercules-3f599dbc85b01da7552abf61bf6dfd6776bc3a8b.tar.xz
hercules-3f599dbc85b01da7552abf61bf6dfd6776bc3a8b.zip
- Applied the rest of Rayce's suggestions and fixes (http://www.eathena.ws/board/index.php?showtopic=129185)
- warn_cmd_no_comma, warn_func_no_comma, warn_cmd_mismatch_paramnum are now warn_func_mismatch_paramnum and it only prevents showing the error, as it was probably intended in the first place. (correct me if i'm wrong) - Merged the parsing of function calls in the script engine, removing the parse_cmd hackery, and made "heal (.@val+rand(0xff))&0xff,0;" valid again. - Fixed a bug in eye_of_hellion.txt and a bug in hunter.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9569 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 2c054c19e..d811ca4a9 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,15 @@ 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/25
+ * Applied the rest of Rayce's suggestions and fixes
+ (http://www.eathena.ws/board/index.php?showtopic=129185)
+ * warn_cmd_no_comma, warn_func_no_comma, warn_cmd_mismatch_paramnum are
+ now warn_func_mismatch_paramnum and it only prevents showing the error,
+ as it was probably intended in the first place. (correct me if i'm wrong)
+ * Merged the parsing of function calls in the script engine, removing the
+ parse_cmd hackery, and made "heal (.@val+rand(0xff))&0xff,0;" valid
+ again. [FlavioJS]
2006/12/24
* Small fir for changeset 9539 (support for PACKETVER above 7) [KarLaeda]
2006/12/23