From 37336095bd0ffa9558361a788665039843d5e03f Mon Sep 17 00:00:00 2001 From: Regalis Date: Wed, 8 Jun 2016 17:46:36 +0300 Subject: [PATCH] v4.1.6 --- Subsurface/Properties/AssemblyInfo.cs | 4 +-- Subsurface/changelog.txt | 38 +++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/Subsurface/Properties/AssemblyInfo.cs b/Subsurface/Properties/AssemblyInfo.cs index c5657d643..f99f140e4 100644 --- a/Subsurface/Properties/AssemblyInfo.cs +++ b/Subsurface/Properties/AssemblyInfo.cs @@ -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.4.1.3")] -[assembly: AssemblyFileVersion("0.4.1.3")] +[assembly: AssemblyVersion("0.4.1.6")] +[assembly: AssemblyFileVersion("0.4.1.6")] diff --git a/Subsurface/changelog.txt b/Subsurface/changelog.txt index 3153e4582..ab3f17f0b 100644 --- a/Subsurface/changelog.txt +++ b/Subsurface/changelog.txt @@ -1,3 +1,41 @@ +--------------------------------------------------------------------------------------------------------- +v0.4.1.6 +--------------------------------------------------------------------------------------------------------- + +- vote kicking +- fixed reverting back to the first sub on the list after each round when using manual submarine selection +- fixed lights "bleeding" through walls +- fixed crashing if the submarine contains hulls far away from the rest of the submarine +- corricodone is slightly more effective +- battery charge can be set higher than the default capacity of 2000 (assuming the capacity is set higher) +- job assignment bugfixes +- head sprites can be given tags (e.g. customhead[tag].png) which will make the game select body sprites +with a matching tag (e.g. customtorso[tag].png) for the character +- some new head sprites +- pathfinding errors (which may be caused by missing or incorrectly placed waypoints in custom subs) +don't cause the debug console to pop up +- added missing music clips to the Linux build + +--------------------------------------------------------------------------------------------------------- +v0.4.1.5 +--------------------------------------------------------------------------------------------------------- + +- fixed oxygen distribution through vents not being calculated correctly +- fixed another bug that caused ''object reference not set to an instance of object'' error messages +when starting a new round +- fulgurium batteries can be put in flashlights and sonars +- more powerful oxygen generators in vanilla subs (small rooms aren't deathtraps anymore) + +Linux version: +- fixed ''unable to load coelanth.png'' error messages +- fixed non-matching content packages between the Linux and Windows versions + +--------------------------------------------------------------------------------------------------------- +v0.4.1.4 +--------------------------------------------------------------------------------------------------------- + +- fixed clients failing to select submarines in their "Submarines/Downloaded" folder + --------------------------------------------------------------------------------------------------------- v0.4.1.3 ---------------------------------------------------------------------------------------------------------