Skip to content

Commit

Permalink
V 0.68-B68 Release Build
Browse files Browse the repository at this point in the history
- Add Landing graphics with data (tooltip on MSFS label)
- Add New HudBar Placement 'TopStacked' where Label and Value are stacked instead of lined up
- Add per profile Background image
- Add per profile Padding (Border) around the HudBar window
- Add per profile definition of Colors and Fonts
- Add Other aircraft display in Flight Bag (Enable in Config tab)
- Update Improve aircraft properties via LVARs incl. B787, B747, Fenix A320 V2 and others
- Update Configuration dialog handling
- Update ColorPicker in Config with custom dialog
- Update Trim values get a warning background if >90% or <-90%
- Update recording some more data from landings
- Update Landing records are stored even without using FlightBag (new version V3 file)
- Update QuickGuides
  • Loading branch information
bm98 committed Apr 21, 2024
1 parent 23118c8 commit 2e4497a
Show file tree
Hide file tree
Showing 163 changed files with 7,493 additions and 1,616 deletions.
2 changes: 1 addition & 1 deletion DbgLib/Dbg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ private void InitLog( )
LOG.Info( TagLine( "DGBLog - Init" ) );
try {
LOG.Info( $"Debug: {System.Reflection.Assembly.GetCallingAssembly( ).GetName( )}" );
LOG.Info( $"Application: {System.Reflection.Assembly.GetEntryAssembly( ).GetName( )}" );
LOG.Info( $"Application: {System.Reflection.Assembly.GetEntryAssembly( )?.GetName( )}" );
}
catch { }
}
Expand Down
4 changes: 2 additions & 2 deletions FS20_CamControl/FS20_CamControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>67</ApplicationRevision>
<ApplicationVersion>0.67.0.67</ApplicationVersion>
<ApplicationRevision>68</ApplicationRevision>
<ApplicationVersion>0.68.0.68</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions FS20_CamControl/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( "0.67.0.67" )]
[assembly: AssemblyFileVersion( "0.67.0.67" )]
[assembly: AssemblyVersion( "0.68.0.68" )]
[assembly: AssemblyFileVersion( "0.68.0.68" )]
4 changes: 2 additions & 2 deletions FS20_ChecklistBox/FS20_ChecklistBox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>67</ApplicationRevision>
<ApplicationVersion>0.67.0.67</ApplicationVersion>
<ApplicationRevision>68</ApplicationRevision>
<ApplicationVersion>0.68.0.68</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions FS20_ChecklistBox/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( "0.67.0.67" )]
[assembly: AssemblyFileVersion( "0.67.0.67" )]
[assembly: AssemblyVersion( "0.68.0.68" )]
[assembly: AssemblyFileVersion( "0.68.0.68" )]
4 changes: 2 additions & 2 deletions FS20_FlightBag/FS20_FlightBag.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>67</ApplicationRevision>
<ApplicationVersion>0.67.0.67</ApplicationVersion>
<ApplicationRevision>68</ApplicationRevision>
<ApplicationVersion>0.68.0.68</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions FS20_FlightBag/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( "0.67.0.67" )]
[assembly: AssemblyFileVersion( "0.67.0.67" )]
[assembly: AssemblyVersion( "0.68.0.68" )]
[assembly: AssemblyFileVersion( "0.68.0.68" )]
10 changes: 10 additions & 0 deletions FS20_HudBar.sln
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlightplanLib", "Flightplan
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bm98_hbFolders", "bm98_hbFolders\bm98_hbFolders.csproj", "{6C729D4D-FE93-4794-8320-AF00C90D016D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSALib", "MSALib\MSALib.csproj", "{CE622111-C19B-49D3-9AE8-9553E255348A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -220,6 +222,14 @@ Global
{6C729D4D-FE93-4794-8320-AF00C90D016D}.Release|Any CPU.Build.0 = Release|Any CPU
{6C729D4D-FE93-4794-8320-AF00C90D016D}.Release|x64.ActiveCfg = Release|Any CPU
{6C729D4D-FE93-4794-8320-AF00C90D016D}.Release|x64.Build.0 = Release|Any CPU
{CE622111-C19B-49D3-9AE8-9553E255348A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE622111-C19B-49D3-9AE8-9553E255348A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE622111-C19B-49D3-9AE8-9553E255348A}.Debug|x64.ActiveCfg = Debug|Any CPU
{CE622111-C19B-49D3-9AE8-9553E255348A}.Debug|x64.Build.0 = Debug|Any CPU
{CE622111-C19B-49D3-9AE8-9553E255348A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE622111-C19B-49D3-9AE8-9553E255348A}.Release|Any CPU.Build.0 = Release|Any CPU
{CE622111-C19B-49D3-9AE8-9553E255348A}.Release|x64.ActiveCfg = Release|Any CPU
{CE622111-C19B-49D3-9AE8-9553E255348A}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
60 changes: 35 additions & 25 deletions FS20_HudBar/AApp/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e4497a

Please sign in to comment.