v0.8.1.10

This commit is contained in:
Joonas Rikkonen
2018-07-27 02:30:35 +03:00
parent ce18309a78
commit 2de1b2a05c
3 changed files with 20 additions and 4 deletions

View File

@@ -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")]

View File

@@ -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")]

View File

@@ -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
---------------------------------------------------------------------------------------------------------