fix(gsx): Changes to support new Loader Behavior, Handlers and Service Cancellation#10560
fix(gsx): Changes to support new Loader Behavior, Handlers and Service Cancellation#10560Fragtality wants to merge 6 commits intoflybywiresim:masterfrom
Conversation
|
Discussion Point: Usage of the A32NX_HYD_NW_STRG_DISC_ECAM_MEMO Variable in the XML Condition. |
…SX Power Sync / Changes to MSFS Power Sync
| // disable ext power when aircraft starts moving | ||
| if (v > 0.3 && this.anyGPUAvail()) { | ||
| this.toggleGPU(); | ||
| this.setEXTpower(false); |
There was a problem hiding this comment.
Should the p be capitalised?
There was a problem hiding this comment.
I just thought it should be for camel case and consistency
There was a problem hiding this comment.
I didn't name it ... so maybe? 😅
Fixes: N/A - preventive maintenance
Summary of Changes
=> Removed Code to close Cargo Doors (A380) after reaching 100%.
=> Added custom Handler Files overriding all available Handler Methods.
=> Added new State to Enums in TS & Rust and checked Comparisons to Service States to be still semantically correct.
Along the Way I've made some further Optimizations:
Screenshots (if necessary)
References
Additional context
Discord username (if different from GitHub):
Testing instructions
WIP
Non-GSX:
GSX:
How to download the PR for QA
Every new commit to this PR will cause new A32NX and A380X artifacts to be created, built, and uploaded.