Skip to content

Commit

Permalink
v0.8.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalis11 committed Jul 23, 2018
1 parent 3b6bedb commit a63ee41
Show file tree
Hide file tree
Showing 3 changed files with 19 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.8")]
[assembly: AssemblyFileVersion("0.8.1.8")]
[assembly: AssemblyVersion("0.8.1.9")]
[assembly: AssemblyFileVersion("0.8.1.9")]
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.8")]
[assembly: AssemblyFileVersion("0.8.1.8")]
[assembly: AssemblyVersion("0.8.1.9")]
[assembly: AssemblyFileVersion("0.8.1.9")]
15 changes: 15 additions & 0 deletions Barotrauma/BarotraumaShared/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
---------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit a63ee41

Please sign in to comment.