Skip to content

5.0.3

Latest

Choose a tag to compare

@Tkael Tkael released this 02 Aug 01:16
  • Core
    • Add factions table to local SQLITE database for better tracking of faction reputation data.
    • Add support for web speech providers on the Text-to-Speech tab. This will allow you to use voice providers which not installed on your local machine (such as Azure Speech Services).
    • Add support for Azure Speech Services. (thanks to @Tiberius-Sicae)
    • Add support for the Nomad exploration vessel - a new type type of vessel which blurs some of the distinctions between fighters and SRVs.
    • Add theme support with Light, Dark, and Classic themes, in addition to a "System" theme that matches your Windows OS preference. (thanks to @Tiberius-Sicae)
    • Fix the Type-11 Prospector's specialty limpet controller specialty slot definition. (#2818) (thanks to @Tiberius-Sicae)
    • The installer now splits the EDDI installation into a separate folder from the VoiceAttack installation. This removes potential conflicts with other VoiceAttack plugins.
    • Refactor and automate variable documentation generation.
    • Vehicle object definition updated with description, invariantDescription, and isRemotePiloted fields.
    • VoiceDetail object definition updated with friendlyName, supportedLocales, and isMultilingual fields.
  • Crime Monitor
    • Reviewed and revised crime monitor logic to better handle edge cases and to more accurately track crimes and bounties.
  • Events
    • Embarked updated to add new field deployedVessels.
    • Fighter docked removed - replaced by Vessel docked.
    • Fighter launched removed - replaced by Vessel launched.
    • Module purchased updated with new field buymercprice.
    • Module purchased to storage updated with new field buymercprice.
    • SRV docked removed - replaced by Vessel docked.
    • SRV launched removed - replaced by Vessel launched.
    • Touchdown updated descriptions to use "ship or vessel" rather than "ship"
    • Vehicle destroyed removed - replaced by Vessel destroyed.
    • Vessel destroyed added.
    • Vessel docked added.
    • Vessel launched added.
  • EDDN Responder
    • Add support for new ScanOrganic schema.
    • Updated to latest Outfitting schema (for merc gear).
  • Text-To-Speech
    • Add the ability to select the output audio device (rather than relying on Windows settings). (#2413) (thanks to @Tiberious-Sicae)
    • Add support for web speech providers on the Text-to-Speech tab. This will allow you to use voice providers which not installed on your local machine
      • Add support for Azure and AWS Speech Services.
  • Speech Responder
    • Scripts
      • Asteroid prospected updated to add platinum as a default spoken mineral.
      • Crew check updated to distinguish the Nomad from remote piloted fighters launched via the Vessel Hangar.
      • Destination arrived updated to enhance greetings from the commander's fleet carrier or from stronghold carriers.
      • Embarked updated to use the deployedVessels field to warn the commander if other vessels are still deployed.
      • Entered normal space updated to remove redundant station model information when visiting construction sites.
      • Fighter docked removed.
      • Fighter launched removed.
      • Friends status updated to remain silent if event.name is an empty string.
      • Jumped revised to properly invoke RouteDetails() when guidance is enabled.
      • Limpet check revised to reference invariant controller name and identify the type of limpet controllers currently equipped.
      • Message received updated for better rendering of pirate cargo warnings.
      • Module purchased updated to utilize new field buymercprice.
      • Module purchased to storage updated to utilize new field buymercprice.
      • Nav beacon scan updated to set revised context variables.
      • Respawned updated to move deployed vessel state tracking into EDDI back end.
      • Ship targeted updated to ignore targeting the commander's own ship.
      • SRV docked removed.
      • SRV launched removed.
      • Star habitable zone updated to use revised context variables.
      • Star report updated to use revised context variables.
      • Star scanned updated to set revised context variables.
      • Vehicle destroyed removed.
      • Vessel destroyed added.
      • Vessel docked added.
      • Vessel launched added.
  • VoiceAttack Responder
    • Events updated as described above.