diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-03 20:43:25 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-03 20:43:25 +0000 |
commit | a05f029a4d7ebcdc9915c994f589bbca6f072004 (patch) | |
tree | 361fa929d1156b6fc8aa540e99d45b7390262569 /Changelog-Trunk.txt | |
parent | 4a5df18906e0559b583d7857bf868859bfedf731 (diff) | |
download | hercules-a05f029a4d7ebcdc9915c994f589bbca6f072004.tar.gz hercules-a05f029a4d7ebcdc9915c994f589bbca6f072004.tar.bz2 hercules-a05f029a4d7ebcdc9915c994f589bbca6f072004.tar.xz hercules-a05f029a4d7ebcdc9915c994f589bbca6f072004.zip |
Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for debug, but uses memory AND CPU for nothing." (block lists are linked lists, they don't need count tracking)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12001 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index ddfca65fc..81387859a 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,10 @@ 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/01/03 + * Removed map_data's block_count, as (quote Yor/ja2160), + "Perhaps useful for debug, but uses memory AND CPU for nothing." + (block lists are linked lists, they don't need count tracking) 2007/12/31 * Fixed a crash in txt char-servers that the memory manager was hiding. online_char_db being used after being destroyed (since r4026) |