Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into init-h4
Browse files Browse the repository at this point in the history
  • Loading branch information
BravoMike99 committed Feb 4, 2025
2 parents 9c4a15b + 082cf1b commit c4e6300
Show file tree
Hide file tree
Showing 422 changed files with 36,672 additions and 100,002 deletions.
12 changes: 11 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,17 @@
1. [A32NX/FMS] Add terminal area database holds for MSFS2024 - @tracernz (Mike)
1. [EFB] Set EFB Auto Brightness to default to On - @MrJigs7 (MrJigs)
1. [FMS] Allow airport to be loaded as fixes in instrument procedures - @tracernz (Mike)
1. [A32NX/MCDU] Show ground & cruise temperature sign on init page if positive as per H4 - @BravoMi99 (bruno_pt99)
1. [A380X/ND] Fix Terr text wrong position on terrain radar - @MrJigs7 (MrJigs.)
1. [A380X/FMS] Vapp wind correction calculation fix - @Waveif (waveif)
1. [A380X/MFD] Fixed FLT NBR not displaying as a mandatory input field - @jet2code (john.xyz)
1. [A380X/PFD] Add FCU ALT ABOVE/BELOW A/C FMA messages - @Pruznak (Pruznak)
1. [A380X/MFD] Updated disabled input field styling - @jet2code (john)
1. [A380X/FMS] Add page scroll via soft keys & individual scroll via KCCU on MFD F-PLN - @BravoMike99 (bruno_pt99)
1. [A32NX/FMS] Added nav database swap confirmation - @tracernz (Mike)
1. [A380X/FMS] Add basic FIX INFO functionality - @Benjozork (Benjamin Dupont)
1. [A380X/FMS] Add STEP ALTs tab on VERT REV page & auto step climb functionality - @flogross89 (floridude)
1. [A380X/FMS] Add selection of CLB/DES constraint if constraint type is unknown - @flogross89 (floridude)
1. [A32NX/MCDU] Show ground & cruise temperature sign on init page if positive - @BravoMi99 (bruno_pt99)

## 0.12.0

Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"xmemory0": "cpp"
},
"typescript.preferences.quoteStyle": "single",
"typescript.preferences.importModuleSpecifier": "non-relative"
"typescript.preferences.importModuleSpecifier": "project-relative"
,
"emeraldwalk.runonsave": {
"commands": [
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following aircraft configurations are currently simulated or targeted:
Model A320-251N
Engine CFM LEAP 1A-26
APU APS3200
FMS Honeywell Release H3
FMS Honeywell Release H4
FWC Std. H2F13
RA Honeywell ALA-52B
TAWS Honeywell EGPWS
Expand Down Expand Up @@ -67,7 +67,7 @@ Our [known issues](https://docs.flybywiresim.com/aircraft/support/known-issues/)

### What liveries are available?

Liveries for the A32NX can be found on [Flightsim.to](https://flightsim.to/c/liveries/flybywire-a32nx/).
Liveries for the A32NX can be found on [Flightsim.to](https://flightsim.to/c/liveries/flybywire-a32nx/).

Liveries for the A380X can be found on [Flightsim.to](https://flightsim.to/liveries/flybywire-a380x/).

Expand Down
9 changes: 5 additions & 4 deletions fbw-a32nx/mach.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ module.exports = {
typecheckingPlugin(),
],
instruments: [
msfsAvionicsInstrument('PFD'),
msfsAvionicsInstrument('ND'),
msfsAvionicsInstrument('EWD'),
msfsAvionicsInstrument('Clock'),
msfsAvionicsInstrument('OANC'),
msfsAvionicsInstrument('EWD'),
msfsAvionicsInstrument('FCU'),
msfsAvionicsInstrument('MCDU', 'McduBaseInstrument.ts'),
msfsAvionicsInstrument('ND'),
msfsAvionicsInstrument('OANC'),
msfsAvionicsInstrument('PFD'),

reactInstrument('SD'),
reactInstrument('DCDU'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ size_mm = 1024,1024
pixel_size = 1024,1024
texture = $FMC

htmlgauge00 = Airliners/FlyByWire_A320_Neo/CDU/A320_Neo_CDU.html, 0,0,1024,1024
htmlgauge00 = A32NX/MCDU/mcdu.html, 0,0,1024,1024

[VCockpit09]
size_mm = 1280,640
Expand Down

This file was deleted.

Loading

0 comments on commit c4e6300

Please sign in to comment.