Skip to content

Releases: dominiquesavoie/ED-Router

CSV Support

26 Sep 12:43
9c563ef
Compare
Choose a tag to compare
CSV Support Pre-release
Pre-release

Added support for CSV files generated from Spansh.

This initial release supports the csv files from both Neutron Plotter and GalaxyPlotter. It might partially supports other routing functionality of Spansh but those where not tested...

This release also adds the following variables:

  • {BOOL:EDRouter_has_neutron} : Indicates that the next waypoint has a neutron close to the arrival.
  • {BOOL:EDRouter_refuel} : Indicates that the next waypoint has a scoopable star nearby (can be the main star or a close binary).

The Open on Spansh button was moved up in the Menu and Import CSV was added in the menu.

image

image

For obvious reasons, the Open On Spansh button will NOT be enabled if a csv file was loaded.

You can also make your own CSV files manually and ED-Router will read it as long as it respects the table format of Spansh (Column order will not matter, only the column headers being exactly the same as those from Spansh).

UI Improvements

05 Sep 22:21
Compare
Choose a tag to compare
UI Improvements Pre-release
Pre-release

Changes:

The selected color for the waypoint list is now darker.

Minor additions.

21 Jan 12:55
Compare
Choose a tag to compare
Minor additions. Pre-release
Pre-release

Changes:

Now specified .net 4.7.2 as the target framework (to be in line with requirements from VoiceAttack 1.8+).

Added new Voice Attack variables:

  • EDRouter_jump_number which contains the next waypoint's sequence number.
  • EDRouter_travel_percent which contains the percentage of waypoints traveled.

Sample voice attack profile updated with new variable usages

Open on Spansh website button

27 Aug 23:37
Compare
Choose a tag to compare
Pre-release

Changes:

Added a button that opens the route in the spansh website.

Added new variable: EDRouter_spansh_uri that contains the url for the specific route on spansh

Minor bug fix

21 Jan 09:47
Compare
Choose a tag to compare
Minor bug fix Pre-release
Pre-release

Fixed an issue where the voice attack call of calculate route would fail to use the From and To systems correctly.
Fixed an issue where the stand alone version would display all of the warnings on start.

Minor cleanup of the UI and Variables

19 Jan 21:16
bfaf393
Compare
Choose a tag to compare
Pre-release

Added several variables for Voice Attack.
Made calculate route capable to start regardless of the capitalization (will behaves more like Spanch and will replace the incorrect capitalization with the actual one.)
Attempted to made the UI more fluid when typing the systems.

Added warnings when the current system, From system and To Systems are not known to Spanch.

Also updated the ed-router profile to showcase the new various VoiceAttack specific information.

Added more improvements again

09 Jan 23:53
Compare
Choose a tag to compare
Pre-release

New contexts
automate_next_waypoint_on (enable next waypoint automation)
automate_next_waypoint_off (disable next waypoint automation)
current_waypoint ( sets the currently selected waypoint to the clipboard again).

The ((EDRouter final_waypoint)) now fires when you enter the final system on the route.

Improvements

05 Jan 11:14
489aaf5
Compare
Choose a tag to compare
Improvements Pre-release
Pre-release

Attempted at preventing the crash for hotkeys (will display a message box with the error message).
Automation of Next Waypoint (must be enabled with either the new checkbox or with the invocation context toggle_automate_next_waypoint)
Events ((EDRouter calculate_route)), ((EDRouter next_waypoint)) and ((EDRouter final_waypoint)) that tells voice attack about when calculate_route is done, next_waypoint has happend (automated mode only) and the final waypoint is selected (automated mode only).
Less UI freezes, busy indicator when calculating route and the return of the missing text.

Now with better UI handling

22 Dec 23:18
Compare
Choose a tag to compare
Pre-release

Fixed issue with Window (now should be less awkward when maximizing)
Fixed issue with app not shutting itself down when used in standalone mode

Now with more stability

18 Dec 19:47
Compare
Choose a tag to compare
Pre-release

Stabilized EDRouter.

No longer crashing if the configuration window is opened twice or more.