diff --git a/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs index d39aae256..fe3acb274 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.9")] -[assembly: AssemblyFileVersion("0.8.1.9")] +[assembly: AssemblyVersion("0.8.1.10")] +[assembly: AssemblyFileVersion("0.8.1.10")] diff --git a/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs index f7493a1eb..1cfb0fad4 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.9")] -[assembly: AssemblyFileVersion("0.8.1.9")] +[assembly: AssemblyVersion("0.8.1.10")] +[assembly: AssemblyFileVersion("0.8.1.10")] diff --git a/Barotrauma/BarotraumaShared/changelog.txt b/Barotrauma/BarotraumaShared/changelog.txt index 0a24d2379..2263709ac 100644 --- a/Barotrauma/BarotraumaShared/changelog.txt +++ b/Barotrauma/BarotraumaShared/changelog.txt @@ -1,3 +1,19 @@ +--------------------------------------------------------------------------------------------------------- +v0.8.1.10 +--------------------------------------------------------------------------------------------------------- + +- Fixed bugs in wall hole creation logic and docking port syncing which caused entity ID mismatches and +"unknown object header" errors. +- Fixed errors when attempting to buy too many items of a given type to fit in one container. +- Fixed crashing when attempting to buy items that don't spawn in a container. +- Fixed crashing when attempting to generate hulls with the "autohull" command when there are no walls +or doors in the sub. +- Fixed docking ports creating duplicate hulls and gaps during loading. +- Fixed missions resetting to the initial ones when loading a campaign. +- Increased revolver ammo capacity. +- Fires can break oxygen generators. +- Oxygenite tanks can be contained in plasma cutters and oxygen generators. + --------------------------------------------------------------------------------------------------------- v0.8.1.9 ---------------------------------------------------------------------------------------------------------