forked from flybywiresim/aircraft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rmp): RMP navigation tuning (flybywiresim#7241)
* fix: RMP behavior and lights [issue 344] * Update src/instruments/src/EWD/elements/PseudoFWC.tsx Requested changes Co-authored-by: Benedict Etzel <[email protected]> * Update src/instruments/src/Common/EWDMessages.tsx Requested changes: code and VHF3 VOICE format Co-authored-by: Benedict Etzel <[email protected]> * Update src/instruments/src/EWD/elements/PseudoFWC.tsx Requested changes: code VHF3 voice Co-authored-by: Benedict Etzel <[email protected]> * Update src/instruments/src/EWD/elements/PseudoFWC.tsx Requested changes: code VHF3 voice Co-authored-by: Benedict Etzel <[email protected]> * Update RadioPanelDisplay.tsx Requested changes: textDataModeVHF3 to TEXT_DATA_MODE_VHF3 * Fix bug with ANN LT involved * Added comments about commented out code * Fix RMPs elec buses * add of SEL word backlight * Default init of transmit and volume buttons * fix SEL light behavior * fix SEL light behavior flybywiresim#2 * Removal of commented out code * SEL backlight code * VOR, ILS, ADF tunable. MLS missing. Logic with NAV button * Add of files * ILS standby frequency to active * Instruments knobs are now pushable * VORs ident * Fix due to double comment in the xml * MKR ident * ADF ident * RADNAV page blank once NAV button pushed * AUTO/MAN/RMP status in Navaids page * Fix switch between NAV backup and radio tuning * VOICE button * fix: inhibit auto-tuning * Changelog * Changelog * NAV 1/2 ADF 1 default volume set to 0 * NAV 3/4 ADF 2 (not existing yet) default volume set to 0 * Fix ILS and default values * ILS/MLS DME distance not displayed if RMP tuned * Display of M/R if manual/rmp tuned * Display of M/R if manual/rmp tuned * Revert "Display of M/R if manual/rmp tuned" This reverts commit ec363f6. * Reset of all nav frequencies when RMP tuning is cancelled * Removal of MLS + somes fixes for ADF and tuning based on real life * Change of default course value * Removal of useless code * Fix of display flickering when switching between ADF and VOR/ILS * ILS/MLS volume knobs + fix * Management greatest volume within pair of knobs * Fix previous commit * Fix previous commit * Revert "Revert commit by mistake" This reverts commit 556f5ac. * Removal of useless newlines * Table separator * Merge similar simvars as requested * French tooltips for knobs and voice button * Use of default tooltips + update homemade ones + english tooltips * Use of default tooltips + update homemade ones + english tooltips * Revert "Revert commit pushed my mistake" This reverts commit d61e0d5. * Dim light * ILS tunable only if both RMPs in nav backup mode. FCOM compliant * Back to frequency mode when switching between receivers * Fix for vPilot * Changelog update Removal of useless changelogs * Changelog from 0.4.0 to 0.9.0 as requested From 0.4.0 to 0.8.0 for another one * Fix COM3 Transmit + it is now possible to transmit on no COM * Fix knob animation * Revert "Merge branch 'RMP_fix_behavior_lights'" This reverts commit b21b690, reversing changes made to b71ebfb. * Reorder Changelog * Fix simvars when switching between CALLS p/b * Comment * MLS disabled * Fix bad merge * Fix bad merge * A32NX_RMP_ILS_MLS_TUNED to A32NX_RMP_ILS_TUNED * Update a320-simvars.md * Fix for vPilot * Comment * Inhibit at low altitude * Knobs lights * Revert on Rust files due to bad merge * Copy changelog from master and add of my line * Fix ILS tuning * Comment * Comment * Fix knobs lit when cold & dark Co-authored-by: Benedict Etzel <[email protected]> Co-authored-by: Michael Corcoran <[email protected]> Co-authored-by: Saschl <[email protected]> Co-authored-by: Benjamin Dupont <[email protected]>
- Loading branch information
Showing
23 changed files
with
1,173 additions
and
316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
339 changes: 337 additions & 2 deletions
339
flybywire-aircraft-a320-neo/ModelBehaviorDefs/A32NX/AirlinerCommon.xml
Large diffs are not rendered by default.
Oops, something went wrong.
284 changes: 125 additions & 159 deletions
284
...ire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/model/A320_NEO_INTERIOR.xml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.