diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-01 11:57:21 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-01 11:57:21 +0000 |
commit | ac349965467725bf4b9690994733cc2b6694cdd4 (patch) | |
tree | de14d4a0824739e76c0f7e5acd320b59414be521 /Changelog-Trunk.txt | |
parent | d90b9f6768e9e33efc97d769f24fe0315da683ac (diff) | |
download | hercules-ac349965467725bf4b9690994733cc2b6694cdd4.tar.gz hercules-ac349965467725bf4b9690994733cc2b6694cdd4.tar.bz2 hercules-ac349965467725bf4b9690994733cc2b6694cdd4.tar.xz hercules-ac349965467725bf4b9690994733cc2b6694cdd4.zip |
* Fixed an overflow in grfio
* Changed resnametable loading behaviour
* Increased grfio filelist limit to 1048576
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5152 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 7e9ed73a6..ca9108106 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,12 @@ 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. EVERYTHING ELSE
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
+2006/02/01
+ * Fixed an overflow in grfio causing read problems in Win32 builds [celest]
+ * Changed resnametable loading behaviour - grfio will load from data directory
+ first, and then from the highest priority grf only if that fails [celest]
+ * Increased grfio filelist limit to 1048576 to avoid problems when loading
+ too many large grfs [celest]
2006/01/31
* Fixed skill_check_cloak to use the current skill level of the cloaking
skill and not pc_checkskill() to know if a cloaker away from a wall should
|