summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-21 16:42:42 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-21 16:42:42 +0000
commit8da521018cf81a474464895df02e1ef410045ead (patch)
treeb3b99b3b0f89ac515a9c8f3d9606393a90ba32e2 /Changelog-Trunk.txt
parente4472dfd54f4dd2549fc46008004b31b282cbb41 (diff)
downloadhercules-8da521018cf81a474464895df02e1ef410045ead.tar.gz
hercules-8da521018cf81a474464895df02e1ef410045ead.tar.bz2
hercules-8da521018cf81a474464895df02e1ef410045ead.tar.xz
hercules-8da521018cf81a474464895df02e1ef410045ead.zip
* itemdb.c/h using a static array of 32k struct item_data* entries (faster itemdb loockup and a first step to remove map_session_data->inventory_data).
* Fixed a typo in the configure script that replaced CFLAGS with CPPFLAGS when -Wno-pointer-sign is supported by the compiler. [FlavioJS] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11259 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 835313a0f..7a48082c0 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,10 @@ 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.
2007/09/21
+ * itemdb.c/h using a static array of 32k struct item_data* entries (faster
+ itemdb loockup and a first step to remove map_session_data->inventory_data).
+ * Fixed a typo in the configure script that replaced CFLAGS with CPPFLAGS
+ when -Wno-pointer-sign is supported by the compiler. [FlavioJS]
* Corrected skill Charge Attack as described in bugreport:67 [ultramage]
- cast time is between 100% and 300% (+ infinite waiting fixed)
- damage is also between 100% and 300% (doesn't increase past range 9)