summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 87efc60de..464827e39 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,22 @@ 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/06
+ * the mapserver won't exit when no mapcache is found, with use_grf: yes
+ * Fixed some \r uses, now looks better; /thx to Ai4rei (topic:165952)
+ * Removed that ridiculous spinner that displays during map/npc loading
+ - and added a more informative progress indicator (idea from jA/eapp)
+ * Removed loads of code that supported these functions
+ - -100b per npc => -1,5MB of wasted memory
+ * Fixed related npcs that erroneously used 'stoptimer'
+ * Checked/fixed/removed some old script and npc commands
+ + cmdothernpc
+ - a specialized 'donpcevent' with the event specified as two arguments
+ + enablearena/disablearena
+ - completely equivalent to enablewaitingroomevent & co.
+ - do we need these 'synonyms' ?
+ + inittimer/stoptimer
+ - removed since its logic was incompatible with the code it depended on
2007/10/05
* REALLY fixed emblem not displaying when a char logs in
(compromise between r10624 and r11033 that hopefully works)