Skip to content

Tags: c-true/FsConnect

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgraded to SDK 0.24.3.0 * Support for input events (#25)

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for NAV frequencies, transponder and heading bug (#19)

1.3.2

Toggle 1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for setting COM and NAV frequencies (#17)

- Issue #15 fixed by adding support for setting COM frequencies, including 3 decimals, through the RadioManager.
- Added event ids for frequencies
- Updated and added some method signatures
- Integration tests for RadioManager
- Simple utility class for BCD handling.

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for reflection based data definitions * Event id enum (#13)

* [Breaking] SimProperty renamed to SimVar, minor other renames.
* Added support for reflection of SimVars, see the SimVar attribute.
* Added enum, FsEventNameId, for configuring client events using an enum.

v1.3.0

Toggle v1.3.0's commit message
Updated package/assembly versions

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
General API improvements and examples (#10)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix #6 - SimConnect.cfg in My Documents - conflict with other mods (#7)

* Fixes #6, setting Local as default location for writing SimConnect.cfg
* Added all simulation variables and units as documented by the SimVarWatcher example in the MSFS SDK
* Verified that bundled SimConnect binaries in SDK 0.10.0 is the same as in this release.

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify registering data definitions (#3)

* Added enums for SimVars and units * Support for update data * Test Console controls airplane

* Cleanup * Updated readme

* Updated readme and package info

Co-authored-by: Timian Heber <TIHE@Teleplan.no>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Features/cleanup (#2)

* Updated readme and package

* Cleanup