Mystic 2.7 - 30 Oct 2020

Visit the AFSIM 2.7 Release Page on DI2E (Access Controlled) for more information and resources related to this release.

Release Dates

  • Mystic 2.7.3 - 24 Sep 2021

  • Mystic 2.7.2 - 12 Mar 2021

  • Mystic 2.7.1 - 19 Nov 2020

  • Mystic 2.7.0 - 30 Oct 2020

General

  • Results Visualization has been renamed to Mystic.

  • Removed the Chat plugin. Comments have been moved into a separate view. (Issue #2215)

  • Added bash helper scripts for Linux to configure LD_LIBRARY_PATH before launching visual applications.

Corrections

  • (2.7.4) Added an error on loading an event-pipe with the incorrect time format. (AFSIM-2295)

  • (2.7.4) Corrected an issue where a crash could occur on review of the AER timestamp at 5 seconds. (AFSIM-2329)

  • (2.7.3) Corrected an issue where weapon-fire events would not affect trace-lines. (AFSIM-1005)

  • (2.7.2) Corrected an issue where some data-types in a replay’s schema might cause it to be unreadable without an appropriate data-extension plugin. (AFSIM-907)

  • (2.7.2) Corrected an issue that could cause a crash when paging out script message data. (AFSIM-955)

  • (2.7.1) Corrected an issue which crashes the application on attempts to load an aer file on Linux. (AFSIM-689)

  • Fixed a range check that was causing sensor volume to be drawn narrow with azimuth ranges from -180 to 180. (Issue #2232)

  • Added geometry to the termination surface of circular fields of view to make them more spherical. (AFSIM-290)

  • Corrected an issue where the ‘-console’ command line argument would not work when running from a windows command line. (Issue #2198)

  • Corrected an issue where WsfDraw ellipsoids would not have the appropriate color. (Issue #2206)

  • Fixed an issue where RV would crash when changing platforms if P6DOF control surfaces were present. (Issue #2230)

  • Fixed an issue that allowed unintentional panning and zooming of a Head Up View. (Issue #2260)

  • Prevent a hard-lock of the application after using the entity context menu on a large replay file. (Issue #2313)

  • Fixed an issue with the Visual Effects plugin that would cause slowdown when rewinding. (Issue #2339)

  • Fixed a crash that sometimes occurred when trying to plot data from a Sensor Track via Platform Details. (Issue #2381)

  • Fixed an issue where the Bookmark Browser would display duplicate bookmarks upon reloading an AER file. (Issue #2406)

  • Corrected an issue that prevents detection stop events from being sent when a sensor turns off. (Issue #2438)

  • Fixed a crash that occurred when opening then closing the Quantum Tasker Matrix in Mystic. (Issue #2449)

  • Corrected an issue where fuel related values would appear incorrectly in Platform Details. (Issue #2535)

  • Corrected a bug that could cause a crash five seconds after loading an AER file. (Issue #2542)

  • (2.7.3) Corrected a crash that occurred when a platform was deleted while a zone’s color was being changed through the Zone Browser. (AFSIM-1124)

  • (2.7.2) Fixed an issue where visual orbits diverge from the true space mover orbits, especially after long simulation times. (AFSIM-603)

  • (2.7.3) Renamed the jam interaction line to jam request and added documentation indicating the limitations of this feature. (AFSIM-1122)

  • (2.7.4) Corrected an issue where having more than one range_ring on a platform would cause only the last defined ring to display. (AFSIM-1950)

  • (2.7.2) Fixed a bug that would lock the application in wsf draw when displaying text ending with “$”. (AFSIM-668)

  • (2.7.3) Fixed route waypoint labels clipping through the Map Display. (AFSIM-394)

  • (2.7.3) Corrected a lighting bug that caused polygonal zone line colors to appear incorrectly. (AFSIM-1104)

  • (2.7.2) Allow case-sensitivity of model files-names in the models.txt files. (AFSIM-821)

  • (2.7.2) Corrected a display issue with all text labels. (AFSIM-896)

  • (2.7.2) Corrected an issue which caused models to appear unlit. (AFSIM-919)

  • (2.7.1) Corrected a crash that occurs when a Tether View is open on an articulated model and models are reloaded. (AFSIM-600)

  • Route Browser’s default altitude now inherits the current altitude of the platform the route is being added to. (Issue 2065)

  • Changed the default models color from red to white, to better show team color. (Issue #2314)

  • Changed the behavior when dragging objects on the Map Display so that they do not continue to move when the cursor leaves the widget. (Issue #2407)

  • Prevent saved Map Toolbar captures from duplicating when loading a configuration. (Issue #2441)

  • Fixed bug where zones are duplicated in the Zone Browser relating to platform, platform_type, route, and zone.. (Issue #2288)

  • Fixed multiple crashes that occur when accessing context menu options after a platform was removed. (Issue #2549)

  • Fixed crash that sometimes occurred when opening the Tether View Context Menu after opening the Visualize Angles dialog. (Issue #2558)

Enhancements

Development

  • Updated to allow extensions to the event-pipe through plug-ins. (Issue #2000)

  • Plug-ins may now extend the event-markers and interaction-line capabilities through their data plug-ins. (Issue #2000)

  • (2.7.4) Updated the following third party libraries to address security vulnerabilities and access new features: SDL from 2.0.14 to 2.0.16, Curl from 7.71.1 to 7.79.1, Libtiff from 4.1.0 to 4.3.0, JPEG from 9b to 9d, FFMPEG from 4.2.1 to 4.2.4, GDAL from 3.0.4 to 3.3.2, Qt from 5.12.9 to 5.12.11, and Proj from 7.0.0 to 8.1.1. See Security Updates for more information. (AFSIM-1817)

  • (2.7.3) Missing plugin dependencies will now cause a CMake error. (AFSIM-1029)

  • To address a memory-related issue resulting from the update to Qt 5.12, the method wkf::Environment::GetEntityContextMenu has been renamed to BuildEntityContextMenu and its signature changed. (Issue #2378)

  • Corrected an issue with configuration of 3rd party and resource dependencies which resulted in a CMake error if no source location was detected containing archived packages, even if a location of the unpacked contents was configured. (Issue #2277)

  • Added WKF Code Timers. These are accessed from the View Menu.

  • Reorganized the WKF common directory to have sub-directories. Included paths to these files will have to be updated. (Issue #2124)

  • Added ability for plugins to add custom widgets to application startup pages. (Issue #2202)

  • wkf::Environment::Create() method now takes an additional argument to support the application’s prefix which can be used to locate documentation. (Issue #2239)

  • The wkf::Plugin interface has been updated to support providing tips that will be shown in the wkf::StartupDialog. (Issue #2239)

  • Due to changes with wkf::Updater, a wkf::make_updater<T> helper function has been added to enable the construction of Updaters. (Issue #2258)

  • Updated the following third party libraries: SQLite from 3.31.1 to 3.32.3, Qt from 5.9.7 to 5.12.9, and Curl from 7.65.1 to 7.71.1. (Issue #2301) (Issue #2451)