Lorby-SI
  • Home
  • NEWS
  • Products
  • Where to buy
  • Downloads
  • Privacy Policy

AxisAndOhs 2.50 build 28 released

8/31/2022

0 Comments

 
Hello @ll,
version 2.50 of AxisAndOhs has been released today. It should be available in your account on SimMarket and JustFlight by now. (SimMarket looks a little different now, they have updated their shop system)
Here is the changelog:
!MAJOR CHANGE!
  • Desktop/Web Gauges: image handling has been redesigned to reduce the memory footprint and increase performance
  • This changes the way that Rotation elements work in AAO. Images that are rotated around their center are fine. But if they are rotated around an offset axis (especially with negative values), authors may have to check their code if the Axis element needs adjusting.
  • Make sure to re-download the extra Lorby gauges (PFD/MFD) if you are using those.

  • Change: Desktop/Web Gauges: added Cursor display for custom MouseAreas
  • Change: Desktop/Web Gauges: can use Base64 encoded String LVars as Image source (for example loaded with the LOADIMAGE command).
  • Change: messagebox when database has been saved manually
  • Change: Selecting "long click" flips the key down/up event selection
  • Change: RPN: changing script group name or script name will update the AAO database (but not external files, like FIPs, scriptfiles, etc.)
  • Change: RPN: added "substr" operator to get substrings by position and length
  • Change: RPN: Added "LOADTEXTFILE", "LOADNUMFILE", "WRITEFILE" , "DELETEFILE", "COPYFILE", "MOVEFILE", "LOADIMAGE", "WRITEIMAGE"
  • Change: RPN: Redesigned script handling logic to help reduce SimConnect flooding events (but script authors should nevertheless make sure that they don't cause flooding in the first place - don't send too many K Events too fast)
  •  Bugfix: WebFIPs size change broken
  • Bugfix: voice checklist having trouble with multiselect phrases


A new version  (10.12) of the StreamDeck plugin is available too on the axisandohs Weebly website. There is also the example package of how to control GSX for MSFS with the StreamDeck on that site.
0 Comments

AxisAndOhs 2.32 build 34 released

8/6/2022

0 Comments

 
Hello @ll,

AAO version 2.32 b34 has been uploaded to the shops just now. It should have been deployed on SimMarket already. On JustFlight it will take longer, I got a note of absence from my contact there. I am hoping that somebody else will jump in.

Here is the changelog:

- Change: Direct assignment of variables to axis.
- Change: Added dialogs to edit Templates and Configurations, and the option to replace controllers in that scope
- Change: Added button to save database
- Change: increased number of automated backups to 6
- Change: Added option to lock the GUI to prevent accidental changes
- Change: added option to bring AAO window(s) to front (not persisted)
- Change: Axis Min and Max can be set on the GUI control in advanced mode
- Change: FIPs: further code unification regarding RPN script and value handling (Desktop, Web and Saitek FIPs)
- Change: FIPs: Added Airport, VOR, NDB, Waypoint, Traffic display to MFD/ND Desktop/Web FIP gauge
- Change: FIPs: Added data stream for Aerosoft CRJ CDUs (WebFMC)
- Change: FIPs: Desktop FIP Layouts can be locked
- Change: FIPs: Button to reload a DesktopFip
- Change: Voice recognition: Added option to trigger voice recognition PTT by voice...
- Change: Voice recognition: built-in numeric recognizer
- Change: Voice recognition: added LVars with current state and phrase
- Change: RPN: Added option to read the result of script calculations using the "(S:" prefix
- Change: RPN: Parser no longer filtering out spaces (string handling).
- Change: RPN: added "mod" operator for modulo
- Change: RPN: option to run one shot autoscripts when the aircraft is unloaded
- Change: RPN: a scriptfile with flow control can be exectued multiple times in parallel now
- Change: RPN: added option to use other scripts for calculations with the "(S:" prefix
- Change: MSFS: added AAO Web FIP in-game panel (available on the website)
- Change: MSFS: Added generic reverser axis option

