diff options
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index f4e32dc62..bb24553ff 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,17 @@ 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/02/21 + * Restructured the login mechanism of the map-server. The goal was to make + sure players are not found in the different dbs of the map while the + player has not yet been fully authed or while it is quitting, to avoid the + rest of the code from accessing and modifying it. It is a rather extensive + change, and I only had time to test the basic functionality, so if use with + care and report any bugs found. + * Replaced player states auth, waiting_disconnect, finalsave with active, + and removed states party_sent/guild_sent. + * Removed several of the old login methods/constants/player states which + are no longer needed due to this cleanup. [Skotlex] 2007/02/19 * Rev. 12219 Fixed a typo in /map/clif.c (acount_id -> account_id) [L0ne_W0lf] * Forgotten update to the definition of script command 'input'. |