Commit graph

402 commits

Author SHA1 Message Date
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
f5d0a999df RatAttack: fixed RatAttack.parseRatsignal
VoicaAttack can handle control characters within a commond definition.
Sadly it errors out if you try to _import_ a profile that has said
control characters in them …

The workaround is to set the delimiter variable (`^B`) in an inline
function. This way the character itself does not appear in the exported
profile and everything works fine.
2019-10-19 22:34:38 +02:00
7fa191219f removed bindED from RatAttack requirements 2019-10-18 23:04:21 +02:00
e697b22867 added RatAttack profile. No docs yet. 2019-10-18 22:33:33 +02:00
132bd9565b fixed auto jump on scooping
Now only queues a jump _once_ not once per “refuelled” event (fires
every 5s)
2019-10-18 22:31:32 +02:00
45b8f6e9ff CHANGELOG: typo fixed 2019-10-14 20:23:14 +02:00
ac34f85a6f Merge branch 'release-prep/0.4.1' into devel 2019-10-14 20:15:03 +02:00
4d7cba2d6b Merge branch 'release-prep/0.4.1' into release 2019-10-14 20:14:53 +02:00
b2ae6c455c v0.4.1! 2019-10-14 20:14:39 +02:00
6dd011bde0 SpanshAttack: fixed jump on scooping
Will no longer conflict with an already charging jump
2019-10-14 15:25:44 +02:00
e5c3671d0e fixed srv lauched event to properly turn off the lights 2019-10-14 14:46:53 +02:00
3397ec1285 fixed discovery scan event for new EDDI variable naming 2019-10-14 10:11:27 +02:00
99b75f38db EliteDangerous: fixed lights off command for SRV
EDDI has a new `Status srv high beams` variable that can be used to
distinguish the two SRV lights states :)
2019-10-14 08:52:49 +02:00
b4423e4f0d Merge branch 'release-prep/0.4' into devel 2019-10-12 00:36:45 +02:00
db5540ab17 Merge branch 'release-prep/0.4' into release 2019-10-12 00:36:32 +02:00
5f9d488989 v0.4! 2019-10-12 00:36:13 +02:00
382b4c8605 EliteDangerous: docs typos ’n’ stuff 2019-10-12 00:33:10 +02:00
b360975339 EliteDangerous: added extensive documentation
fixes #11
2019-10-12 00:16:51 +02:00
94d98cbf3b EliteDangerous: straightened out some command invocations 2019-10-12 00:08:48 +02:00
5ece1c5f0d EliteDangerous: minor change to opening system on EDSM 2019-10-11 23:14:36 +02:00
7ea4a3128c SpanshAttack: fixed auto jump logic 2019-10-11 18:16:02 +02:00
739e885417 SpanshAttack docs: wording fix “import”→“include” 2019-10-10 12:17:54 +02:00
881484fa70 typo 2019-10-10 12:14:57 +02:00