Commit graph

633 commits

Author SHA1 Message Date
fcbd556c3c RatAttack: [current;] rat case details changed
Now always has to include “rat” in the command to pave the way for
SealAttack arriving soon™.
2020-01-29 23:05:58 +01:00
57a6221a47 EliteDangerous: added jumpTarget stuff
You can now set a jump target. This will start writing the distance to
said target to `>jumpTargetFile` for inclusion e.g. in OBS.

If SpanshAttack currently has a target system, jump target will default
to that. A manually set target will take precedence.
2020-01-29 22:44:21 +01:00
90d4d20e37 EliteDangerous: mute button + docs fixes 2020-01-29 16:02:12 +01:00
1be50d5aed updated for new controls setup 2020-01-28 23:59:46 +01:00
5edd0ecad6 SpanshAttack: added info about EDDB to docs
Just a little tidbit about making sure the target system is actually in
the DB.
2020-01-25 02:40:45 +01:00
72f92fe1bc EliteDangerous,RatAttack: updated for single-file scripts 2020-01-17 16:19:45 +01:00
7cd280d3bf more docs fixes 2020-01-13 23:44:29 +01:00
2a56091b3c some fixes to the docs 2020-01-13 23:25:41 +01:00
fe16c75dfe fixed great typo in jump call command 2020-01-12 02:05:43 +01:00
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