Skip to content

Releases: LB767/vSMR

Candidate #6 for use in the VACC

10 Apr 08:26
Compare
Choose a tag to compare

Added more definitions for tag colors etc...

Candidate #5 for use in the VACC

27 Feb 13:09
Compare
Choose a tag to compare

Fixed chatbox display in Euroscope r33

Candidate #4 for use in the VACC

19 Oct 20:14
Compare
Choose a tag to compare

Tags will still display if no "definition_full" was found and the user double-clicked the tag

Candidate #3 for use in the VACC

18 Oct 21:31
Compare
Choose a tag to compare

Fixed some memory leaks that would cause an OOM crash after long sessions of controlling

Candidate #2 for use in the VACC

22 Aug 11:13
15b4d9e
Compare
Choose a tag to compare

Hopefully fixes ES crash on exit.
Added a speed threshold ASR setting for predicted track display on the ground

Candidate for use in the VACC

20 Jun 12:01
Compare
Choose a tag to compare

Finally got some time to finish up the previous updates and make a new release.
This release should include a good portion of the stuff reported in issues (except major features like sounds or RIMCAS logic improvements).

New features and bug fixes

03 May 14:46
Compare
Choose a tag to compare

Changelog (what I remember doing anyway)

  • seprwy tag item changes from runway number to speed when on the runway
  • new gshide tag item that only shows speed when on the runway (terrible name I know)
  • new scratchpad tag item. Does what the name implies.
  • gate tag item now uses a custom defined field in the flightplan remarks (similar to holding plugin)
  • tag definitions now have standard and full definitions (both must be defined), eg.
"definition": [
          ["callsign", "seprwy"],
          ["sctype", "wake", "gate"]
],
"definition_full":[
          ["callsign", "seprwy"],
          ["sctype", "flightlevel"],
          ["wake", "gate"],
	  ["groundstatus"],
	  ["scratchpad"]
],
  • font size is now defined in the ASR
  • pro mode is now defined in the ASR (accept_pilot_squawk is not implemented)
  • tag auto deconfliction is now defined in the ASR
  • use_aspeed_for_gate is no longer used
  • extended_lines_length and extended_lines_ticks_spacing are now defined in the ASR. They cannot be changed from ES yet.
  • tag now changes from/to airborne based on airborne_altitude defined in the json
  • Empty tag items like NoFPL or NoGATE now only have a clickspot but no text
  • Tag border is bold white when status is changed to DEP

Many many bug fixes.

Attached is an example json config that works with this latest release (LSZH_Test)

IAW and other fixes

12 Apr 20:13
Compare
Choose a tag to compare
  • Added IAW tool
  • Reworked runway and RIMCAS path definitions
  • xx00 squawks don't autocorrelate in pro mode
  • Other small fixes

Changes to the Profiles.json:

"do_not_autocorrelate_squawks": [... ]
is no longer used.

"timer": [...], and
"timer_lvp": [...],
are no longer used.

Runway definitions now have a path, path_rimcas and path_lvp definition. if no path_lvp is given the same one as path_rimcas is used.
eg.

"runway_name": "28",
            "path": [
              [
                "N047.27.30.107",
                "E008.32.06.656"
              ],
              [
                "N047.27.35.474",
                "E008.32.06.808"
              ],
              [
                "N047.27.25.566",
                "E008.34.22.841"
              ],
              [
                "N047.27.20.921",
                "E008.34.21.925"
              ]
            ],
            "path_rimcas": [
              [
                "N047.27.30.107",
                "E008.32.06.656"
              ],
              [
                "N047.27.35.474",
                "E008.32.06.808"
              ],
              [
                "N047.27.25.566",
                "E008.34.22.841"
              ],
              [
                "N047.27.20.921",
                "E008.34.21.925"
              ]
            ]

TAG first line size, fixes from main repo

05 Jan 18:18
Compare
Choose a tag to compare
v1.4.2

Added first line text size to inset window

Release with latest fixes

12 Nov 18:14
b18878c
Compare
Choose a tag to compare
Merge pull request #1 from pierr3/master

Pulling updates from pierr3's repo