summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt7
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