- Core
- Added a speculative fix for failed
SystemDetails
lookups in new / unexplored star systems (#2702).
- Added a speculative fix for failed
- Commander Monitor
- Fix an issue with saving / rendering phonetic commander names (#2706).
- Speech Responder
- Custom Functions
BodyDetails
function revised to accept either body ID and system address numeric values or body and system name values. The numeric system address value is more efficient for lookups and is recommended when available.StationDetails
function revised to accept either market ID and system address numeric values or station and system name values. The numeric system address value is more efficient for lookups and is recommended when available.SystemDetails
function revised to accept either a numeric system address or a system name value. The numeric system address value is more efficient for lookups and is recommended when available.
- Events
Body mapped
updated to includesystemAddress
andbodyId
properties.Body scanned
updated to includesystemAddress
andbodyId
properties.Carrier cooldown
updated to includesystemAddress
andbodyId
properties.Carrier jumped
updated to includesystemAddress
andbodyId
properties.Carrier jump engaged
updated to includesystemAddress
,bodyId
,originSystemName
, andoriginSystemAddress
properties.Carrier jump request
updated to includesystemAddress
andbodyId
properties.Carrier purchased
updated to include asystemAddress
property.Disembark
updated to includesystemAddress
,marketId
andbodyId
properties.Docked
updated to include asystemAddress
property.Dropship deployment
updated to includesystemAddress
andbodyId
properties.Embark
updated to includesystemAddress
,marketId
andbodyId
properties.Entered normal space
updated to includesystemAddress
andbodyId
properties.Entered supercruise
updated to include asystemAddress
property.FSD engaged
updated to include asystemAddress
property.FSD target
updated to include asystemAddress
property.Glide
updated to include asystemAddress
property.Jumped
updated to include asystemAddress
property.Liftoff
updated to includesystemAddress
andbodyId
properties.Location
updated to includesystemAddress
andbodyId
properties.Nav beacon scan
updated to include asystemAddress
property.Near surface
updated to includesystemAddress
andbodyId
properties.Next destination
updated to includesystemAddress
andbodyId
properties.Ring hotspots
updated to include asystemAddress
property.Ring mapped
updated to include asystemAddress
property.Route details
updated to includesystemAddress
andmarketId
properties.Settlement approached
updated to includesystemAddress
,marketId
andbodyId
properties.Star scanned
updated to includesystemAddress
andbodyId
properties.Surface signals
updated to includesystemAddress
andbodyId
properties.System scan complete
updated to include asystemAddress
property.Touchdown
updated to includesystemAddress
andbodyId
properties.
- Scripts
Carrier jump engaged
updated to remove excess "welcome home" statement and invokeSystem report
when applicable.Carrier jumped
updated to remove segments already voiced byCarrier jump engaged
.FSD engaged
updated to remove excess "welcome home" statement and invokeSystem report
when applicable.Jumped
updated to remove segments already voiced byFSD engaged
.System report
updated for slightly better grammar if there is a problem classifying stations.
- Custom Functions