SpanshAttack: skip [this;current] neutron waypoint command

Skips the next neutron waypoint.

fixes #94
This commit is contained in:
alterNERDtive 2021-02-12 14:40:36 +01:00
parent bd94f2e0f8
commit 4bd6ccc7a7
4 changed files with 21 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# devel
## EliteAttack 8.1.0
## EliteAttack 8.1
### Added
@ -13,7 +13,7 @@
* Restricted outdated stations check to systems with stations again.
## RatAttack 6.1.0
## RatAttack 6.1
### Added
@ -35,6 +35,13 @@
* Updated RATSIGNAL parsing to correctly handle new format for landmark systems.
## SpanshAttack 7.1
### Added
* `skip [this;current] neutron waypoint` command: Skips the next neutron
waypoint. (#94)
-----
# 4.0.2 (2021-02-04)

View file

@ -55,6 +55,16 @@ Additionally, you can use the `SpanshAttack.copyNextNeutronWaypoint`
/ `[get;copy] next neutron [waypoint;way point]` command to copy the next
neutron waypoint to the clipboard.
### Skipping a waypoint
Sometimes, especially in very neutron-sparse areas of the galaxy, the plotter
will give you weird jumps. E.g. I recently got neutron → 37 ly → neutron → 440
ly.
In these cases you can use the `SpanshAttack.skipNeutronWaypoint` / `skip
[this;current] neutron waypoint` command to move on to the next one in the
list.
### Manual Re-Plot
Trigger the `SpanshAttack.replotRoute` command either by voice
@ -92,4 +102,4 @@ neutron waypoint_.
SpanshAttack keeps track of your start time, even if you have the option to time
your trip turned off. This way you can get the time youve been jumping with the
`SpanshAttack.announceTripTime` or
`how long have i been [jumping;on this trip;on this neutron trip]?` commands.
`how long have i been [jumping;on this trip;on this neutron trip]?` commands.

View file

@ -214,7 +214,7 @@ namespace SpanshAttack
| required VoiceAttack plugin shenanigans |
\========================================*/
static readonly Version VERSION = new Version("7.0.1");
static readonly Version VERSION = new Version("7.1.0");
public static Guid VA_Id()
=> new Guid("{e722b29d-898e-47dd-a843-a409c87e0bd8}");

Binary file not shown.