summaryrefslogtreecommitdiff
path: root/Changelog-Renewal.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-22 16:00:03 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-22 16:00:03 +0000
commitb561fcc8037f50a9f562f2bcaa2b6d8e4644bcc4 (patch)
tree8a858d44af8f2d38ab2e332026b2ee09b420059f /Changelog-Renewal.txt
parentf5d656918f0a76907b03d546d2d9e68edb48664c (diff)
downloadhercules-b561fcc8037f50a9f562f2bcaa2b6d8e4644bcc4.tar.gz
hercules-b561fcc8037f50a9f562f2bcaa2b6d8e4644bcc4.tar.bz2
hercules-b561fcc8037f50a9f562f2bcaa2b6d8e4644bcc4.tar.xz
hercules-b561fcc8037f50a9f562f2bcaa2b6d8e4644bcc4.zip
* Fixed saving/loading errors with compilers (such as VC6, MinGW), which do not recognize %ll format (since r14242).
- This also fixes guild leader name being displayed and saved as "(null)" in the guild member list. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14486 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Renewal.txt')
-rw-r--r--Changelog-Renewal.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Renewal.txt b/Changelog-Renewal.txt
index a218ef196..fdec5fc24 100644
--- a/Changelog-Renewal.txt
+++ b/Changelog-Renewal.txt
@@ -5,6 +5,8 @@ Date Added
* Fixed a crash when shutting down char-server (TXT only), after it failed to load storage save data (since r1275). [Ai4rei]
* Batch files (Windows) now detect whether the server crashed, aborted or shutdown cleanly (Ctrl+C or @mapexit) and print appropriate message, instead of always assuming, that the server crashed (bugreport:3476, since r1818). [Ai4rei]
* Fixed map server getting notified of hair, hair color, gender, class and level changes from a char server (TXT only) twice (since r2986). [Ai4rei]
+ * Fixed saving/loading errors with compilers (such as VC6, MinGW), which do not recognize %ll format (since r14242). [Ai4rei]
+ - This also fixes guild leader name being displayed and saved as "(null)" in the guild member list.
2010/11/21
* Added msinttypes (rev. 26, http://msinttypes.googlecode.com/svn/trunk/) portability framework for Visual C++ compilers (related bugreport:4059). [Ai4rei]
* Added 64-bit variants of the socket and buffer I/O macros. [Ai4rei]