Skip to content

Commit

Permalink
v0.8.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalis11 committed Jul 26, 2018
1 parent ce18309 commit 2de1b2a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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")]
4 changes: 2 additions & 2 deletions Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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")]
16 changes: 16 additions & 0 deletions Barotrauma/BarotraumaShared/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
---------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 2de1b2a

Please sign in to comment.