Skip to content

Commit

Permalink
v0.8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalis11 committed Oct 14, 2018
1 parent 2b1dacb commit 6bad59d
Show file tree
Hide file tree
Showing 3 changed files with 25 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.0")]
[assembly: AssemblyFileVersion("0.8.2.0")]
[assembly: AssemblyVersion("0.8.2.1")]
[assembly: AssemblyFileVersion("0.8.2.1")]
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.0")]
[assembly: AssemblyFileVersion("0.8.2.0")]
[assembly: AssemblyVersion("0.8.2.1")]
[assembly: AssemblyFileVersion("0.8.2.1")]
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.2.1
---------------------------------------------------------------------------------------------------------

- Husks or huskified humans don't gain health by attacking corpses.
- Fixed dragged characters occasionally getting launched away at a high speed when moving from sub to
another.
- Fixed dragged characters staying floating mid-air after they've been dragged up/down ladders.
- Attempt to fix items occasionally dropping client-side when moving them from an inventory to another.
- Fixed incorrect rotation of welding tools and other 2-handed items that are held in one hand when not
aiming. The items were rotated according to the left hand, but positioned on the right hand.
- Spaces and exclamation marks are allowed in client names by default.
- Hitscan weapons like the revolver can hit targets outside the sub when firing from the inside and
vice versa.
- Fixed crashing when attempting to clone linked submarines in the sub editor.
- Fixed crashing when attempting to clone items with non-default required items.
- Fixed autopilot being unable to navigate to the destination in mirrored levels.
- Ragdolls can't be dragged through walls or other colliders.
- Dropped flashlights don't consume and battery and turn off automatically.
- Oxygenite tanks can be stored in cabinets.

---------------------------------------------------------------------------------------------------------
v0.8.2.0
---------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 6bad59d

Please sign in to comment.