diff --git a/README.md b/README.md index 4def6168e..bd25ed32c 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.5.1 +* Version: 0.5.2 * License: GPLv3 (see docs/license/GPL3.txt for more information) * Website: https://steamcommunity.com/groups/mwmulti diff --git a/components/openmw-mp/Version.hpp b/components/openmw-mp/Version.hpp index e87958f65..3d911a8fa 100644 --- a/components/openmw-mp/Version.hpp +++ b/components/openmw-mp/Version.hpp @@ -5,7 +5,7 @@ #ifndef OPENMW_VERSION_HPP #define OPENMW_VERSION_HPP -#define TES3MP_VERSION "0.5.1" +#define TES3MP_VERSION "0.5.2" #define TES3MP_PROTO_VERSION 6 #define TES3MP_DEFAULT_PASSW "SuperPassword" diff --git a/tes3mp-changelog.md b/tes3mp-changelog.md index 9f1027df0..8e122ffac 100644 --- a/tes3mp-changelog.md +++ b/tes3mp-changelog.md @@ -1,8 +1,16 @@ +0.5.2 +----- + +* Fix to server crash caused by not deleting empty cells upon players disconnecting +* Fix to client freezes caused by invalid spells and races +* Fix to players not being spawned when using other base master files +* Fix to visual glitch where flying players bounced up and down continuously + 0.5.1 ----- -* Fixes to server crashes caused by incorrect cell comparison added by bandwidth optimization changes -* Fixes to server browser freezes caused by connection failures and incomplete data received from master server +* Fix to server crash caused by incorrect cell comparison added by bandwidth optimization changes +* Fix to server browser freeze caused by connection failures and incomplete data received from master server 0.5.0 ----- @@ -33,8 +41,8 @@ * Synchronization for the setdelete, placeat, setscale, lock and unlock console commands * Player markers on minimap * Death reasons in chat -* Fixes to client freezes related to players logging in at the same time -* Fixes to server crashes related to sending information about invalid players +* Fix to client freeze related to players logging in at the same time +* Fix to server crash related to sending information about invalid players 0.2.0 ----- @@ -46,8 +54,8 @@ ------ * Synchronization of attributes and skills -* Fixes to memory leaks related to player initialization on Windows servers -* Fixes to various graphical glitches +* Fix to memory leaks related to player initialization on Windows servers +* Fix to various graphical glitches * Main menu buttons for starting, saving and loading games are now disabled 0.0.1a