Skip to content

Commit

Permalink
Release 2.1.0.6
Browse files Browse the repository at this point in the history
OH58 Update
  • Loading branch information
ciribob committed Jun 2, 2024
1 parent 20727a4 commit 7cd9987
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions AutoUpdater/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,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("2.1.0.5")]
[assembly: AssemblyFileVersion("2.1.0.5")]
[assembly: AssemblyVersion("2.1.0.6")]
[assembly: AssemblyFileVersion("2.1.0.6")]
4 changes: 2 additions & 2 deletions DCS-SR-Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("2.1.0.5")]
[assembly: AssemblyFileVersion("2.1.0.5")]
[assembly: AssemblyVersion("2.1.0.6")]
[assembly: AssemblyFileVersion("2.1.0.6")]
2 changes: 1 addition & 1 deletion DCS-SR-Common/Network/UpdaterChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class UpdaterChecker

public static readonly string MINIMUM_PROTOCOL_VERSION = "1.9.0.0";

public static readonly string VERSION = "2.1.0.5";
public static readonly string VERSION = "2.1.0.6";

private static readonly Logger _logger = LogManager.GetCurrentClassLogger();

Expand Down
4 changes: 2 additions & 2 deletions DCS-SR-ExternalAudio/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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("2.1.0.5")]
[assembly: AssemblyFileVersion("2.1.0.5")]
[assembly: AssemblyVersion("2.1.0.6")]
[assembly: AssemblyFileVersion("2.1.0.6")]
4 changes: 2 additions & 2 deletions DCS-SimpleRadio Server/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("2.1.0.5")]
[assembly: AssemblyFileVersion("2.1.0.5")]
[assembly: AssemblyVersion("2.1.0.6")]
[assembly: AssemblyFileVersion("2.1.0.6")]
4 changes: 2 additions & 2 deletions Installer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("2.1.0.5")]
[assembly: AssemblyFileVersion("2.1.0.5")]
[assembly: AssemblyVersion("2.1.0.6")]
[assembly: AssemblyFileVersion("2.1.0.6")]
2 changes: 1 addition & 1 deletion Scripts/DCS-SRS-AutoConnectGameGUI.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Version 2.1.0.5
-- Version 2.1.0.6
-- ONLY COPY THIS WHOLE FILE IS YOU ARE GOING TO HOST A SERVER!
-- The file must be in Saved Games\DCS\Scripts\Hooks or Saved Games\DCS.openalpha\Scripts\Hooks
-- Make sure you enter the correct address into SERVER_SRS_HOST and SERVER_SRS_PORT (5002 by default) below.
Expand Down
6 changes: 3 additions & 3 deletions Scripts/DCS-SRS/Scripts/DCS-SRS-OverlayGameGUI.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-- Version 2.1.0.5
-- Version 2.1.0.6
-- Make sure you COPY this file to the same location as the Export.lua as well!
-- Otherwise the Overlay will not work


net.log("Loading - DCS-SRS Overlay GameGUI - Ciribob: 2.1.0.5 ")
net.log("Loading - DCS-SRS Overlay GameGUI - Ciribob: 2.1.0.6 ")

local base = _G

Expand Down Expand Up @@ -704,4 +704,4 @@ end

DCS.setUserCallbacks(srsOverlay)

net.log("Loaded - DCS-SRS Overlay GameGUI - Ciribob: 2.1.0.5 ")
net.log("Loaded - DCS-SRS Overlay GameGUI - Ciribob: 2.1.0.6 ")
6 changes: 3 additions & 3 deletions Scripts/DCS-SRS/Scripts/DCS-SRSGameGUI.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- Version 2.1.0.5
-- Version 2.1.0.6
-- Make sure you COPY this file to the same location as the Export.lua as well!
-- Otherwise the Radio Might not work

net.log("Loading - DCS-SRS GameGUI - Ciribob: 2.1.0.5")
net.log("Loading - DCS-SRS GameGUI - Ciribob: 2.1.0.6")
local SRS = {}

SRS.CLIENT_ACCEPT_AUTO_CONNECT = true --- Set to false if you want to disable AUTO CONNECT
Expand Down Expand Up @@ -354,5 +354,5 @@ end

DCS.setUserCallbacks(SRS)

net.log("Loaded - DCS-SRS GameGUI - Ciribob: 2.1.0.5")
net.log("Loaded - DCS-SRS GameGUI - Ciribob: 2.1.0.6")

20 changes: 10 additions & 10 deletions Scripts/DCS-SRS/Scripts/DCS-SimpleRadioStandalone.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Version 2.1.0.5
-- Version 2.1.0.6
-- Special thanks to Cap. Zeen, Tarres and Splash for all the help
-- with getting the radio information :)
-- Run the installer to correctly install this file
Expand Down Expand Up @@ -2411,24 +2411,24 @@ function SR.exportRadioOH58D(_data)
_data.radios[1].volMode = 0

_data.radios[2].name = "FM1"
_data.radios[2].freq = SR.getRadioFrequency(28)
_data.radios[2].modulation = SR.getRadioModulation(28)
_data.radios[2].freq = SR.getRadioFrequency(29)
_data.radios[2].modulation = SR.getRadioModulation(29)
_data.radios[2].volMode = 0

_data.radios[3].name = "UHF"
_data.radios[3].freq = SR.getRadioFrequency(29)
_data.radios[3].modulation = SR.getRadioModulation(29)
_data.radios[3].freq = SR.getRadioFrequency(30)
_data.radios[3].modulation = SR.getRadioModulation(30)
_data.radios[3].volMode = 0

_data.radios[4].name = "VHF"
_data.radios[4].freq = SR.getRadioFrequency(30)
_data.radios[4].modulation = SR.getRadioModulation(30)
_data.radios[4].freq = SR.getRadioFrequency(31)
_data.radios[4].modulation = SR.getRadioModulation(31)
_data.radios[4].volMode = 0


_data.radios[5].name = "FM2"
_data.radios[5].freq = SR.getRadioFrequency(31)
_data.radios[5].modulation = SR.getRadioModulation(31)
_data.radios[5].freq = SR.getRadioFrequency(32)
_data.radios[5].modulation = SR.getRadioModulation(32)
_data.radios[5].volMode = 0

local _seat = SR.lastKnownSeat --get_param_handle("SEAT"):get()
Expand Down Expand Up @@ -6956,4 +6956,4 @@ end
-- Load mods' SRS plugins
SR.LoadModsPlugins()

SR.log("Loaded SimpleRadio Standalone Export version: 2.1.0.5")
SR.log("Loaded SimpleRadio Standalone Export version: 2.1.0.6")
2 changes: 1 addition & 1 deletion Scripts/DCS-SRS/entry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ declare_plugin("DCS-SRS", {
developerName = _("Ciribob"),
developerLink = _("https://github.com/ciribob/DCS-SimpleRadioStandalone"),
displayName = _("DCS SimpleRadio Standalone"),
version = "2.1.0.5",
version = "2.1.0.6",
state = "installed",
info = _("DCS-SimpleRadio Standalone\n\nBrings realistic VoIP comms to DCS with a cockpit integration with every aircraft\n\nCheck Special Settings for SRS integration settings\n\nSRS Discord for Support: https://discord.gg/baw7g3t"),
binaries = {"srs.dll"},
Expand Down

0 comments on commit 7cd9987

Please sign in to comment.