Difference between revisions of "Air Player Desktop Release Notes"

From Sim Innovations Wiki
Jump to navigation Jump to search
Line 1: Line 1:
__NOTOC__
__NOTOC__
== V3.4 ==
- ADD: Now also runs on the Mac!
- ADD: Now also runs on Linux (as BETA)!
* ADD: Support for the Knobster
* ADD: [[switch_get_position]] and [[hw_switch_get_position]] functions
* ADD: Support for downloading log files from connected Air Player's
* ADD: Air Player version information can now be seen in Air Manager
* IMP: [[move]] function now also works on the map
* IMP: NAV data can now be fetched by multiple threads at once (making the map load faster on multi core systems)
* IMP: Both [[running_txt_add_cir]] and [[running_img_add_cir]] now have an option to specify different horizontal and vertical radii
* Fix: Mouse events not working when running with multiple panels on different monitors
== V3.3 ==
== V3.3 ==
* ADD: Canvas added to instrument API, making it possible to draw lines, rectangles, circles etc. within your instrument.
* ADD: Canvas added to instrument API, making it possible to draw lines, rectangles, circles etc. within your instrument.

Revision as of 12:55, 31 July 2018

V3.4

- ADD: Now also runs on the Mac! - ADD: Now also runs on Linux (as BETA)!

  • ADD: Support for the Knobster
  • ADD: switch_get_position and hw_switch_get_position functions
  • ADD: Support for downloading log files from connected Air Player's
  • ADD: Air Player version information can now be seen in Air Manager
  • IMP: move function now also works on the map
  • IMP: NAV data can now be fetched by multiple threads at once (making the map load faster on multi core systems)
  • IMP: Both running_txt_add_cir and running_img_add_cir now have an option to specify different horizontal and vertical radii
  • Fix: Mouse events not working when running with multiple panels on different monitors

V3.3

  • ADD: Canvas added to instrument API, making it possible to draw lines, rectangles, circles etc. within your instrument.
  • ADD: With the new opacity function in the instrument API, you can make text, image etc. transparent
  • ADD: xpl_command_subscribe makes it possible to subscribe to X-plane commands
  • IMP: Text can now be rotated
  • IMP: rotate function now also accepts a custom anchor point to rotate around
  • IMP: Less CPU time is required because of optimisation in lua handling
  • IMP: Multiple smaller improvements and bug fixes

V3.2

  • ADD: Compatibility with Arduino Nano
  • IMP: Improved shader compatibility across video cards

V3.1

  • ADD: Way to send messages between Air Manager/Air Player and custom Arduino Sketch
  • IMP: Compatibility with openGL 2.0 graphics cards
  • FIX: Issue when user name has non-ASCII signs
  • FIX: Online user name and password are now stored correctly
  • FIX: Many other smaller improvements and bug fixes

V1.0

  • Initial release