diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-19 09:20:47 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-19 09:20:47 +0000 |
commit | 92480d918c768b02c6ec4a2daf9700bf73efb59d (patch) | |
tree | 7c8c29f14a4928e34fa278de7f086cdb1cfb73d5 /Changelog-Trunk.txt | |
parent | afccb2b182162f5bae930f14b97e86ee15a8dd11 (diff) | |
download | hercules-92480d918c768b02c6ec4a2daf9700bf73efb59d.tar.gz hercules-92480d918c768b02c6ec4a2daf9700bf73efb59d.tar.bz2 hercules-92480d918c768b02c6ec4a2daf9700bf73efb59d.tar.xz hercules-92480d918c768b02c6ec4a2daf9700bf73efb59d.zip |
* Added plugin dbghelpplug to generate more extensive crash reports in windows.
- see header of src/plugins/dbghelpplug.c to know it's capabilities
- VS8 project file supplied at vcproj-8/dbghelpplug.vcproj
- a dll compiled in release mode is supplied at plugins/dbghelpplug.dll
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12089 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index a2aff186c..401e72a19 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,11 @@ 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. +2008/01/19 + * Added plugin dbghelpplug to generate more extensive crash reports in windows. [FlavioJS] + - see header of src/plugins/dbghelpplug.c to know it's capabilities + - VS8 project file supplied at vcproj-8/dbghelpplug.vcproj + - a dll compiled in release mode is supplied at plugins/dbghelpplug.dll 2008/01/17 * Made battle_check_range fail whenever the distance between src/target is greater than the viewing range. [Skotlex] |