8f033b2eec
added call client offline
command
2020-01-10 01:14:08 +01:00
10ebd102fc
added distance commands
...
`distance to current rat case`
`distance to rat case number [0..19]`
Both require a current version of the elite-scripts.
2020-01-09 21:43:13 +01:00
217582cf79
added option to call jumps “left”
2020-01-09 21:16:01 +01:00
2d12fec087
fixed race condition in EDDI ship fsd
...
Weirdly that only started being an issue in VA 1.8.
2020-01-07 21:36:29 +01:00
5f9a469344
logic around getting bodycount more sturdy
...
Now actually notices when the script errors out for some reason.
Probably still won’t notice when it’s flat out missing, but hey, that’s
PEBKAC for not using the profile package.
2020-01-07 21:02:45 +01:00
a70b202936
SpanshAttack: added plot command “with custom range”
...
Instead of using the saved jump range for your current ship, you can now
plot a route with a custom range; e.g. if you have temporarily changed
modules around or have more/less cargo than usual for this trip.
2019-12-12 08:48:43 +01:00
7b220bacbe
EliteDangerous: changed EDDI Body scanned
constraint
...
Now checks for being in SC instead of just in FSS; will now include
auto-scans of bodies, while still excluding nav beacon scan data.
2019-12-08 22:47:20 +01:00
92b179c6bb
some more refactoring for variable scoping
2019-12-07 19:33:06 +01:00
ab65679245
RatAttack: added option to aut-close on fuel+
...
Defaults to off. Enabled in EliteDangerous by default.
2019-12-07 10:23:07 +01:00
54fc6bd53e
CHANGELOG: fixed header formatting
2019-12-04 01:54:51 +01:00
284bd0d7cf
Merge branch 'release-prep/1.0' into devel
2019-12-04 01:51:58 +01:00
80dda67114
Merge branch 'release-prep/1.0' into release
2019-12-04 01:51:52 +01:00
9b5ac8c2f7
v1.0!
2019-12-04 01:51:41 +01:00
5e9a9453fe
CHANGELOG: removed VA beta stuff
...
… it’s now the official release anyway.
2019-12-04 01:34:34 +01:00
d081ebc38d
README: typo
2019-12-04 01:33:34 +01:00
267b5862f2
README: added note about individual profile download
2019-12-04 01:32:10 +01:00
6bb8087c0f
README: updated for upcoming profile package releases
2019-12-04 01:29:46 +01:00
674c5d62b8
changed python script dir
...
Now resides in `Sounds\scripts` for upcoming profile package compatibility.
Techincally the `Apps` directory would be more appropriate; as soon as
a profile package has that directory though you have to restart
VoiceAttack without plugin support to import the package.
2019-12-04 01:18:37 +01:00
17a0ae4917
EliteDangerous: added [dis;]engage silent running
2019-11-28 04:59:49 +01:00
487217a678
RatAttack: added call wing pending
command
2019-11-25 10:03:03 +01:00
415e5f93bf
Spansh/RatAttack: exported in new format
...
… for consistency’s sake
2019-11-24 20:40:30 +01:00
fcec8b8cc5
EliteDangerous: refactored the next star scoopable check
...
That one was still using global variables, and speech output looks
cleaner now.
Also changed the default setting for Fuelrats IRC nickname switching.
2019-11-24 20:38:58 +01:00
b06ebef617
added notice about using VA beta to CHANGELOG
2019-11-24 20:37:07 +01:00
38d7c67a91
added fixed elite-scripts version to the CHANGELOG
...
… actually doesn’t change anything until a new release is published.
2019-11-24 20:35:17 +01:00
281374cfd5
RatAttack: fixed first case announcement
...
Correctly ask about opening a case even if it’s the frist
(`RatAttack.onCase` has not been set yet).
2019-11-16 22:18:11 +01:00
b989b7de26
RatAttack: copy sys to clipboard first on open
...
first copy the system, _then_ announce case details!
2019-11-15 15:15:39 +01:00
e8023de816
SpanshAttack: set neutron mode and target before getting range
2019-11-14 02:29:33 +01:00
316a85093c
RatAttack: only get nearest CMDR for the proper platform
...
On incoming RATSIGNAL, only fetch the nearest commander if the case is
on one of the enabled platforms; even if not on duty.
2019-11-11 16:39:46 +01:00
8893913904
Merge branch 'release-prep/0.5' into devel
2019-11-09 08:02:05 +01:00
553ae0f735
Merge branch 'release-prep/0.5' into release
2019-11-09 08:01:33 +01:00
748e057ca3
v0.5!
2019-11-09 08:01:26 +01:00
538696d482
RatAttack: fixes to the docs :)
2019-11-09 07:48:29 +01:00
138ef3ed34
RatAttack: added docs
...
fixes #7 !
2019-11-09 07:36:09 +01:00
cf3955960a
RatAttack: disabled deprecated current case variables
2019-11-09 07:32:57 +01:00
b8b5ca6460
{Spansh,Rat}Attack: disabled EDDI’s speech responder by default
...
In order not to confuse people that have not been using EDDI in the
past, the profiles will now automatically disable the speech responder.
To use it with the profiles, you will have to explicitly enable it
again.
2019-11-08 00:23:49 +01:00
d2549b2ab7
EliteDangerous: added [start;stop] [firing;mining]
2019-11-07 06:30:56 +01:00
9803dd9abb
EliteDangerous: fixed edsm body count comparison
...
report if EDSM has FEWER bodies, not more …
2019-11-04 22:39:51 +01:00
90e28605e3
EliteDangerous: now automatically toggles FA off
...
If you set `>flightAssistOff` in the startup command, VA will now
automatically make sure that FA is off when you lift off a planet or
undock from a station. Defaults to on.
2019-11-03 19:59:58 +01:00
d70734ff5e
RatAttack/EliteDangerous: fixed .sentToX
...
Now does a ^A before pasting. Prevents accidental mishaps with having
text typed and then VoiceAttack pasting behind it.
2019-11-01 20:40:46 +01:00
67bac3e4f9
RatAttack: more RSIG parsing fixing
2019-10-31 20:07:36 +01:00
61f8a2e51e
RatAttack: refactoring
...
Opening a case now reuses the `RatAttack.announceCaseDetails` command
instead of replicationg it.
2019-10-31 12:44:11 +01:00
c248a851d0
SpanshAttack: documentation typos
2019-10-31 12:37:57 +01:00
0f97adafa1
SpanshAttack: added requirements to documentation
2019-10-31 12:26:15 +01:00
490307ecd5
RatAttack: workaround for weird platform parsing bug
...
PC cases would have EVERYTHING till the end of the ratsignal as
platform. Didn’t cut correctly at end of platform. So I’m now just using
the ??_SIGNAL at the end instead of debugging the problem because I’m
a lazy fuck.
2019-10-31 01:32:20 +01:00
4dd57ab273
RatAttack: bunch of platform fixes
...
For one i made a bunch of small mistakes (of course), and I had to do
a dirty workaround for platform detection since IRC color coding messes
with VA really badly.
2019-10-30 16:38:23 +01:00
e676893b3a
RatAttack: is now multiplatform! also 2-digit case numbers.
2019-10-30 11:23:40 +01:00
fd2ee7741e
SpanshAttack: fixed target announcement when plotting
2019-10-30 09:35:04 +01:00
dc8bb112f7
RatAttack: re-wrote case handling
...
VoiceAttack will now keep a list of cases and case data. That
streamlines handling of multiple cases / opening an already announced
one after finishing the current one.
2019-10-27 13:45:33 +01:00
dcbda089d2
EliteDangerous: fast orbit notification in scan event
2019-10-22 09:46:25 +02:00
0bfc7ac63e
EliteDangerous: fixed the discovery scan event
...
Now will only tell you about differences with EDSMM when EDSM knows
_fewer_ bodies (there are some issues with duplicate entries in EDSM,
e.g. in Dromi)
2019-10-21 23:49:48 +02:00