From 6bad59dfbacf49ef27ddec4cc4fe469e2eabe948 Mon Sep 17 00:00:00 2001 From: Joonas Rikkonen Date: Sun, 14 Oct 2018 22:46:22 +0300 Subject: [PATCH] v0.8.2.1 --- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- Barotrauma/BarotraumaShared/changelog.txt | 21 +++++++++++++++++++ 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs index 48e397370..a1368909c 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.2.0")] -[assembly: AssemblyFileVersion("0.8.2.0")] +[assembly: AssemblyVersion("0.8.2.1")] +[assembly: AssemblyFileVersion("0.8.2.1")] diff --git a/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs index 07a711c56..a8303e8be 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.2.0")] -[assembly: AssemblyFileVersion("0.8.2.0")] +[assembly: AssemblyVersion("0.8.2.1")] +[assembly: AssemblyFileVersion("0.8.2.1")] diff --git a/Barotrauma/BarotraumaShared/changelog.txt b/Barotrauma/BarotraumaShared/changelog.txt index 02c5daaaa..6cba7a23a 100644 --- a/Barotrauma/BarotraumaShared/changelog.txt +++ b/Barotrauma/BarotraumaShared/changelog.txt @@ -1,3 +1,24 @@ +--------------------------------------------------------------------------------------------------------- +v0.8.2.1 +--------------------------------------------------------------------------------------------------------- + +- Husks or huskified humans don't gain health by attacking corpses. +- Fixed dragged characters occasionally getting launched away at a high speed when moving from sub to +another. +- Fixed dragged characters staying floating mid-air after they've been dragged up/down ladders. +- Attempt to fix items occasionally dropping client-side when moving them from an inventory to another. +- Fixed incorrect rotation of welding tools and other 2-handed items that are held in one hand when not +aiming. The items were rotated according to the left hand, but positioned on the right hand. +- Spaces and exclamation marks are allowed in client names by default. +- Hitscan weapons like the revolver can hit targets outside the sub when firing from the inside and +vice versa. +- Fixed crashing when attempting to clone linked submarines in the sub editor. +- Fixed crashing when attempting to clone items with non-default required items. +- Fixed autopilot being unable to navigate to the destination in mirrored levels. +- Ragdolls can't be dragged through walls or other colliders. +- Dropped flashlights don't consume and battery and turn off automatically. +- Oxygenite tanks can be stored in cabinets. + --------------------------------------------------------------------------------------------------------- v0.8.2.0 ---------------------------------------------------------------------------------------------------------