diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-19 13:44:52 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-19 13:44:52 +0000 |
commit | 63b8c371c4640532cb877750599f706d9c2e9088 (patch) | |
tree | e9b9bb05e85e58f2f47c23d5d47f25da21446749 /Changelog-Trunk.txt | |
parent | 9ff983f4f77c0da8a0a1cd4b88d13796184e7929 (diff) | |
download | hercules-63b8c371c4640532cb877750599f706d9c2e9088.tar.gz hercules-63b8c371c4640532cb877750599f706d9c2e9088.tar.bz2 hercules-63b8c371c4640532cb877750599f706d9c2e9088.tar.xz hercules-63b8c371c4640532cb877750599f706d9c2e9088.zip |
* Fixed various sorts of issues with VS6 project files (since r6929, follow up to r14466 and r14638).
- Debug configuration was missing and release had _DEBUG defined (indicates debug configuration).
- Login-server (SQL) defined PACKETVER=6 (overrides mmo.h).
- Warning Level was 2, which hides a lot of actual errors.
- Added projects for mapcache and TXT converter.
- Removed references unneeded/obsolete libraries/source files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14858 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index af6c32505..138642b15 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,12 @@ Date Added +2011/06/19 + * Fixed various sorts of issues with VS6 project files (since r6929, follow up to r14466 and r14638). [Ai4rei] + - Debug configuration was missing and release had _DEBUG defined (indicates debug configuration). + - Login-server (SQL) defined PACKETVER=6 (overrides mmo.h). + - Warning Level was 2, which hides a lot of actual errors. + - Added projects for mapcache and TXT converter. + - Removed references unneeded/obsolete libraries/source files. 2011/06/18 * Fixed using @refresh while having vending or buyingstore open would stuck the character (bugreport:156 , since r1307). [Ai4rei] * Fixed missing strlib.h include for compilers without own 'strnlen' implementation (since r14853). [Ai4rei] |