summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-19 22:02:26 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-19 22:02:26 +0000
commit4718c2c268bacd011912a5a3a483f192995eee9a (patch)
treeb7ba043c17232df91183382e38cd29a2b35785fe /Changelog-Trunk.txt
parent566c55b79cfb5f09bd9ba9543eca1ff74786578c (diff)
downloadhercules-4718c2c268bacd011912a5a3a483f192995eee9a.tar.gz
hercules-4718c2c268bacd011912a5a3a483f192995eee9a.tar.bz2
hercules-4718c2c268bacd011912a5a3a483f192995eee9a.tar.xz
hercules-4718c2c268bacd011912a5a3a483f192995eee9a.zip
Changed the dynamic mobs system to also unload mobs that have respawn time but are already spawned - 22M less mem usage (bugreport:1197).
Also added a check to not respawn mobs on maps with no players (potentially unsafe operation, needs further inspection). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12402 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index f19f62799..9c7c517d1 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,11 @@ 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.
+2008/03/19
+ * Changed the dynamic mobs system to also unload mobs that have respawn
+ time but are already spawned - 22M less mem usage (bugreport:1197)
+ - also added a check to not respawn mobs on maps with no players
+ (potentially unsafe operation, needs further inspection)
2008/03/18
* Fixed invited party members not displaying correctly (bugreport:1199)
* Fixed OnPCLoginEvent not working correctly (bugreport:1182) [ultramage]