Skip to content

Releases: TwinFan/LTAPI

v4.1.2

28 Jan 21:53
c516f39

Choose a tag to compare

  • #5 Added LTAPIAircraft::isVisible()
    • Note: Requires LiveTraffic v4.1.2 or higher to fill visibility information, returns constant true with prior LiveTraffic versions.
    • LTAPIExample: Added a column "vis" to the Enhanced List to show if aircraft is visible.
    • now includes #8 to fix backwards compatibility
  • #6 Added LTAPIAircraft::LTFlightPhase::FPH_PARKED, sent for parked aircraft since LiveTraffic v3.5.0.
  • #9 altitude fix to LTAPIAircraft::getLocalCoord()
  • LTAPIExample: Upgraded Github Actions

v1.0.0

23 Dec 21:54

Choose a tag to compare

  • #4 Enlarged info.cslModel to 40 characters
  • New functions for camera support, see TwinFan/LiveTraffic#196:
    • LTAPIAircraft::toggleCamera() (a virtual function to be overriden if you want to be notified if this aircraft became the camera's target) and setCameraAc
    • LTAPIConnect::getAcInCameraView and clearCameraInfo

See here for full documentation.

Initial Upload

13 Apr 23:21
fdef9de

Choose a tag to compare

Initial Upload Pre-release
Pre-release

Initial code, matches LiveTraffic v1.10. Few tests so far, but example plugin works on both Mac and Windows.