Releases: LB767/vSMR
Candidate #6 for use in the VACC
Candidate #5 for use in the VACC
Fixed chatbox display in Euroscope r33
Candidate #4 for use in the VACC
Tags will still display if no "definition_full" was found and the user double-clicked the tag
Candidate #3 for use in the VACC
Fixed some memory leaks that would cause an OOM crash after long sessions of controlling
Candidate #2 for use in the VACC
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
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
Changelog (what I remember doing anyway)
seprwytag item changes from runway number to speed when on the runway- new
gshidetag item that only shows speed when on the runway (terrible name I know) - new
scratchpadtag item. Does what the name implies. gatetag 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_squawkis not implemented) - tag auto deconfliction is now defined in the ASR
use_aspeed_for_gateis no longer usedextended_lines_lengthandextended_lines_ticks_spacingare now defined in the ASR. They cannot be changed from ES yet.- tag now changes from/to airborne based on
airborne_altitudedefined 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
- 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
v1.4.2 Added first line text size to inset window
Release with latest fixes
Merge pull request #1 from pierr3/master Pulling updates from pierr3's repo