Commit graph

33 commits

Author SHA1 Message Date
931ee4c4e7 RatAttack: added warning when running VA as Admin
fixes #138
2022-05-29 11:13:49 +02:00
368b7ca771 alterNERDtive-base: no longer cuts off EDDI’s “update available” TTS on startup
fixes #120
2022-05-19 11:58:47 +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
7cad49a6c2 general: added open documentation command 2022-04-18 12:48:31 +02:00
bc902310f8 EliteAttack: AFMU repairs & Synthesis repairs
see #86
2021-02-18 12:06:06 +01:00
4affcb85ff EliteAttack: how many jumps left command 2021-02-12 05:20:04 +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
58b4860a58 docs: proof reading, round 1 2021-01-25 17:56:21 +01:00
53d6472e01 alterNERDtive-base: fixed reload elite key binds command 2021-01-25 12:02:20 +01:00
6731dfd44e alterNERDtive-base: re-implemented auto update check 2021-01-25 10:44:57 +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
08ea88fbb9 alterNERDtive-base: update mechanism
Reverted to semi-manual aprroach.

fixes #65
2021-01-16 09:29:52 +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
4c75dbd236 Reworked logging.
No more cross-logging, using Trace for file logging.
2020-12-29 19:08:14 +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
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
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
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
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
d15fae9197 EliteAttack: migrated to new config
Also changed names `EliteDangerous` -> `EliteAttack`
2020-12-07 20:25:24 +01:00
9baa3a1be4 added wrapper command for EDDI speech responders 2020-12-05 20:18:22 +01:00
ed0c9449c7 alterNERDtive-base: fixed config only being loaded on _initial_ startup 2020-12-04 17:48:32 +01:00
146653bdeb alterNERDtive-base: prevented variable load/save from showing in the log
see #77
2020-12-04 17:42:51 +01:00
1a5ae485b6 RatAttack: migrated to new configuration 2020-12-03 02:05:16 +01:00
ba0021c3bd alterNERDtive-base: plugin context namespacing 2020-12-03 00:51:51 +01:00
7f79af826f alterNERDtive-base: now also automatically loading config from profile 2020-12-02 20:28:09 +01:00
606f651eb6 alterNERDtive-base: plugin now fully supports the new configuration approach 2020-12-02 19:08:46 +01:00
77ecc1a2d9 base: added generate missing key binds report command 2020-11-09 10:16:54 +01:00
9f326c88ad base: removed explicit bindED invocation from startup 2020-11-09 08:30:35 +01:00
c955fe05d6 initial messy plugin rewrite commit 2020-10-21 01:19:34 +02:00