This commit is contained in:
Joonas Rikkonen
2018-07-24 01:06:27 +03:00
parent 3b6bedb180
commit a63ee41e5f
3 changed files with 19 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.8")]
[assembly: AssemblyFileVersion("0.8.1.8")]
[assembly: AssemblyVersion("0.8.1.9")]
[assembly: AssemblyFileVersion("0.8.1.9")]

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.8")]
[assembly: AssemblyFileVersion("0.8.1.8")]
[assembly: AssemblyVersion("0.8.1.9")]
[assembly: AssemblyFileVersion("0.8.1.9")]

View File

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