diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-22 16:00:03 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-22 16:00:03 +0000 |
commit | 873717f2814a890f5b8c52f0302d6cd67e3e29f6 (patch) | |
tree | f66bf5a9a836d0d0d3b87f00a5df840cbcbd3631 /Changelog-Trunk.txt | |
parent | 8c59c48a21dc4272353cc31d14ba35a7a7be2f80 (diff) | |
download | hercules-873717f2814a890f5b8c52f0302d6cd67e3e29f6.tar.gz hercules-873717f2814a890f5b8c52f0302d6cd67e3e29f6.tar.bz2 hercules-873717f2814a890f5b8c52f0302d6cd67e3e29f6.tar.xz hercules-873717f2814a890f5b8c52f0302d6cd67e3e29f6.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/trunk@14486 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index a218ef196..fdec5fc24 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.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] |