From da7253bb576f699a6709e1ca2ba646565b515e32 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Thu, 31 Aug 2017 23:06:16 +0300 Subject: [PATCH] [Documentation] Update documentation for 0.6.1 --- README.md | 2 +- tes3mp-changelog.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25eb7315f..6a9dec268 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ TES3MP TES3MP is a project aiming to add multiplayer functionality to [OpenMW](https://github.com/OpenMW/openmw), a free and open source recreation of the popular Bethesda Softworks game "The Elder Scrolls III: Morrowind". -* Version: 0.6.0 +* Version: 0.6.1 * License: GPLv3 (see docs/license/GPL3.txt for more information) Font Licenses: diff --git a/tes3mp-changelog.md b/tes3mp-changelog.md index 0157fd92b..3a7aaf3ed 100644 --- a/tes3mp-changelog.md +++ b/tes3mp-changelog.md @@ -1,3 +1,15 @@ +0.6.1 +----- + +* Record player positions before their last cell change +* Remove inertia from players who are teleported via a packet +* Fix data loss caused by server packets attempting to add invalid items, spells and quests +* Fix client crashes caused by items with state disabling scripts, as well as their side effects of making players disappear to others +* Fix server crashes caused by improper interior initialization when exterior 0, 0 is loaded +* Fix server freezes caused by infinite topic packet spam from local scripts +* Fix spell casting probability synchronization +* Prevent players from using excessively long names + 0.6.0 ----- @@ -5,6 +17,7 @@ * Reworked server browser with major stability fixes and additional information about servers * Synchronization of client & server plugins (non-automated) * Synchronization of leveled & summoned creature spawns +* Synchronization of rotation animations * Synchronization of journal entries * Synchronization of faction ranks, reputation and expulsion states * Synchronization of dialogue topics