This commit is contained in:
Joonas Rikkonen
2018-10-14 22:46:22 +03:00
parent 2b1dacbf2f
commit 6bad59dfba
3 changed files with 25 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.0")]
[assembly: AssemblyFileVersion("0.8.2.0")]
[assembly: AssemblyVersion("0.8.2.1")]
[assembly: AssemblyFileVersion("0.8.2.1")]

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.0")]
[assembly: AssemblyFileVersion("0.8.2.0")]
[assembly: AssemblyVersion("0.8.2.1")]
[assembly: AssemblyFileVersion("0.8.2.1")]

View File

@@ -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
---------------------------------------------------------------------------------------------------------