diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-16 17:32:47 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-16 17:32:47 +0000 |
commit | 3a87ef7cea85ca778cd5cd59fa9703b5f4412291 (patch) | |
tree | 6490c250561c93b13e4c243fcac1e8fc04c0f125 /Changelog-Trunk.txt | |
parent | af9e025ed822f5e30655323af3cb70f3b51b559e (diff) | |
download | hercules-3a87ef7cea85ca778cd5cd59fa9703b5f4412291.tar.gz hercules-3a87ef7cea85ca778cd5cd59fa9703b5f4412291.tar.bz2 hercules-3a87ef7cea85ca778cd5cd59fa9703b5f4412291.tar.xz hercules-3a87ef7cea85ca778cd5cd59fa9703b5f4412291.zip |
* Tweaked the loop in parse_script to better handle when the outer brackets aren't checked.
* Fixed a typo in skip_space that stopped skipping characters when it encountered a '*' or '/' in a block comment.
ex: /* this will give a parse error after this character->* */
/* same thing here->/ */
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11487 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 5f27cfa05..4461d63ea 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. +2007/10/16 + * Tweaked the loop in parse_script to better handle when the outer + brackets aren't checked. + * Fixed a typo in skip_space that stopped skipping characters when it + encountered a '*' or '/' in a block comment. [FlavioJS] 2007/10/15 * Fixed NPC_CRITICALWOUND to reduce heal by 20% per level [Playtester] * Fixing TK Mission asigning non spawning mobs. [Zephyrus] |