Commit graph

121 commits

Author SHA1 Message Date
b3ad1ae799 switched for make to msbuild
Build file still private, since it relies on my local folder structure.
2022-05-27 20:20:41 +02:00
5421478d6e SpanshAttack: fixed getting current jump range from EDDI
Not waiting for the plugin context to finish running caused it to pretty consistently fail on the first attempt, and return the last value for attempts after that.
2022-05-22 12:49:06 +02:00
b371523910 EliteAttack: added options from #133 i forgot
* auto retract landing gear
* auto disable SRV lights

fixes #133
2022-05-19 13:16:00 +02:00
2544be701c RatAttack: added option for auto copying a client’s system on opening a case
Also updated the documentation to mention copying happens in the first place; fixes #130
2022-05-19 11:39:09 +02:00
f69e3c03bd EliteAttack: make all docking actions optional
fixes #133
2022-05-19 11:18:52 +02:00
e81f3961ea alterNERDtive-base: fixed settings dialog closing prematurely 2022-05-18 13:55:35 +02:00
8a3b17d674 added rudimentary settings UI
Accessible by plugin context `config.dialog` or saying `customize settings`.

fixes #80
2022-05-18 13:50:14 +02:00
d038c58595 RatAttack: accounting for . in the lang part of a RATSIGNAL 2022-04-19 11:45:56 +02:00
fa4e9535ba EliteAttack: added INFO logging for carrier events 2021-09-11 16:38:30 +02:00
4836273007 RatAttack: allow , in lang strings 2021-07-19 19:45:16 +02:00
2715fa2a48 RatAttack: fixed RATSIGNAL parsing for system information containing /
e.g. “Herbig AE/BE star”
2021-06-18 11:37:05 +02:00
4483945f6a SpanshAttack: OBOE on last jump
Introduced when I switched to announcing jumps on FSD engage. Or rather side effect of correcting the OBOE in the Spansh plugin + that change.
2021-06-14 09:12:17 +02:00
7c1c75ec98 RatAttack: turns out there can be & in a lang identifier 2021-06-01 20:51:20 +02:00
a1ddb987e0 RatAttack: No longer trying to get nearest CMDR for the new “Unconfirmed” system info. 2021-05-26 17:17:15 +02:00
b633d8791c 4.2.3! 2021-05-23 20:32:41 +02:00
aed4609ed8 RatAttack: fixed code red detection
… broke with the reworked case announcement.

fixes #115
2021-05-19 09:54:40 +02:00
1991e6b5f6 RatAttack: correctly handles "" system now
Still not sure if a completely empty system (happens on manual RATSIGNAL) is intentional; but I’m handling it gracefully now, defaulting to “None”.
2021-05-19 09:53:31 +02:00
b30074317f RatAttack: support for Odyssey
Due to split instancing between Horizons and Odyssey the RATSIGNAL announcement now contains extra info on that.

fixes #114
2021-05-19 09:51:00 +02:00
7aaf8d62b1 RatAttack: implemented new RATSIGNAL format
… also now stripping IRC formatting for my own sanity’s sake

fixes #111
2021-05-02 16:09:52 +02:00
9705bba899 RatAttack: RATSIGNAL parsing fixed for landmarks with alternate name 2021-04-05 15:51:19 +02:00
2cda77edda RatAttack: RATSIGNAL parsing fixed for proc gen landmarks 2021-04-05 15:37:35 +02:00
ffad1ffa28 RatAttack: fixed “unknown system” in RATSIGNAL 2021-04-03 21:39:50 +02:00
9745e1ccb1 base: no longer warn on missing init command 2021-03-15 18:38:09 +01:00
71615e366c RatAttack: fixed language string parsing for numbers 2021-03-10 19:57:37 +01:00
fd0e07ecfa RatAttack: removed TTS&logging from invalid signals, for real this time 2021-03-10 13:31:43 +01:00
eda735a426 4.2! 2021-03-09 20:13:19 +01:00
4495d9ead2 RatAttack: amended regex for special character in language strings 2021-03-09 20:09:25 +01:00
1904dd6d41 RatAttack: various RATSIGNAL regex fixes
* numbers in IRC nick
* proper detection of language, pervented IRC nick from being found in the first place
* fix to cardinal direction estimation detection
2021-03-08 21:25:28 +01:00
a5b0d175a2 EliteAttack: "limpet check" configuration option 2021-03-08 20:38:50 +01:00
b2f8ec96d6 RatAttack: fixed RATSIGNAL parsing for “cardinal direction” addition to distance estimates for proc gen systems. 2021-03-08 19:37:28 +01:00
4fba3ef79b RatAttack: Fixed RATSIGNAL parsing for new wording of injected cases with no system given. 2021-02-24 19:08:15 +01:00
2d6c96fce0 SpanshAttack: moved EDTS stuff to plugin code
see #62
2021-02-22 21:28:53 +01:00
fdccb3a4ff RatAttack: Fixed RATSIGNAL parsing for “Sagittarius A*” landmark. 2021-02-21 07:13:44 +01:00
bc902310f8 EliteAttack: AFMU repairs & Synthesis repairs
see #86
2021-02-18 12:06:06 +01:00
eee768896b RatAttack: attempt at narrowing down the Regex
Too lenient systemInfo part was gobbling up the permit stuff; might be fixed now, hopefully …
2021-02-18 01:04:15 +01:00
4c3b890120 RatAttack: Updated RATSIGNAL parsing for new nick announcement
see 1686fced33
2021-02-17 13:24:44 +01:00
14092bf174 RatAttack: removed “Valid system name” thing from the regex
Mecha now gives an estimation based on the sector name!
2021-02-16 12:08:44 +01:00
c47c26482c RatAttack: narrowed down sys name regex for landmark
Seems to not cause issues so far ;)
2021-02-16 12:07:32 +01:00
6cd7722db1 RatAttack: fixerinoed the colour thing for invalid systems in a RATSGINAL line 2021-02-14 01:34:13 +01:00
72633273e1 RatAttack: updated RATSIGNAL parsing for “Invalid system name” and colouration 2021-02-12 22:28:02 +01:00
4bd6ccc7a7 SpanshAttack: skip [this;current] neutron waypoint command
Skips the next neutron waypoint.

fixes #94
2021-02-12 14:40:36 +01:00
bd94f2e0f8 RatAttack: now makes use of Mecha’s system info
* announces it with an incoming case
* no longer looks up your nearest CMDR if the system is neither in Mecha’s galaxy database nor a potentially valid system name (fixes #89)
2021-02-12 13:46:31 +01:00
fa645fc369 EliteAttack: new config option “route jump count”
Give a jump count on plotting a route.
2021-02-12 11:38:17 +01:00
ec7f6798eb RatAttack: call jumps [left;] command 2021-02-12 05:37:05 +01:00
4affcb85ff EliteAttack: how many jumps left command 2021-02-12 05:20:04 +01:00
205f90870b RatAttack: Updated RATSIGNAL parsing to correctly handle new format for landmark systems. 2021-02-08 18:56:47 +01:00
d512b5edbc RatAttack: removed TTS from invalid RATSIGNAL trigger 2021-02-08 18:28:53 +01:00
7c7a6b8718 RatAttack: RATSIGNAL parsing fixed for latest changes
fixes #93
2021-02-03 23:54:28 +01:00
dcd58e1d23 SpanshAttack: fixed not getting next waypoint correctly 2021-01-30 18:42:45 +01:00
788b8a9d7b RatAttack: made code reds more prominent in the VA log. 2021-01-28 15:42:16 +01:00