Skip to content

Commit

Permalink
Merge pull request #617 from ciribob/beta
Browse files Browse the repository at this point in the history
Release 2.0.5.0
  • Loading branch information
ciribob authored Jul 10, 2022
2 parents 7e17c11 + c2cfe67 commit c64c94b
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 22 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.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
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.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
2 changes: 1 addition & 1 deletion DCS-SR-Common/Network/UpdaterChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class UpdaterChecker

public static readonly string MINIMUM_PROTOCOL_VERSION = "1.9.0.0";

public static readonly string VERSION = "2.0.4.0";
public static readonly string VERSION = "2.0.5.0";

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.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
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.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
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.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
4 changes: 2 additions & 2 deletions Scripts/DCS-SRS-AutoConnectGameGUI.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Version 2.0.4.0
-- Version 2.0.5.0
-- 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 Expand Up @@ -225,4 +225,4 @@ SRSAuto.sendMessage = function(msg, showTime, gid)
end

DCS.setUserCallbacks(SRSAuto)
net.log("Loaded - DCS-SRS-AutoConnect 2.0.4.0")
net.log("Loaded - DCS-SRS-AutoConnect 2.0.5.0")
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.0.4.0
-- Version 2.0.5.0
-- 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.0.4.0 ")
net.log("Loading - DCS-SRS Overlay GameGUI - Ciribob: 2.0.5.0 ")

local base = _G

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

DCS.setUserCallbacks(srsOverlay)

net.log("Loaded - DCS-SRS Overlay GameGUI - Ciribob: 2.0.4.0 ")
net.log("Loaded - DCS-SRS Overlay GameGUI - Ciribob: 2.0.5.0 ")
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.0.4.0
-- Version 2.0.5.0
-- 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.0.4.0")
net.log("Loading - DCS-SRS GameGUI - Ciribob: 2.0.5.0")
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.0.4.0")
net.log("Loaded - DCS-SRS GameGUI - Ciribob: 2.0.5.0")

9 changes: 7 additions & 2 deletions Scripts/DCS-SRS/Scripts/DCS-SimpleRadioStandalone.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Version 2.0.4.0
-- Version 2.0.5.0
-- 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 @@ -90,6 +90,7 @@ SR.fc3["MiG-29A"] = true
SR.fc3["MiG-29S"] = true
SR.fc3["MiG-29G"] = true
SR.fc3["Su-27"] = true
SR.fc3["J-11A"] = true
SR.fc3["Su-33"] = true
SR.fc3["Su-25"] = true
SR.fc3["Su-25T"] = true
Expand Down Expand Up @@ -131,6 +132,9 @@ function SR.exporter()
local _update
local _data = LoGetSelfData()

-- REMOVE
-- SR.log(SR.debugDump(_data).."\n\n")

if _data ~= nil and not SR.fc3[_data.Name] then
-- check for death / eject -- call below returns a number when ejected - ignore FC3
local _device = GetDevice(0)
Expand Down Expand Up @@ -4806,6 +4810,7 @@ SR.exporters["MiG-29A"] = SR.exportRadioMiG29
SR.exporters["MiG-29S"] = SR.exportRadioMiG29
SR.exporters["MiG-29G"] = SR.exportRadioMiG29
SR.exporters["Su-27"] = SR.exportRadioSU27
SR.exporters["J-11A"] = SR.exportRadioSU27
SR.exporters["Su-33"] = SR.exportRadioSU27
SR.exporters["Su-25"] = SR.exportRadioSU25
SR.exporters["Su-25T"] = SR.exportRadioSU25
Expand Down Expand Up @@ -4908,4 +4913,4 @@ end
-- Load mods' SRS plugins
SR.LoadModsPlugins()

SR.log("Loaded SimpleRadio Standalone Export version: 2.0.4.0")
SR.log("Loaded SimpleRadio Standalone Export version: 2.0.5.0")
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.0.4.0",
version = "2.0.5.0",
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 c64c94b

Please sign in to comment.