summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-30 05:43:51 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-30 05:43:51 +0000
commit553178680fbdaacbdcf5e8d8d4c2a657362839c2 (patch)
tree9effd674f86d3818ab9276d38fa451db6ea8c8f9 /Changelog-Trunk.txt
parenta2b44a8872f55a3afe16ad20682bbc4f6c685a87 (diff)
downloadhercules-553178680fbdaacbdcf5e8d8d4c2a657362839c2.tar.gz
hercules-553178680fbdaacbdcf5e8d8d4c2a657362839c2.tar.bz2
hercules-553178680fbdaacbdcf5e8d8d4c2a657362839c2.tar.xz
hercules-553178680fbdaacbdcf5e8d8d4c2a657362839c2.zip
* Made the memory manager set allocated memory to 0xCD and freed memory to 0xDD. The memory manager no longer 'hides' uses of freed memory.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11994 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index ba9d1459c..1a41b5b97 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,8 +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.
+2007/12/30
+ * Made the memory manager set allocated memory to 0xCD and freed memory
+ to 0xDD. The memory manager no longer 'hides' uses of freed memory.
2007/12/29
-
+ * Fixed two missing @LDFLAGS@ in src/plugins/Makefile.in. [FlavioJS]
* Implemented THE official Steal skill equation and game mechanics
(basically version from /stable plus a few tweaks) (see topic:116540)
* Added missing bAddStealRate reference to doc/item_bonus.txt