You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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