From a63ee41e5f7ccf237ff88bc0680cb578946ddf17 Mon Sep 17 00:00:00 2001 From: Joonas Rikkonen Date: Tue, 24 Jul 2018 01:06:27 +0300 Subject: [PATCH] v0.8.1.9 --- .../BarotraumaClient/Properties/AssemblyInfo.cs | 4 ++-- .../BarotraumaServer/Properties/AssemblyInfo.cs | 4 ++-- Barotrauma/BarotraumaShared/changelog.txt | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs index d6964bf4f..d39aae256 100644 --- a/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs +++ b/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.8.1.8")] -[assembly: AssemblyFileVersion("0.8.1.8")] +[assembly: AssemblyVersion("0.8.1.9")] +[assembly: AssemblyFileVersion("0.8.1.9")] diff --git a/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs index 8467bf18d..f7493a1eb 100644 --- a/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs +++ b/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.8.1.8")] -[assembly: AssemblyFileVersion("0.8.1.8")] +[assembly: AssemblyVersion("0.8.1.9")] +[assembly: AssemblyFileVersion("0.8.1.9")] diff --git a/Barotrauma/BarotraumaShared/changelog.txt b/Barotrauma/BarotraumaShared/changelog.txt index ebd918174..0a24d2379 100644 --- a/Barotrauma/BarotraumaShared/changelog.txt +++ b/Barotrauma/BarotraumaShared/changelog.txt @@ -1,3 +1,18 @@ +--------------------------------------------------------------------------------------------------------- +v0.8.1.9 +--------------------------------------------------------------------------------------------------------- + +- Fixed a bug in docking port syncing that caused entity ID mismatches and "unknown object header" errors. +- Fixed a bug that occasionally caused entity ID mismatches and "unknown object header" errors when +a respawn shuttle got damaged before returning back to the starting location. +- Fixed error messages when attempting to use the console commands "\" or "\n". +- Fixed clients not syncing the position of their controlled character with the server when dead/unconscious. +- Fixed swimming ragdolls "dropping down" if the server freezes them due to a connection error. +- Fixed excessive "attempted to apply invalid velocity to a physics body" console errors. +- Fixed crashing when selecting a level seed that has no background portrait defined. +- Fixed crashing if the player clicks yes on the "download sub from the server" prompt after +returning to the main menu. + --------------------------------------------------------------------------------------------------------- v0.8.1.8 ---------------------------------------------------------------------------------------------------------