diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-08 14:08:32 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-08 14:08:32 +0000 |
commit | b5be01c5baca2d51da4ec9a138e3bb57eea7cbb4 (patch) | |
tree | b7f079f5317d736e49fdf8b12f6d3f18b2a98daf /Changelog-Trunk.txt | |
parent | ad2a3a12e2d603e8ef2011d1121271b7ed2f05eb (diff) | |
download | hercules-b5be01c5baca2d51da4ec9a138e3bb57eea7cbb4.tar.gz hercules-b5be01c5baca2d51da4ec9a138e3bb57eea7cbb4.tar.bz2 hercules-b5be01c5baca2d51da4ec9a138e3bb57eea7cbb4.tar.xz hercules-b5be01c5baca2d51da4ec9a138e3bb57eea7cbb4.zip |
* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.
* Fixed gm_account_db not being deallocated in login-converter.c.
* Refactoring names and documentation in db.h/db.c:
- changed 'struct dbt' to 'struct DBMap' and 'DB' to 'DBMap*'
- changed 'struct db' to 'struct DBMap_impl' and 'DB_impl' to 'DBMap_impl*'
- changed COUNT to DB_COUNTSTAT and made it's existence not depend on DB_ENABLE_STATS
- removed some @see links and corrected small typos in the documentation
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11698 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 3e626e957..c4794189f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,13 @@ 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/11/08 + * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. + * Fixed gm_account_db not being deallocated in login-converter.c. + * Refactoring names and documentation in db.h/db.c: [FlavioJS] + - changed 'struct dbt' to 'struct DBMap' and 'DB' to 'DBMap*' + - changed 'struct db' to 'struct DBMap_impl' and 'DB_impl' to 'DBMap_impl*' + - changed COUNT to DB_COUNTSTAT and made it's existence not depend on DB_ENABLE_STATS + - removed some @see links and corrected small typos in the documentation * Fixed a glitch where all packets immediately after the map->char login packet would get discarded and the mapserver disconnected * Synced charserver char creation creation code [ultramage] @@ -11,10 +18,10 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. - fixed sql charserver letting you use control chars in char names - new chars will not start with the 'Knife' and 'Cotton Shirt' equipped anymore (charserver blindly placed magic values into the equip field) - * Updated configure script: + * Updated configure script: [FlavioJS] - small correction to the help text of --with-mysql and --with-pcre - added the -Wno-switch compiler option to suppress the - "enumeration value '%s' not handled in switch" warnings [FlavioJS] + "enumeration value '%s' not handled in switch" warnings 2007/11/07 * Some updates on the mail system packets [Zephyrus] - Corrected the mail database structure on main.sql |