Skip to content

Releases: joeherwig/A32nx-LINDA-aircraft-module

fixed ECAM page select puttons

06 Feb 20:04
Compare
Choose a tag to compare

1.0.6
° fixed dedicated ECAM page selection keys (credits to Micha Dittus)

replaced further EventPointer-stuff with ExecCalcCode to make it robust

09 Jan 16:35
Compare
Choose a tag to compare

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

24 Sep 20:52
Compare
Choose a tag to compare

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

07 Apr 09:28
7e0d98f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.3

1.0.2 fixed landing light animation

20 Feb 22:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1 smaller fixes, cleanup + latest PRs with dimmer standards (10 - 50- 90%)

20 Feb 17:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0 renamed according to FBW naming conventions + lots more

13 Feb 23:18
Compare
Choose a tag to compare

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

Full Changelog: 0.10.2...1.0.0

fixed EFIS option, added T.O.Config, FD + LS Buttons

15 Jan 23:36
Compare
Choose a tag to compare

° fixed EFIS options (CSTR, WPT, VORD, NDB, ARPT, NONE)

  • added T.O.Config
  • added back FD + LS Buttons (toggle only)

What's Changed

Full Changelog: 0.10.1...0.10.2

0.10.1 renamed folder from "A320" to "FBW A320"

12 Jan 00:23
Compare
Choose a tag to compare

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,

11 Jan 23:50
Compare
Choose a tag to compare

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

Full Changelog: 0.9.0...0.10.0