Skip to content

v1.3.2

Latest
Compare
Choose a tag to compare
@mpaperno mpaperno released this 18 May 08:08
b156aba

Changes since v1.3.1

WASimModule

  • Updated reference list of KEY event names for MSFS 2024 SDK v1.3.4 (2e4f3cbc).

WASimClient

  • Fixed issue with generation of client name in some locales when locale-specific number formatting is enabled on the C++ program using WASimClient.
    This would result in the client being unable to ping or connect to the server. Thanks to @mocsa for reporting! (#25, 5f586d4f).
  • Also ensured that locale formatting doesn't affect any auto-generated RPN code.
  • Improved handling of situation where SimConnect connection attempt is aborted while waiting for a response. (1866e336)

Full Change Log

This release is built against MSFS2020 SDK v0.24.4 , compatible with both FS20 and FS24.


The release contains several download options (the actual file names have version numbers appended):

  • WASimCommander_SDK - All header files, pre-built static, dynamic, and managed (.NET) 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.