Skip to content

Commit

Permalink
v0.8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalis11 committed Dec 11, 2018
1 parent b60e2ed commit 4cc2216
Show file tree
Hide file tree
Showing 3 changed files with 22 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.2.2")]
[assembly: AssemblyFileVersion("0.8.2.2")]
[assembly: AssemblyVersion("0.8.2.3")]
[assembly: AssemblyFileVersion("0.8.2.3")]
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.2.2")]
[assembly: AssemblyFileVersion("0.8.2.2")]
[assembly: AssemblyVersion("0.8.2.3")]
[assembly: AssemblyFileVersion("0.8.2.3")]
18 changes: 18 additions & 0 deletions Barotrauma/BarotraumaShared/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
---------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 4cc2216

Please sign in to comment.