diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-28 18:25:32 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-28 18:25:32 +0000 |
commit | cb1131db4cde40c0352e6c75069defab06128c93 (patch) | |
tree | 3544f604cbe0b49425c726b5343515beb7ba2e70 /Changelog-Trunk.txt | |
parent | 4e643fd7733f69e080c0206d82980fb1003f76e0 (diff) | |
download | hercules-cb1131db4cde40c0352e6c75069defab06128c93.tar.gz hercules-cb1131db4cde40c0352e6c75069defab06128c93.tar.bz2 hercules-cb1131db4cde40c0352e6c75069defab06128c93.tar.xz hercules-cb1131db4cde40c0352e6c75069defab06128c93.zip |
* RFIFOREST returns 0 when the session is eof (input data is implicitly discarted).
* Reworked the player fame update:
- would crash if an invalid pos was received
- the wrong player could be updated on certain conditions
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10640 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 4c9a041cd..9e68687bc 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,12 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/05/28 + * RFIFOREST returns 0 when the session is eof (input data is implicitly + discarted). + * Reworked the player fame update: [FlavioJS] + - would crash if an invalid pos was received + - the wrong player could be updated on certain conditions 2007/05/26 * Identified several more glitches, too tired to fix these... * Fixed server not removing member minimap dot when you leave a guild |