Skip to content

Releases: c-true/FsConnect

1.3.3

30 May 20:11
71afcd8
Compare
Choose a tag to compare

FsConnect v1.3.3

Getting started

Read the README to get started.

Changes

  • Added support for NAV frequencies, transponder and autopilot heading bug
  • Closes #14, regarding heading bug
  • Closes #15, regarding setting COM and NAV frequencies with 3 decimals

Where to get it

You can download this release from nuget

1.3.2

18 May 20:43
7cb8f8a
Compare
Choose a tag to compare

FsConnect v1.3.2

Getting started

Read the README to get started.

Changes

  • 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.

Where to get it

You can download this release from nuget

1.3.1

10 Apr 16:26
7755d13
Compare
Choose a tag to compare

FsConnect v1.3.1

Getting started

Read the README to get started.

Changes

  • [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.

Where to get it

You can download this release from nuget

1.3.0

05 Apr 20:34
Compare
Choose a tag to compare

FsConnect v1.3.0

Getting started

Read the README to get started.

Changes

  • Fixes #11 by providing simple access to setting up client events
  • Provides support for aspect/reflection based registering of data definitions through the SimProperty attribute.
  • WorldManager support class for setting world time.

Where to get it

You can download this release from nuget

1.2.0

18 Mar 21:27
25cc026
Compare
Choose a tag to compare

Release notes

Bug fixes:

  • Fixes #8, added all known sim vars and sim units for easier registration of definitions
  • Fixed #9, removing an internal constraint on handling multiple request

Features:

  • Opened up access to more of SimConnect's API
  • Added support for some key simulator events, such as Pause
  • Added support for requesting data on Sim Objects
  • Added managers as example on how to wrap FsConnect for common operations, such as requesting aircraft or sim object data
  • Documentation and refactorings

Where to get it

You can download this release from nuget

1.1.1

27 Feb 18:04
1465543
Compare
Choose a tag to compare

Release notes

Bug fixes:

  • Fixes #6, setting Local as default location for writing SimConnect.cfg

Features:

  • 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.

Where to get it

You can download this release from nuget

1.0.3

16 Oct 18:21
f743f93
Compare
Choose a tag to compare

Release notes

Supports:

  • Using existing SimConnect.cfg if SimConnect can find it.
  • Specify either start up directory or My Documents as location for SimConnect.cfg when creating it
  • Specifying configuration index in SimConnect.cfg

Where to get it

You can download this release from nuget

1.0.2

13 Sep 09:38
da00377
Compare
Choose a tag to compare

Release notes

  • Simplified registering data definitions
  • Added enums for SimVars and units
  • Support for update data
  • Test Console controls airplane

Where to get it

You can download this release from nuget

1.0.1

06 Sep 11:25
a389719
Compare
Choose a tag to compare

Contains clean up and removal of console logging.

Where to get it

You can download this release from nuget