Releases: joeherwig/A32nx-LINDA-aircraft-module
fixed ECAM page select puttons
replaced further EventPointer-stuff with ExecCalcCode to make it robust
1.0.5
° fixed further functions by replacing Event pointer with execCalcCode as in
1.0.4
° replaced a lot of the unreliable line index dependant EvtPtr stuff with ExecCalcCode to get it back working even if Hvars have not been correctly loaded within FSUIPC.
Full Changelog: 1.0.4...1.0.5
1.0.4
What's Changed
° Fixed the FCU rotaries by switching to execCalcCode to work in Experimental Version.
° HDG Display and SPD Display back working.
° improved plenty of unreliably EvtPtr stuff to ExecCalcCode.
Full Changelog: 1.0.3...1.0.4
1.0.3 Various Improvements and Fixes
What's Changed
- Fixes Issue #83 - Improve landing Light Operation by @scotflieger in #84
- Need to merge Revised Landing Light logic into Main branch by @scotflieger in #85
- Fixes Issue #91 - Add Overhead Crew Oxygen Supply by @scotflieger in #92
- Fixes Issue #87 - Rework Transponder/TCAS Switches by @scotflieger in #88
- Fixes Issue #89 - Change to InitCustomEvents() by @scotflieger in #90
- Fixes Issue #93 - Landing Lights not illuminating by @scotflieger in #94
- Fixes Issue #95 - Improve VRi Altitude INC/DEC by @scotflieger in #96
- Fixes Issue #97 - Adds Radar PWS Switch Functionality by @scotflieger in #98
- Fixes Issue #99 - Error in FCU ALT Dec by @scotflieger in #100
- Fixes Issue #101 - Adds missing VRi MCP/FCU DspShow by @scotflieger in #102
Full Changelog: 1.0.1...1.0.3
1.0.2 fixed landing light animation
What's Changed
- Fixes Issue #83 - Improve landing Light Operation by @scotflieger in #84
- Need to merge Revised Landing Light logic into Main branch by @scotflieger in #85
Full Changelog: 1.0.1...1.0.2
1.0.1 smaller fixes, cleanup + latest PRs with dimmer standards (10 - 50- 90%)
What's Changed
- Fixes Issue #73 - Correct Coding Errors by @scotflieger in #74
- Fixes Issue #77 - Reorganise Panels and Sub-Panels by @scotflieger in #78
- Fixes Issue #81 - Internal Lighting Dimmers by @scotflieger in #82
Full Changelog: 1.0.0...1.0.1
1.0.0 renamed according to FBW naming conventions + lots more
Be aware: This new major release contains renamings on nearly all functions to match as close with the FBW and LINDA naming conventions. See wiki/Contribute#naming-conventions.
So it might be experienced by you as breaking change. This cleanup had become neccesary to avoid further confusion by being unable to locate the functions while assigning.
What's Changed
- Added option to assign dimmers
- Fixes Issue #29 - Adds Information Header block by @scotflieger in #30
- Corrects Issue #21 & PR #47 - EventFiles Handling by @scotflieger in #50
- Fixes Issue #53 - APU Generator Buttons by @scotflieger in #54
- Fixes Issue #44 - Corrects VRi MCP1 Display Calls by @scotflieger in #62
- Fixes Issue 64 - Correct naming of InitEvents by @scotflieger in #65
- Fixes Issue #51 - Add Overhead APU Buttons by @scotflieger in #52
- Fixes Issue #55 - Rework Pedestal Engine Switches by @scotflieger in #56
- Fixes Issue #58 - Update Overhead Internal Lights by @scotflieger in #59
- Fixes Issue 66 - Check for Correct Naming by @scotflieger in #67
- Fixes Issue 69 - Rename Missed Functions by @scotflieger in #70
- Fixes Issue #60 - Add TCAS Switches by @scotflieger in #61
Full Changelog: 0.10.2...1.0.0
fixed EFIS option, added T.O.Config, FD + LS Buttons
° fixed EFIS options (CSTR, WPT, VORD, NDB, ARPT, NONE)
- added T.O.Config
- added back FD + LS Buttons (toggle only)
What's Changed
- Fixes Issue #35 - Brake Fan and Anti Skid by @scotflieger in #36
- Fixes Issue #37 - Overhead Light Functions by @scotflieger in #38
- Fixes Issue #21 - Automates Event File Index by @scotflieger in #31
- Fixes Issue #39 - Fix to DspVVS by @scotflieger in #40
- Fixes Issue #27 - Adds EFIS Option and ADF/VOR by @scotflieger in #32
- Fixes Issue #28 - Adds SPD/MACH button by @scotflieger in #33
- Fixes Issue #23 - Revised FCU Default Config by @scotflieger in #43
- Revert "Fixes Issue #21 - Automates Event File Index" by @joeherwig in #47
Full Changelog: 0.10.1...0.10.2
0.10.1 renamed folder from "A320" to "FBW A320"
renamed folder from "A320" to "FBW A320" to indicate that this module is only intended for the FlyByWire A320.
Fixes #25
Full Changelog: 0.10.0...0.10.1
0.10.0 Fixed FCU functions, improved MCP2a display modes, updated README,
0.10.0
- Updated to ways better display mode (by Andrew)
- Fixed the FCU functions. (by Andrew)
CAUTION: They require currently the A320nx.evt in the FSUIPC7 root folder and added with index 0 to the [Events] section in FSUIPC7.ini! - Updated the assignments in the MCP2a assignments example to the new FCU functions.
- Updated README with more detailed installation instructions
CAUTION!
For the moment installation got a bit more complex as we now rely on the FSUIPC A32nx.evt event file.
So...
- Copy the *.evt files from the unziped folder to your FSUIPC7 installation root folder
- add the A32nx.evt to the [Events] section in FSUIPC7.ini with index 0.
eg:
[EventFiles]
0=A32nx
1=A32X-FBW1
2=A32X-FBW2
What's Changed
- Fixes Issue #20 - Update FCU Functions by @scotflieger in #24
Full Changelog: 0.9.0...0.10.0