Skip to content

Releases: vACDM/vacdm-plugin

v1.3.2

20 Apr 17:37
c7862e7
Compare
Choose a tag to compare

fixes:

  • access violation crashes (exception code: 0xc0000005), which occured when accessing Euroscope data which was invalid

v1.3.1

18 Apr 08:49
cb6149e
Compare
Choose a tag to compare

fixes:

  • ECFMP MDI not displaying
  • EXOT color being black, while it should be TAG_COLOR_DEFAULT

v1.3.0

16 Apr 11:08
3f36f8c
Compare
Choose a tag to compare

major refactor
significant changes to the previous version (1.2.2) are:

  • Single thread managing updates, aircraft and airports
    each airport is not running on a separate thread anymore. Instead there is one thread which manages all updates, aircrafts and airports. This was the primary reason for performance bottlenecks which increased with the amount of active airports.

  • Euroscope data updates are now being handled asynchronously
    This prevents minor stutters every time vACDM obtains a copy of the aircraft data as Euroscope does not thread plugins. This also prevents panning on RadarScreens being interrupted.

  • Active airports are now being determined using the left column of checkboxes in the RunwaySelectionDialog
    Combined with single thread fixes long loading times on plugin startup if a lot of runway configurations are set as default

  • Airport name is not required to be ICAO only anymore
    The airport name specified in the Euroscope data may now include more than just the ICAO (e.g. the full airport name). The ICAO is determined by finding the first four letter uppercase word in the airport name.

  • Update rate is now configurable using “.vacdm updaterate value” or in the config file (vacdm.txt)
    “.vacdm updaterate value” sets the update rate for the session, the default value which should be applied on plugin startup has to be configured in the config file (vacdm.txt)
    value must be between 1 and 10 currently, default is still 5 like in the previous versions

  • adds ".vacdm LOG ON/OFF/DEBUG" command to enable/disable logging and create DEBUG (i.e. detailed) logs

  • removed ".vacdm URL url" command, URL can be changed in the config file and then loaded using ".vacdm RELOAD"


if you are upgrading to v1.3.0, verify that Euroscope binds the TagItems correctly. It was reported that TagItems shifted after upgrading (i.e. column showing TSAT suddenly show AORT). This is a Euroscope bug, it only happens once. You can prevent this from happening on subsequent loads / when people are loading your published package, by saving the column definitions.

v1.2.2

15 Mar 16:56
9930a3d
Compare
Choose a tag to compare
  • fixes data exchange when airport names in Euroscope do not consist of ICAO identifiers only

v1.2.1

28 Dec 20:31
016907c
Compare
Choose a tag to compare
  • change base url handling, "/api/v1" has to be removed from the config vacdm.txt
  • fix data display, sending when using Euroscope correlation mode S and C

v1.2.0

05 Sep 21:08
acf90b3
Compare
Choose a tag to compare
  • Add functions to revert set times and states

v.1.1.0

12 Jul 21:29
Compare
Choose a tag to compare
  • added CTOT tag item type
  • added ECFMP Measure tag item type
  • disabled logger as default
  • add tag item function which deletes / resets aircraft data

v1.0.3

29 Apr 06:27
Compare
Choose a tag to compare

Features:

  • Performance measurement in logging framework to break down performance issues

Fixes:

  • Does not send empty patches anymore to the backend

v1.0.2

21 Apr 16:34
Compare
Choose a tag to compare

Fixes:

  • do not send invalid timestamps to the backend

v1.0.1

21 Apr 07:08
Compare
Choose a tag to compare

Fixes:

  • Fix version check against the backend-API