Commit graph

633 commits

Author SHA1 Message Date
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
afc49ed7e5 alterNERDtive-base: fixed active profiles list, added “installed” list 2020-12-29 13:18:18 +01:00
4d4f22e216 EliteAttack: made scanner fire group configurable 2020-12-26 01:13:26 +01:00
7d104a2be2 EliteAttack: added options to auto honking
You can now a) disable auto honking new systems and b) set the discovery scanner to primary fire.
2020-12-25 18:23:51 +01:00
87610b1bbd EliteAttack: made EDDI discovery scan use command queue for TTS
Should fix ordering issues with the 2 TTS parts.
2020-12-25 15:44:38 +01:00
6f51333bd4 RatAttack: changed RATSIGNAL separator from | to \x02
Apparently `|` are valid in CMDR names. So now we’re using a proper separator character instead.
2020-12-19 13:26:04 +01:00
a9a1a84aa7 alterNERDtive-base: removd Python.scriptPath config
Scripts aren’t being called from VoiceAttack commands anymore.
2020-12-10 20:20:40 +01:00
0569a90aa3 SpanshAttack: added plugin, moved script execution there 2020-12-10 20:11:53 +01:00
dc71f21fe4 Moved all but SpanshAttack from having the profile invoke the Python scripts to the plugin wrapper. 2020-12-09 21:19:47 +01:00
aea70224da RatAttack: updated RATSIGNAL regex to the latest Mecha changes
Platform `PS` changed to `Playstation`.

In before it changes to `PlayStation` next week.
2020-12-09 21:01:36 +01:00
c1dcbb0817 removed VoiceAttack logging from all EDDI event handlers
If you want to see them, set DEBUG log level.

see #77
2020-12-09 00:40:54 +01:00
82c1cc065e misc profile fixes 2020-12-09 00:15:44 +01:00
03bfc512fc alterNERDtive-base: made startup command more robust
If you somehow prevented the active profile from resetting (e.g. by hitting the edit button while the startup command was still running) you’d get the config loaded flag to stick around, causing profile change/reload to not reset options anymore.

The flag is now a profile-scoped (`>>`) variable to prevent that. There are still some corner cases left, but resetting the profile should always work.
2020-12-08 12:12:13 +01:00
9d8eedd581 alterNERDtive-base: added some parameter checking for contexts that didn’t have it 2020-12-08 12:05:37 +01:00
69b097d7c3 alterNERDtive-base: added base plugin to profiles list
E.g. allows to have specific event handlers in the base profile.

Also fixed missing GUID in the base profile … that would have been a bummer if it made it to release.
2020-12-08 11:44:29 +01:00
c5eb93dd0e alterNERDtive-base: config options now strongly typed with generics 2020-12-08 11:21:58 +01:00
9637975bdb alterNERDtive-base: fixed config change handling 2020-12-08 09:20:37 +01:00
afee22cf62 alterNERDtive-base: moved loglevel setting from context to config option 2020-12-07 21:45:17 +01:00
e8134e240d alterNERDtive-base: fixed non-string config settings commands 2020-12-07 20:56:40 +01:00
e9ea4a2576 hid the log entries for lots of events
* top level `((EDDI <event>))` commands
* profile events (including `((<profile>.startup))`)

see #77
2020-12-07 20:47:07 +01:00