Skip to content

Version 1.2.1

Latest
Compare
Choose a tag to compare
@jason-watkins jason-watkins released this 03 May 20:47
· 126 commits to master since this release

General Changes

  • Updated year in copyright notices.

Bug Fixes

  • Fixed syntax errors in MATLAB client selectDATA and readDATA functions
  • Replaced istrue with isequal in Matlab client.
  • Fixed use of incorrect readData java call in Matlab readData function
  • Removed use of C99 for-loop initialization in c client
  • Replaced incorrect use of time.h with sys/time.h for Linux/Mac
  • Fixed error checking in c readData function
  • Updated C client test project to build on VS 2015
  • Fixed typo in readDATA error message

Changes to the X-Plane Connect Plugin

Bug Fixes

  • Restructured code in the plugin that detects when the plugin is receiving more requests than it can handle and drops old requests. This code existed in previous releases, but as of v1.2.0 it was set up in a way that caused it to never execute..
  • Fixed Sudden aircraft crash after "pauseSim" command (#91)
  • SetPosition now updates the aircraft's orientation after moving the aircraft, should improve performance