From 1cc7bfb462152e10a608ccfbc1c064b561762254 Mon Sep 17 00:00:00 2001 From: BramvanZijp <56019239+BramvanZijp@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:23:17 +0200 Subject: [PATCH 1/2] Set IsRadio if the CanUseVoiceRadio hook is used to change the outcome of VOIP's CanReceive. (#281) * Set IsRadio if the CanUseVoiceRadio hook is used to change the outcome of VOIP's CanReceive. * Change canUse to canUse.Value for the VoipServer IsRadio fix. Co-authored-by: Evil Factory <36804725+evilfactory@users.noreply.github.com> --- .../BarotraumaServer/ServerSource/Networking/Voip/VoipServer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Barotrauma/BarotraumaServer/ServerSource/Networking/Voip/VoipServer.cs b/Barotrauma/BarotraumaServer/ServerSource/Networking/Voip/VoipServer.cs index f32931dc70..784e63ca22 100644 --- a/Barotrauma/BarotraumaServer/ServerSource/Networking/Voip/VoipServer.cs +++ b/Barotrauma/BarotraumaServer/ServerSource/Networking/Voip/VoipServer.cs @@ -107,6 +107,7 @@ private static bool CanReceive(Client sender, Client recipient, out float distan if (canUse != null) { + isRadio = canUse.Value; return canUse.Value; } From ca7f5976fe16de7b153585ac4f6a12bdccbbbf8e Mon Sep 17 00:00:00 2001 From: Regalis11 Date: Thu, 18 Jun 2026 15:03:25 +0300 Subject: [PATCH 2/2] v1.13.4.0 (Summer Update 2026 Hotfix 1) --- .../ClientSource/Items/Components/ItemComponent.cs | 2 +- Barotrauma/BarotraumaClient/LinuxClient.csproj | 2 +- Barotrauma/BarotraumaClient/MacClient.csproj | 2 +- Barotrauma/BarotraumaClient/WindowsClient.csproj | 2 +- Barotrauma/BarotraumaServer/LinuxServer.csproj | 2 +- Barotrauma/BarotraumaServer/MacServer.csproj | 2 +- Barotrauma/BarotraumaServer/WindowsServer.csproj | 2 +- Barotrauma/BarotraumaShared/changelog.txt | 11 +++++++++++ 8 files changed, 18 insertions(+), 7 deletions(-) diff --git a/Barotrauma/BarotraumaClient/ClientSource/Items/Components/ItemComponent.cs b/Barotrauma/BarotraumaClient/ClientSource/Items/Components/ItemComponent.cs index e336609548..10985ffefe 100644 --- a/Barotrauma/BarotraumaClient/ClientSource/Items/Components/ItemComponent.cs +++ b/Barotrauma/BarotraumaClient/ClientSource/Items/Components/ItemComponent.cs @@ -678,7 +678,7 @@ protected void ReloadGuiFrame() { color = GuiFrameSource.GetAttributeColor("color", Color.White); } - string style = GuiFrameSource.Attribute("style") == null ? null : GuiFrameSource.GetAttributeString("style", ""); + string style = GuiFrameSource.GetAttribute("style") == null ? null : GuiFrameSource.GetAttributeString("style", ""); GuiFrame = new GUIFrame(RectTransform.Load(GuiFrameSource, GUI.Canvas, Anchor.Center), style, color); GuiFrame.RectTransform.ScreenSpaceOffset = GuiFrameOffset; diff --git a/Barotrauma/BarotraumaClient/LinuxClient.csproj b/Barotrauma/BarotraumaClient/LinuxClient.csproj index 3a58895b2b..d367d2d020 100644 --- a/Barotrauma/BarotraumaClient/LinuxClient.csproj +++ b/Barotrauma/BarotraumaClient/LinuxClient.csproj @@ -6,7 +6,7 @@ Barotrauma FakeFish, Undertow Games Barotrauma - 1.13.3.1 + 1.13.4.0 Copyright © FakeFish 2018-2024 AnyCPU;x64 Barotrauma diff --git a/Barotrauma/BarotraumaClient/MacClient.csproj b/Barotrauma/BarotraumaClient/MacClient.csproj index 09e03f0cb7..1d607bc5dc 100644 --- a/Barotrauma/BarotraumaClient/MacClient.csproj +++ b/Barotrauma/BarotraumaClient/MacClient.csproj @@ -6,7 +6,7 @@ Barotrauma FakeFish, Undertow Games Barotrauma - 1.13.3.1 + 1.13.4.0 Copyright © FakeFish 2018-2024 AnyCPU;x64 Barotrauma diff --git a/Barotrauma/BarotraumaClient/WindowsClient.csproj b/Barotrauma/BarotraumaClient/WindowsClient.csproj index c6dc2f53f9..8215bdbb8c 100644 --- a/Barotrauma/BarotraumaClient/WindowsClient.csproj +++ b/Barotrauma/BarotraumaClient/WindowsClient.csproj @@ -6,7 +6,7 @@ Barotrauma FakeFish, Undertow Games Barotrauma - 1.13.3.1 + 1.13.4.0 Copyright © FakeFish 2018-2024 AnyCPU;x64 Barotrauma diff --git a/Barotrauma/BarotraumaServer/LinuxServer.csproj b/Barotrauma/BarotraumaServer/LinuxServer.csproj index 5fed6bbcf3..275b263830 100644 --- a/Barotrauma/BarotraumaServer/LinuxServer.csproj +++ b/Barotrauma/BarotraumaServer/LinuxServer.csproj @@ -6,7 +6,7 @@ Barotrauma FakeFish, Undertow Games Barotrauma Dedicated Server - 1.13.3.1 + 1.13.4.0 Copyright © FakeFish 2018-2023 AnyCPU;x64 DedicatedServer diff --git a/Barotrauma/BarotraumaServer/MacServer.csproj b/Barotrauma/BarotraumaServer/MacServer.csproj index 7410b3e847..1eea2ccfd3 100644 --- a/Barotrauma/BarotraumaServer/MacServer.csproj +++ b/Barotrauma/BarotraumaServer/MacServer.csproj @@ -6,7 +6,7 @@ Barotrauma FakeFish, Undertow Games Barotrauma Dedicated Server - 1.13.3.1 + 1.13.4.0 Copyright © FakeFish 2018-2023 AnyCPU;x64 DedicatedServer diff --git a/Barotrauma/BarotraumaServer/WindowsServer.csproj b/Barotrauma/BarotraumaServer/WindowsServer.csproj index 7519b4037b..e0f344c1b5 100644 --- a/Barotrauma/BarotraumaServer/WindowsServer.csproj +++ b/Barotrauma/BarotraumaServer/WindowsServer.csproj @@ -6,7 +6,7 @@ Barotrauma FakeFish, Undertow Games Barotrauma Dedicated Server - 1.13.3.1 + 1.13.4.0 Copyright © FakeFish 2018-2023 AnyCPU;x64 DedicatedServer diff --git a/Barotrauma/BarotraumaShared/changelog.txt b/Barotrauma/BarotraumaShared/changelog.txt index 9f31a1e871..ee86bc6eb8 100644 --- a/Barotrauma/BarotraumaShared/changelog.txt +++ b/Barotrauma/BarotraumaShared/changelog.txt @@ -1,4 +1,15 @@ ------------------------------------------------------------------------------------------------------------------------------------------------- +v1.13.4.0 (Summer Update 2026 Hotfix 1) +------------------------------------------------------------------------------------------------------------------------------------------------- + +- Fixed a missing gap in the reworked Typhon + other minor fixes. +- Minor visual fixes to Orca 2. +- Adjustments to Azimuth's lighting. +- Tweaked Azimuth's stealth mode circuit to make piloting smoother. +- Fixed "style" attribute in item GuiFrame XML being case-sensitive. +- Fixed battery cells not being visible when charged in a battery or shuttle battery. + +------------------------------------------------------------------------------------------------------------------------------------------------- v1.13.3.1 (Summer Update 2026) -------------------------------------------------------------------------------------------------------------------------------------------------