Skip to content

Commit

Permalink
v0.8.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalis11 committed Aug 7, 2018
1 parent 2859b5c commit c34b236
Show file tree
Hide file tree
Showing 4 changed files with 26 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.11")]
[assembly: AssemblyFileVersion("0.8.1.11")]
[assembly: AssemblyVersion("0.8.1.12")]
[assembly: AssemblyFileVersion("0.8.1.12")]
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.11")]
[assembly: AssemblyFileVersion("0.8.1.11")]
[assembly: AssemblyVersion("0.8.1.12")]
[assembly: AssemblyFileVersion("0.8.1.12")]
21 changes: 21 additions & 0 deletions Barotrauma/BarotraumaShared/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
---------------------------------------------------------------------------------------------------------
v0.8.1.12
---------------------------------------------------------------------------------------------------------

- Fixed connectionpanel syncing (wires dropping client-side during rewiring).
- Characters stay alive for 30 seconds after a client disconnects, and if the client rejoins during that
time they regain control of the character.
- Changing the sprite color of an item also affects the color when the item is being worn.
- Cloned items keep the value of the "required items" field of the original item.
- Fixed crashes caused by gaps that are not connected to anything.
- Removed the unused and non-functional monitor item.
- Made medical and toxic cabinets waterproof (= potassium and other water-sensitive items inside them
are not affected by water).
- Fixed docking ports causing flooding in some custom subs.
- Fixed medical items with an immediate effect (such as calyxanide) not working when a player uses them
on themselves in multiplayer.
- Made calyxanide more effective and usable without a medical syringe.
- Fixed engines trying to apply infinite force to the submarine if MinVoltage is set to zero.
- Fixed levels resetting their mission to the previous one if the game is exited after completing a mission
without selecting the level first.

---------------------------------------------------------------------------------------------------------
v0.8.1.11
---------------------------------------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions Barotrauma/BarotraumaShared/serversettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
traitoruseratio="True"
traitorratio="0.2"
karmaenabled="False"
KillDisconnectedTime="30"
SubSelection="Manual"
ModeSelection="Manual"
GameMode="SandBox"
Expand Down

0 comments on commit c34b236

Please sign in to comment.