Skip to content

Commit

Permalink
v0.6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalis11 committed Jun 5, 2017
1 parent 2433a4d commit 4395179
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Barotrauma/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.6.0.1")]
[assembly: AssemblyFileVersion("0.6.0.1")]
[assembly: AssemblyVersion("0.6.0.2")]
[assembly: AssemblyFileVersion("0.6.0.2")]
15 changes: 15 additions & 0 deletions Barotrauma/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
---------------------------------------------------------------------------------------------------------
v0.6.0.2
---------------------------------------------------------------------------------------------------------

- Fixed "maximum packet size exceeded" errors when clients join servers.
- Fixed a bug that caused non-interactable checkboxes to always appear unchecked.
- Skill level syncing fix: the syncing isn't dependent on the order of the characters skills anymore.
- IP addresses are included in all login error messages and the errors are also logged to the debug console.
- Servers end rounds if all players are either dead or unconscious when autorestart is on (instead of
waiting for all players to die)
- Fixed nuclear shells and depth charges exploding immediately when launched.
- Fixed a bug that prevented any broken items from being repaired in the single player.
- Fixed items disappearing from inside copypasted items (e.g. cabinets).
- Added character teleporting console command.

---------------------------------------------------------------------------------------------------------
v0.6.0.1
---------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 4395179

Please sign in to comment.