diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-06 15:12:55 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-06 15:12:55 +0000 |
commit | 13c58cce0a44f607c96771d7014791eba1a57429 (patch) | |
tree | 3919a67f4a4357a544c8a77f714cd5d8524e5a0b /Changelog-Trunk.txt | |
parent | 71392bc0305b06e18c99892d0a5b3fb4aaaf22c9 (diff) | |
download | hercules-13c58cce0a44f607c96771d7014791eba1a57429.tar.gz hercules-13c58cce0a44f607c96771d7014791eba1a57429.tar.bz2 hercules-13c58cce0a44f607c96771d7014791eba1a57429.tar.xz hercules-13c58cce0a44f607c96771d7014791eba1a57429.zip |
* Removed the attempts to recover from invalid syntax in npc_parsesrcfile since they can produce incorrect results (spaces in sscanf can match \n's and company).
* Made script_rid2sd report the script source directly and changed related return 1's to return 0's to avoid double script source reports.
* Added missing return 0's after script_rid2sd is used and an extra error message in buildin_set/buildin_setd.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11860 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 355fa5695..532d7c1dd 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,13 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/12/06 + * Removed the attempts to recover from invalid syntax in npc_parsesrcfile + since they can produce incorrect results (spaces in sscanf can match + \n's and company). + * Made script_rid2sd report the script source directly and changed related + return 1's to return 0's to avoid double script source reports. + * Added missing return 0's after script_rid2sd is used and an extra error + message in buildin_set/buildin_setd. [FlavioJS] * The default event script behaviour is to trigger on labels rather than NPCs now. * Removed several script config options which break NPC compatibility when |