Commit graph

452 commits

Author SHA1 Message Date
78f6f955e3 4.0! 2021-01-29 14:58:26 +01:00
788b8a9d7b RatAttack: made code reds more prominent in the VA log. 2021-01-28 15:42:16 +01:00
13e812e310 SpanshAttack: moved logic from Jumped to FSD engaged
Now pulling/announcing the next neutron waypoint at the start of a jump instead of at the end.
2021-01-28 15:41:58 +01:00
c0875cde48 EliteAttack: moved logic from Jumped to FSD engaged
Getting the EDSM body count and outdated stations will now happen on
engaging FSD instead of finishing the jump.

With the increased latency on the EDSM API I’m seeing lately this was
very much needed to get the body count in time for the discovery scan
after the jump.

fixes #85
2021-01-28 15:30:21 +01:00
c2e30eb9da docs: another round of fixerinos 2021-01-28 02:37:49 +01:00
8c80a4389c EliteAttack: fixed TTS for trying to log out while in danger 2021-01-27 14:45:03 +01:00
58b4860a58 docs: proof reading, round 1 2021-01-25 17:56:21 +01:00
a355af016d docs: DONE! 2021-01-25 14:34:14 +01:00
ddc5bd9bcb MOAR DOCS (we’re getting there :D) 2021-01-25 12:04:28 +01:00
53d6472e01 alterNERDtive-base: fixed reload elite key binds command 2021-01-25 12:02:20 +01:00
e6766e67a8 RatAttack-cli: case-insenstive flag parameter 2021-01-25 11:01:36 +01:00
6731dfd44e alterNERDtive-base: re-implemented auto update check 2021-01-25 10:44:57 +01:00
8330e181db docs: upgrading & general settings 2021-01-25 01:09:46 +01:00
d3d668f65b RatAttack: added Mecha-provided system info to VA log 2021-01-23 19:18:11 +01:00
b8d811bca3 RatAttack: more RATSIGNAL fixes for Mecha3 changes 2021-01-21 23:04:25 +01:00
cc9b382d72 docs: added version warning 2021-01-21 16:25:27 +01:00
4befa49fe2 merged origin/devel 2021-01-21 15:45:49 +01:00
580abc8300 first round of new documentation! 2021-01-21 15:42:00 +01:00
da81ae5985 preliminary CHANGELOG 2021-01-21 15:32:05 +01:00
2bdab1a4c7 alterNERDtive-base: added open [docs;documentation;help] file command 2021-01-21 15:30:59 +01:00
a3cef9d365 alterNERDtive-base: added open [docs;documentation;help] command 2021-01-21 14:58:42 +01:00
6f6fb9219b removed file logging, because TRACEing apparently doesn’t work properly everywhere 2021-01-20 12:31:13 +01:00
a3bd10f4ae added mkdocs 2021-01-20 12:29:15 +01:00
abd3b07e60 EliteAttack: fixed Material threshold event 2021-01-20 11:35:33 +01:00
f153d3aa75 RatAttack: RATSIGNAL no longer has not in databes info 2021-01-20 11:32:32 +01:00
526730902f RatAttack: RATSIGNALs now have system names in quotes … 2021-01-19 23:16:04 +01:00
2306beb801 SpanshAttack: typon in token 2021-01-18 10:16:18 +01:00
4bab6a13e8 POG 2021-01-17 23:52:05 +01:00
1fb6d57cce SpanshAttack: print calculated jumps to VoiceAttack log 2021-01-17 19:13:47 +01:00
327be7a5c4 build prep 2021-01-16 14:09:39 +01:00
8d7ff42a48 CHANGELOG mistake 2021-01-16 11:02:13 +01:00
1a3846896a Merge branch 'plugin-rewrite' into devel 2021-01-16 11:00:25 +01:00
08ea88fbb9 alterNERDtive-base: update mechanism
Reverted to semi-manual aprroach.

fixes #65
2021-01-16 09:29:52 +01:00
22505515d3 alterNERDtive-base: changed some voice triggers 2021-01-16 04:30:47 +01:00
525e777913 alterNERDtive-base: added config.list plugin context
… and voice commands for listing both available settings (`… list [options;settings]`) and dumping them (`… report [options;settings]`).
2021-01-16 03:56:58 +01:00
ffa7ebcf5d alterNERDtive-base: revised config voice triggers, added descriptions 2021-01-16 03:39:40 +01:00
21a7e8cf50 now using type hint’s for EDDI’s {P("thing")} 2021-01-16 01:15:00 +01:00
2586d438b3 alterNERDtive-base: fixed race condition
Need to wait for the VA command to return when loading config variables from the profile.
2021-01-08 16:46:10 +01:00
44806fee9a 3.2.1! 2021-01-02 20:41:39 +01:00
faa38b194b RatAttack: backported RATSIGNAL regex fix 2021-01-02 18:53:42 +01:00
7cb429455c RatAttack: oh look, RATSIGNAL format changed. Again.
This time “Case #X” got delimited by ^B / \x02. Cool.
2021-01-02 18:27:22 +01:00
49ed63b421 removed deprecated VERSION file 2020-12-31 01:38:58 +01:00
55e008108a 3.2.0! 2020-12-31 01:34:18 +01:00
49ca50589a changed update command in preparation for 4.0 2020-12-31 01:28:20 +01:00
55b2ce9f6b RatAttack: backported Mecha3 permit colour change 2020-12-31 01:20:16 +01:00
0e199f88dc RatAttack: permit stuff in RATSIGNALS has been changed from red to orange … 2020-12-31 01:06:30 +01:00
ad55954f65 RatAttack: killed Settings stuff that has been accidentally generated at some point … 2020-12-29 19:19:32 +01:00
3e5430431f RatAttack: added constraints for “platforms” config option 2020-12-29 19:16:07 +01:00
4c75dbd236 Reworked logging.
No more cross-logging, using Trace for file logging.
2020-12-29 19:08:14 +01:00
6186d24096 EliteAttack: added “auto honk all systems” option 2020-12-29 13:21:15 +01:00