- Bugfix: RPN: EXECBAT not working
- Bugfix: RPN: single if{ leaves a 0 on the stack
- Bugfix: RPN: red/green LED had trouble processing macro definitions
- Bugfix: WebFIPs: size is wrong when a new WebFIP is added
- Bugfix: Catching exceptions around Windows clipboard access to prevent app shutdown
- Bugfix: Saitek BIP config dialog not saving changes
0 Comments

AxisAndOhs 2.31 build 23 released

6/30/2022

1 Comment

 
Version 2.31 b23 of AxisAndOhs has been uploaded to the shops today. You will find the download in your account as soon as they have deployed it.

​This is the changelog:

- Change: Axis: Added dialog to edit RAW axis parameters directly
- Change: Warning when app window is located off-screen
- Change: WebAPI: process request parameters
- Change: Implemented PMDG 737 MSFS current SDK spec

- Change: RPN: Custom checklist voice phrases can be added in code
- Change: RPN: Added HTTPPOST and HTTPSPOST
- Change: RPN: AAO rpn commands can contain parentheses
- Change: RPN: Added EXECBAT that doesn't create an app window
- Change: RPN: added "n iterate{ ... }" operator
- Change: RPN Scriptfiles: added |CACHE option
- Change: RPN: LISTEN_FOR_RPN redesigned, added REPEAT_UNTIL_RPN
- Change: RPN: Simulator LVars can be used as macro variables too (@varname)
- Change: RPN: internal scripts can have multiple lines now, so using GOTO etc. is possible without a scriptfile.
- Change: RPN: added SOUNDVOLUME, RANDOMSOUNDVOLUME command to change the volume of samples that are already playing.
- Change: RPN: added SOUNDBALANCE, RANDOMSOUNDBALANCE command to change the left/right balance of samples that are already playing.

- Change: FIPs:Unified FIP handling of simulator and local variables. Added option to use script variables etc. (like in the WebAPI)
- Change: FIPs: GaugeText can be shifted
- Change: FIPs: Boeing-like route picture
- Change: Saitek devices are sorted when they have been discovered

- Bugfix: Flight plan export to clipboard not activated in MSFS version 
- Bugfix: FIPs not processing PMDG Variable correctly
- Bugfix: Desktop FIPs not displaying string variables properly
- Bugfix: Saitek Multi Panel: AP alt down not working when plane does not reveal selected alt (Fenix)
- Bugfix: RPN: Made script import faster by removing temp database writes
- Bugfix: RPN: macrovariables didn't work for strings
- Bugfix: RPN: arrays had only local scope

1 Comment

AxisAndOhs v2.30 build 19 released

5/27/2022

4 Comments

 
AxisAndOhs  version 2.30 build 19 has been uploaded to the shops. It should be available in your account shortly. 
(Note: your account in the shop where you bought it is the only place where you can get the new version!)
- Change: Added database Backup and Restore option
- Change: blacklist multiple devices at the same time
- Change: Added "?" button that opens the manual
- Change: Added PMDG CDU streaming option (737 MSFS/NGX/NG3, 747 COTS II)
- Change: RPN: Enabled PMDG SDK custom events and variables for MSFS 737
- Change: RPN: AAO_CL_PAUSE_TOGGLE command implemented
- Change: RPN: (LISTEN_FOR_K:-..) returns the event value now
- Change: RPN: additional "LVar not initialized" catch
- Change: Desktop/WebFIPs: Added option to "Roll" pictures vertically
- Bugfix: Saitek Radio Panel Baro knob didn't work correctly for non-standard events
4 Comments

AxisAndOhs 2.29 build 28 released

5/3/2022

0 Comments

 
Hello @ll,

AAO 2.29 has just been sent to the shops. Please give them a couple of hours to deploy the app, then you will find it in your account in the shop where you bought it.

​Changes in AxisAndOhs version 2.29

- Change: Option to limit the number of repeats for a button to avoid overruns
- Change: stronger filter logic for axis input
- Change: On/Off Switch option for Joysticks
- Change: Gauges: Hidden grip on DesktopFIPs
- Change: Gauges: move DesktopFIPs as a group
- Change: Gauges: Import/Export DesktopFIP layouts
- Change: Gauges: WebFIPs are no longer arranged in tables, they use exact pixel locations and sizes instead
- Change: Gauges: left, right, up, down buttons for Desktop and Web FIPs layout
- Change: Gauges: WebFIPs can import DesktopFips layouts (so you can design the web layout on the desktop)
- Change: Gauges: FIPs can be deleted as a group
- Change: Gauges: FIP definitions can be in subfolders of \UserGauges too
- Change: Gauges: added Visible parameter to mouse areas
- Change: Gauges: Calculating %..%!..! in FIPs
- Change: RPN: Introducing value arrays in RPN scripts (numerical and strings)
- Change: RPN: Option to use the *...* syntax for the reminder text in CHECKLIST
- Change: RPN: "EXPORTAI" command to write data about all AI objects currently in the sim to a tsv file
- Change: RPN: added GOSUB - RETURN - END for Scriptfiles (Script-Conversation-Checklist)
- Change: RPN: added syntax check dialog for script files
- Change: RPN: Script Export now includes the "edition"
- Change: RPN: catching Windows Clipboard exceptions

- Bugfix: Invalid voices will no longer crash the speech synthesizer
- Bugfix: Leading zeroes in GaugeText format not working
- Bugfix: Mouse wheel reversed for default mouse areas in Web FIPs
- Bugfix: GOTO is not blocking script execution
- Bugfix: conflict with Macro names resolved when they have the same length

0 Comments

AxisAndOhs 2.28 build18 released

4/1/2022

0 Comments

 
Hello @ll,
AAO 2.28 has been uploaded to the shops today. Please give them a couple of hours to deploy it.
​
Changelog:
- Change: Filter boxes on selection dialogs remember last entries
- Change: RPN: Create and remove simobjects using scripts
- Change: RPN: Initialization of BVars reworked
- Change: RPN: GOTO works in both directions now
- Change: RPN: Added script processing observer dialog
- Bugfix: RPN: RPN Editor syntax check can't handle "paramN" literals
- Bugfix: RPN: string parameters for SPEAK are processed in the wrong order
- Bugfix: RPN: <Macro> not processing special characters correctly
- Bugfix: ADF needle on the Lorby HSI pointing in the wrong direction
0 Comments

AxisAndOhs 2.27 b09 released

3/9/2022

0 Comments

 
AxisAndOhs version 2.27 has just been uploaded to the shops. Please give them a couple of hours to deploy the new version.

This version is mostly about bugfixes:
​
- Change: SCRIPTFILE is now automatically executed as CONVERSATION when it contains flow control
- Change: Added events to load and switch Desktop/Web FIP templates
- Change: Sort FIPs template list

- Bugfix: Voice recognition: key up can get stuck
- Bugfix: DesktopFIP Handler can't change negative pixel positions
- Bugfix: RPN: WAIT not working properly with indexed K:2 events 
- Bugfix: WebAPI not processing pure button events correctly.
- Bugfix: Axis List Tree Mode misses grouped items
- Bugfix: Cloned configurations should not be present in the Template assignment dialog

0 Comments

WAMA updated to 1.22

3/9/2022

0 Comments

 
WAMA / "Where are my aircraft?" 1.22 b23 has just been uploaded to the shops.

Starting with this version WAMA includes a prototype for MSFS (2020). Not all functionality is yet possible with MSFS, but the main features work with the new sim. 

Please make sure to check out the DEMO version of WAMA before you buy the app. The DEMO is available on the DOWNLOADS page. It is fully functional, but it will always shut down after 20 minutes.
0 Comments

AiTrackerX updated to 3.02

3/9/2022

0 Comments

 
In the last few months a few bugfixes became necessary in AITX. So the latest development version that we made has been uploaded to the shops now.

Unfortunately MSFS is unable to do what would be required for AITX, so a version for the new sim is still not possible.
0 Comments

AxisAndOhs 2.26 released

2/20/2022

0 Comments

 
Hallo @ll,

version 2.26 of AxisAndOhs has just been released.

Here is the changelog
  • Change: Voice commands: can use the pipe character | to build a list of recognized phrases for the same assignments
  • Change: Voice commands: inserted pause between events to trigger VKeys
  • Change: RPN: added "stod" command to convert strings into numerical values
  • Change: WebAPI Port is now written to a simulator LVar "(L:AaoWebApiPort, Number)"
  • Change: Size and Position of DesktopFIPs can be changed on the panel handler window with the mouse wheel
    ​
  • Bugfix: (Curve) Very small negative offsets can throw off the sim events and axis value calculations (axis stop resonding)

Please give the shops a little time until they deploy the new version. You can then download it from your account.
0 Comments
<<Previous
Forward>>

    News

    This page shows product news and information about current development streams

    Categories

    All
    Product Release

    RSS Feed

Proudly powered by Weebly
  • Home
  • NEWS
  • Products
  • Where to buy
  • Downloads
  • Privacy Policy