For the complete documentation index, see llms.txt. This page is also available as Markdown.

26.7.0

not released to public yet

Devices

  • Add MobiFlight devices support

  • Add WinCTRL TCAS support

  • Add WinCTRL RMP upport

  • Add WingFlex RMP Cube support

  • Add WingFlex DAP-500 support

  • WinCtrl AGP: Fix ambient sensor

  • WinCTRL CDU: Add setting for disabling lower case character support

  • X-Touch Mini set device to midi mode upon exit

  • Rotary-Switches (e.g efis / tcas) will raise tuner events additionally

  • Add ToLiss Airbus A346 CDU support

Important changes/additions

  • Add Support for L:1:XXXX (local aircraft) sim lvars

  • Add option to create custom lvar (DefintionBrowser, select Lvar categroy, press "Create LVAR")

  • CDU: All aircraft cdu pages are enforced to uppercase, as defined in ARINC 424

  • CDU: Scratchpad row no longer uses smallfont by default

Event-Programming

  • Add new EVENT:-Data: DEVICE_ID, DEVICE_PAGE_ID, DEVICE_PAGE_NUM, DEVICE_PAGE_NAME

  • Add "Set String" operation to EventChangeData

  • Play sound: Add option to wait for finish of audio

  • Conditions: Add IsEmpty (string) , IsNotEmpty(string)

Functions

  • ButtonGauges: Add Drop&Drop swapping

  • ButtonGauges: Add Templates

  • ButtonGauges: Add ScratchPad

  • Enable Paging for all Joysticks and all devices that already migrated to new device concept

  • Add testmode button to applicable devices

Expressions

  • Expressions: Add IndexOf(stringWhat,stringWhere[,bool])

  • Expressions: Add SendDeviceCommand(deviceId,eventId,parameter). Currently only supported eventid: PAGE_SWITCH

  • Expressions: Add Fract(value) to get decimal fraction part of a number (opposite to Trunc(value) )

  • Expressions: Add IsEmpty (string) , IsNotEmpty(string)

  • Expressions: Add IndexOf(stringWhat,stringWhere[,bool])

UI

  • UI: Fix spad not reacting on taskbar close if any dialog is open

  • UI: Fix dialogs not always reacting to ESC to close

  • UI: Rework of Response-Curve editing

  • Fix profile rename might delete profile

  • UI: Show position in expression edit

  • ImageCache: Switch to SQLite db

Last updated

Was this helpful?