Releases: MorpheusXAUT/DelHel
v0.2.0
Squawk assignment via TopSky
This release adds automatic squawk assignment using TopSky.
Added priorities to RWY detection
This release improves the RWY detection implemented in v0.0.7 by adding a priority to runways for a SID.
The new prio
value in the airports.cfg
allows for preferential assignment of RWYs for departures, improving multiple-runway configs. Note that this ordering is ONLY applied if no runway is provided by EuroScope (e.g. an old SID no longer existing in your sectorfile or for the active RWY config), NOT for all assignments.
SID fix and RWY detection improvements
This release contains minor improvements to the detection of SID fixes and RWYs:
- SID fixes may now also contain a speed/level group and are considered appropriately as the first waypoint (#14)
DelHel
now attempts to find a suitable RWY and SID if EuroScope does not provide a RWY for the SID fix of a flightplan (e.g.KPT
/MOGTI
departures of LOWI are only available on one runway direction each, however the respective other SID has been defined in theairports.json
)
Logging improvements
This release mainly contains minor logging improvements:
- Removed the erroneous "some waypoints may be incorrect" message
- Disabled logging of min/max RFLs by default (command has been renamed to
.delhel logminmaxrfl
) - Added command
.delhel flash
, disabling flashing of theDelHel
message group (requires EuroScope to be restarted), thanks for the suggestion @lalbri
Additionally, checking of min/max RFLs can be toggled by a new setting - disabled by default. Use .delhel minmaxrfl
to toggle the warnings during flightplan processing.
airports.cfg
has been updated for LOVV - thanks to @cleptric
Airway detection & LOVV config updates
DelHel now supports airway checking in its airport/routing config & restrictions, for instance allowing for checks of SIDs that include an airway as part of the departure. Thank you @FreshDave29 for the implementation!
Additionally, the default airport config included for the LOVV FIR has been brought up-to-date.
Selective auto-processing, min/max RFL logging & LOVV routing fixes
DelHel's auto processing feature will now only process aircraft departing from airports you have selected as active in your EuroScope runway config dialog.
Flightplan validations failing with a MIN
and MAX
caution now have their respective level restriction logged as a chat message by default (can be disabled via the new .delhel minmaxrfl
command.
The routings config for the LOVV FIR has been corrected and airports have been extended.
Minor caution display and logging improvements
A flightplan with a RFL below the initial CFL assigned for the SID no longer triggers a RFL
caution by default. This behaviour can be re-enabled using the new .delhel rflblw
command.
Adds option to log the predefined min/max RFLs for a route as an EuroScope direct message during flightplan processing (should a warning be triggered). This provides additional context to the MIN
and MAX
cautions displayed.
Route validations & mandatory routings
Adds route validations and mandatory routings including min/max RFL checks.
Routing config contains entries for routings from LOWW inside FIR LOVV.
Courtesy of @FreshDave29, highly appreciated!
Initial (testing) release
Initial (testing) release, verifying basic plugin functionality.
Supports:
- SID validation
- NAP assignment
- CFL validation
- RWY validation
- Flightplan cleanup
Airport config provided with plugin contains configuration for major airports in FIR LOVV.