From ad3c28295537a5d942809ca07cae49bc350c45ab Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 18 Nov 2007 10:36:09 +0000 Subject: * Replaced jA's way of allocating npc shop data with a simple dynamic array that gets allocated during loading and freed on unload - automatically fixes bugreport:404, which would otherwise require manipulating the npcname_db (the original author didn't, hence the bug) - now a supporting variable 'count' is used for tracking the length instead of an extra dummy entry at the end of the shop list - partially removed the MAX_SHOPITEM restriction (if this was written properly, the system could support an unlimited amount of entries) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11753 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Changelog-Trunk.txt') diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 6d32df165..38e1eab0d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,15 @@ 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/11/18 + * Replaced jA's way of allocating npc shop data with a simple dynamic + array that gets allocated during loading and freed on unload + - automatically fixes bugreport:404, which would otherwise require + manipulating the npcname_db (the original author didn't, hence the bug) + - now a supporting variable 'count' is used for tracking the length + instead of an extra dummy entry at the end of the shop list + - partially removed the MAX_SHOPITEM restriction (if this was written + properly, the system could support an unlimited amount of entries) 2007/11/17 * Removed battle_config.error_log as console_silent already handles this * Made OnTouch zone dimensions be stored as radius instead of diameter -- cgit v1.2.3-60-g2f50