From eb0d592814f368daa377abba3c7b004d3018d630 Mon Sep 17 00:00:00 2001 From: Regalis Date: Tue, 28 Feb 2017 00:05:13 +0200 Subject: [PATCH] v0.5.4.4 --- Subsurface/Properties/AssemblyInfo.cs | 4 ++-- Subsurface/changelog.txt | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/Subsurface/Properties/AssemblyInfo.cs b/Subsurface/Properties/AssemblyInfo.cs index e7574d2bd..557db3188 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.5.4.3")] -[assembly: AssemblyFileVersion("0.5.4.3")] +[assembly: AssemblyVersion("0.5.4.4")] +[assembly: AssemblyFileVersion("0.5.4.4")] diff --git a/Subsurface/changelog.txt b/Subsurface/changelog.txt index adf12903a..2c6797bca 100644 --- a/Subsurface/changelog.txt +++ b/Subsurface/changelog.txt @@ -1,3 +1,23 @@ +--------------------------------------------------------------------------------------------------------- +v0.5.4.4 +--------------------------------------------------------------------------------------------------------- + +- new fonts +- spectators see indicators for both subs during combat missions +- fixed saves becoming corrupted if the player saves and quits in the "map view" +- fixed "OpenAL not found" errors if trying to run the game with no enabled audio devices +- fixed OpenAL errors when quitting a round +- fixed unconscious/dead characters falling through floors +- the server list accepts multiple servers from the same IP (assuming they're running on different ports) +- fixed autorestart and the start button getting stuck if the server fails to load the respawn shuttle +- fixed server failing to start a round if the cargo spawnpoint has been placed outside the submarine +- fixed AddToGUIUpdateList errors +- fixed SetTransformIgnoreContacts errors +- tickboxes work again in the item UIs in wiring/character mode +- fixed characters standing in an incorrect position when using railgun controllers in a mirrored sub +- spawning a scorpion (an old placeholder enemy) doesn't crash the game anymore +- submarine editor shows a warning if there are structures/items way outside the sub + --------------------------------------------------------------------------------------------------------- v0.5.4.3 ---------------------------------------------------------------------------------------------------------