v1.0.0.6-beta2
Changes since v1.0.0.5-beta1
WASimModule
- The
SendKey
command can now accept known key event IDs by name (and do the lookup automatically). - Stopped pre-compiling "Formatted" type calculator strings (for
format_calculator_string()
) since that seems to be broken in MSFS.
(Query posted to devsupport) - Pause event loop processing (
tick()
) when all clients disconnect.
WASimClient
- Minor adjustment to list result processing to ensure proper cancellation in case something is interrupted.
WASimClient_CLI
- Fix exception when setting a char_array<> value from empty strings. Eg.
DataRequest.unitName
orCommand.sData
.
WASimUI
- Display a message when a string-type calculator result returns an empty string (instead of just blank space).
The release contains several download options (the actual file names have version numbers appended):
WASimCommander_SDK
- All header files, pre-built static and dynamic libs, packaged WASM module, pre-build GUI, reference documentation, and other tools/examples.WASimModule
- Just the WASM module component, ready to be dropped into a MSFS Community folder (so that the folder wasimcommander-module is inside the Community folder). MSFS would need to be restarted after adding the module for the first time.WASimUI
- Just the GUI application, which is very handy in combination with the WASM module for exploring the system. No installer, simply unzip and run the WASimUI.exe file from either Explorer or a command line.