This commit is contained in:
Joonas Rikkonen
2018-12-11 19:24:41 +02:00
parent b60e2ede51
commit 4cc2216faf
3 changed files with 22 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.2.2")]
[assembly: AssemblyFileVersion("0.8.2.2")]
[assembly: AssemblyVersion("0.8.2.3")]
[assembly: AssemblyFileVersion("0.8.2.3")]

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.2.2")]
[assembly: AssemblyFileVersion("0.8.2.2")]
[assembly: AssemblyVersion("0.8.2.3")]
[assembly: AssemblyFileVersion("0.8.2.3")]

View File

@@ -1,3 +1,21 @@
---------------------------------------------------------------------------------------------------------
v0.8.2.3
---------------------------------------------------------------------------------------------------------
- Clients can now join servers that have an IPv6 address.
- Added "unban" and "unbanip" commands.
- Fixed a bunch of bugs that were causing "attempted to apply an invalid force/impulse to a physics body"
errors.
- Fixed a bunch of bugs that were causing "attempted to move a pulljoint extremely far" errors.
- Fixed DebugConsole selecting non-command lines if up/down is pressed when there are no commands in the
console.
- Fixed inventory syncing not working on the controlled character's inventory if the character is
unconscious or wearing handcuffs.
- Verify that the launched exe belongs to the currently selected content package when starting up the game.
- Fixed console messages that have been created before initializing the debug console not being present
in crash logs. Made it difficult to diagnose crashes that occur immediately when the game starts.
- Additional error logging to diagnose SharpDX errors on startup.
---------------------------------------------------------------------------------------------------------
v0.8.2.2
---------------------------------------------------------------------------------------------------------