3.1-b1
Pre-release
Pre-release
·
6624 commits
to develop
since this release
Streamlined UI and new Mission Monitor with a metric tonne of new functionality.
- Core
- Tabs are now shown on the the left, and all but the first "EDDI" tab are sorted alphabetically according to the rules of the current locale.
- New Mission monitor feature, tracking all mission parameters. Check the Speech responder
Variables
window for details.- New
Mission expired
event, triggers when a mission has expired. - New
Mission warning' event, triggers when a mission expiration is within the 'warning' threshold, set in the
Mission monitor` tab.
- New
- Speech responder
- New
MissionDetails()
function for Cottle scripting to access mission data. - New
RouteDetails()
function for Cottle scripting to query for various mission routes.expiring
- The destination of your next expiring mission.farthest
- The mission destination farthest from your current location.most
- The system with the most missions.nearest
- The mission destination nearest to your current location.route
- The "Traveling Salesman" (RNNA) route for all active missions.update
- The next mission destination, once all missions in current system are completed.
- New
Missions route
event to provide pertinent data for mission route queries. - New
Missions route
script to report the results of theMissions route
event. - New
Mission check galaxy
script, which reports all active missions. - New
Mission check system
script, which reports active and completed missions in your current system. - New
Mission check station
, which reports active & completed missions, if docked or station in vicinity. - Revised
Commander continued
script to include theMission check galaxy
script. - Revised
Location
andJumped
scripts to include theMission check system
script. - Revised
Location
&Entered normal space
scripts to include theMission check station
script.
- New
- Voice Attack plugin
- New
missionsroute
external function to query for various mission routes from VA. See RouteDetails() above for query types.
- New