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 6f7a5f702..f1932113e 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.
2008/08/15
+ * Split off mapreg code from script.c [ultramage]
+ - new mapserver files, mapreg.h, mapreg_txt.c, mapreg_sql.c
+ - removed MAPREGSQL from project files / makefiles
+ - mapreg storage engine is now fully dependent on the server type
+ - added config settings mapreg_txt and mapreg_db to inter config
+ - added get_str() function to complement add_str()
+ - fixed txt mapreg code allowing too long variable names
* Removed gm_cant_party_max_lv. It now uses gm_cant_party_min_lv as the threshold. (bugreport:2051) [SketchyPhoenix]
2008/08/11
* Fixed right-click npc unload not unloading duplicates (bugreport:2014)