From 13c58cce0a44f607c96771d7014791eba1a57429 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Thu, 6 Dec 2007 15:12:55 +0000 Subject: * 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 --- Changelog-Trunk.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Changelog-Trunk.txt') 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 -- cgit v1.2.3-60-g2f50