Skip to content

Commit

Permalink
Preparing for release 1.4.2019.0317
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueFinBima authored and BlueFinBima committed Mar 18, 2019
1 parent 12fcd28 commit e8c3d36
Show file tree
Hide file tree
Showing 8 changed files with 129 additions and 208 deletions.
2 changes: 1 addition & 1 deletion Control Center/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ private void SetProjectReleaseMessage()
{
Message = Assembly.GetEntryAssembly().GetName().Version.ToString() +
"\nProject Fork: BlueFinBima\n" +
"Contributors: Gadroc BlueFinBima Cylution CaptZeen yzfanimal damien022";
"Contributors: Gadroc BlueFinBima Cylution CaptZeen damien022 yzfanimal ";
}
#endregion

Expand Down
4 changes: 2 additions & 2 deletions Helios/Interfaces/DCS/Common/DCSConfigurator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ public string ExportAppPath
{
if (_allowDCSWorld)
{
RegistryKey pathKey = Registry.CurrentUser.OpenSubKey(@"Software\Eagle Dynamics\DCS World");


// We attempt to get the Saved Games known folder from the native method to cater for situations
// when the locale of the installation has the folder name in non-English.

Expand All @@ -284,6 +283,7 @@ public string ExportAppPath
{
path = Environment.GetEnvironmentVariable("userprofile") + "Saved Games";
}
RegistryKey pathKey = Registry.CurrentUser.OpenSubKey(@"Software\Eagle Dynamics\DCS World");

if (pathKey != null)
{
Expand Down
2 changes: 1 addition & 1 deletion Helios/Interfaces/DCS/F14B/F14BInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace GadrocsWorkshop.Helios.Interfaces.DCS.F14B
using Microsoft.Win32;
using System;

[HeliosInterface("Helios.F14B", "DCS F-14B", typeof(F14BInterfaceEditor), typeof(UniqueHeliosInterfaceFactory))]
//[HeliosInterface("Helios.F14B", "DCS F-14B", typeof(F14BInterfaceEditor), typeof(UniqueHeliosInterfaceFactory))]
public class F14BInterface : BaseUDPInterface
{
private string _dcsPath;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace GadrocsWorkshop.Helios.Interfaces.DCS.M2000CSimple
using Microsoft.Win32;
using System;

[HeliosInterface("Helios.M2000CSimple", "DCS M2000C (Simple)", typeof(M2000CSimpleInterfaceEditor), typeof(UniqueHeliosInterfaceFactory))]
//[HeliosInterface("Helios.M2000CSimple", "DCS M2000C (Simple)", typeof(M2000CSimpleInterfaceEditor), typeof(UniqueHeliosInterfaceFactory))]
public class M2000CSimpleInterface : BaseUDPInterface
{
private string _dcsPath;
Expand Down
10 changes: 6 additions & 4 deletions Helios/_Documents/Helios.Read.Me.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * *
* * Helios 1.4.2018.1008 * *
* * Helios 1.4.2019.0317 * *
* * * *
* * READ.ME * *
* * * *
Expand All @@ -25,7 +25,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Helios 1.4.2018.1008 is not an explicit collaboration with Craig Courtney,
Helios 1.4.2019.0317 is not an explicit collaboration with Craig Courtney,
but it relies heavily on the original Helios. This distribution is not endorsed
by Craig Courtney.

Expand All @@ -45,7 +45,7 @@ level, however it might do. If you install the scripting from the new AV-8B or
MiG-21Bis intereface, it will *definitely* replace the current export.lua

3) Uninstall Helios 1.3 (you can always get it back from
http://www.gadrocsworkshop.com/helios/latest )
http://www.gadrocsworkshop.com/helios/latest (if the site is working))

4) You can choose not to Uninstall Helios 1.3 and install this code to a
different directory and this should work ok. * However * there are no claims of
Expand All @@ -71,6 +71,8 @@ A-10C Exports.lua in place, then the result will not be pleasant.

* * * Known issues and work arounds * * *

None
Loss of bindings on Reset Monitors https://github.com/BlueFinBima/Helios/issues/117
Save the profile after doing a reset monitor. The problem appears to happen
after two successive reset monitors.


8 changes: 6 additions & 2 deletions Helios/_Documents/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
1.4.2019.0330 Release
1.4.2019.0317 Release
----------------------------
* TextDisplay Control Added
* Hornet UFC updated to remove the need for a viewport
* Hornet IFEI updated to remove the need for a viewport
* Auto-binding for some devices to their intended interface
* MS33558 Font incorporated (c) Derek Higgs 2000 which some sites claim is postcardware but I was unable to find an address / email
* Seven Segment font incorporated (free for personal use) http://www.kraftilab.com/portfolio/7-segment-display-font/
* Reimplement the version checking for Control Center using HTTPS

* Minor bug fixes
* Distributing Iris Screen Exporter for people who run Control Center remotely (it is in the Helios directory in My Documents)
* Code corrected to identify destination directory for DCS, Betas and Alphas
* Stricter version numbering which breaks the installer's version checking so previous Helios needs to be uninstalled manually.

1.4.2018.1008 Release
----------------------------
Expand Down
Loading

0 comments on commit e8c3d36

Please sign in to comment.