diff --git a/01_DCS/Hooks/Perun.lua b/01_DCS/Hooks/Perun.lua index 41e1224..e522cdb 100644 --- a/01_DCS/Hooks/Perun.lua +++ b/01_DCS/Hooks/Perun.lua @@ -22,7 +22,7 @@ Perun.MOTD_L2 = "Wymagamy obecnosci DCS SRS oraz TeamSpeak - szczegoly na forum" -- ###################### END OF SETTINGS - DO NOT MODIFY OUTSIDE THIS SECTION ###################### -- Variable init -Perun.Version = "v0.9.3" +Perun.Version = "v0.9.4" Perun.StatusData = {} Perun.SlotsData = {} Perun.MissionData = {} diff --git a/02_Windows_App/Perun_v1/02_Forms/form_Main.cs b/02_Windows_App/Perun_v1/02_Forms/form_Main.cs index d7504ca..e3c3c16 100644 --- a/02_Windows_App/Perun_v1/02_Forms/form_Main.cs +++ b/02_Windows_App/Perun_v1/02_Forms/form_Main.cs @@ -515,25 +515,12 @@ namespace Perun_v1 int temp = raw_lotatc.Clients[i].RadioInfo.radios.Count - 1; for (int j = temp; j >= 0; j--) { - raw_lotatc.Clients[i].RadioInfo.radios[j].enc.Parent.Remove(); - raw_lotatc.Clients[i].RadioInfo.radios[j].encKey.Parent.Remove(); - raw_lotatc.Clients[i].RadioInfo.radios[j].encMode.Parent.Remove(); - raw_lotatc.Clients[i].RadioInfo.radios[j].freqMax.Parent.Remove(); - raw_lotatc.Clients[i].RadioInfo.radios[j].freqMin.Parent.Remove(); - raw_lotatc.Clients[i].RadioInfo.radios[j].modulation.Parent.Remove(); - raw_lotatc.Clients[i].RadioInfo.radios[j].freqMode.Parent.Remove(); - raw_lotatc.Clients[i].RadioInfo.radios[j].volMode.Parent.Remove(); - raw_lotatc.Clients[i].RadioInfo.radios[j].expansion.Parent.Remove(); - raw_lotatc.Clients[i].RadioInfo.radios[j].channel.Parent.Remove(); - raw_lotatc.Clients[i].RadioInfo.radios[j].simul.Parent.Remove(); if (raw_lotatc.Clients[i].RadioInfo.radios[j].name == "No Radio") { raw_lotatc.Clients[i].RadioInfo.radios[j].Remove(); } } - raw_lotatc.Clients[i].ClientChannelId.Parent.Remove(); - raw_lotatc.Clients[i].RadioInfo.simultaneousTransmission.Parent.Remove(); } } diff --git a/02_Windows_App/Perun_v1/Perun_v1.csproj b/02_Windows_App/Perun_v1/Perun_v1.csproj index a80a915..0979de2 100644 --- a/02_Windows_App/Perun_v1/Perun_v1.csproj +++ b/02_Windows_App/Perun_v1/Perun_v1.csproj @@ -31,8 +31,8 @@ szporwolik Perun Perun.htm - 1 - 0.9.3.%2a + 0 + 0.9.4.%2a false true true diff --git a/02_Windows_App/Perun_v1/Properties/AssemblyInfo.cs b/02_Windows_App/Perun_v1/Properties/AssemblyInfo.cs index f481289..a8d3607 100644 --- a/02_Windows_App/Perun_v1/Properties/AssemblyInfo.cs +++ b/02_Windows_App/Perun_v1/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Szymon Porwolik")] [assembly: AssemblyProduct("Perun for DCS World")] -[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyCopyright("Copyright © 2019-2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -33,7 +33,7 @@ using System.Runtime.InteropServices; // Możesz określić wszystkie wartości lub użyć domyślnych numerów kompilacji i poprawki // przy użyciu symbolu „*”, tak jak pokazano poniżej: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.3.0")] -[assembly: AssemblyFileVersion("0.9.3.0")] +[assembly: AssemblyVersion("0.9.4.0")] +[assembly: AssemblyFileVersion("0.9.4.0")] [assembly: NeutralResourcesLanguage("en")] diff --git a/03_MySQL/m1081_perun.sql b/03_MySQL/m1081_perun.sql index e4265f4..03ff206 100644 --- a/03_MySQL/m1081_perun.sql +++ b/03_MySQL/m1081_perun.sql @@ -17,7 +17,7 @@ CREATE TABLE IF NOT EXISTS `pe_Config` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `pe_Config` (`pe_Config_id`, `pe_Config_payload`) VALUES -(1, 'v0.9.3'); +(1, 'v0.9.4'); DROP TABLE IF EXISTS `pe_DataMissionHashes`; CREATE TABLE IF NOT EXISTS `pe_DataMissionHashes` (