|
1 | 1 | Bugs / Outstanding |
2 | 2 | =================== |
3 | 3 |
|
4 | | -Look to use yaml in rcon integration configs as they may be nicer to read and may support the action commands and passing JSON to Factorio nicer. |
| 4 | +Replace the event definitions with a proper readme type file. Also add to readme what the generic event types are. |
| 5 | +The profiles loading tries to do everything in Profiles folder, no sanity check about file/folder type. If you make a "backup" folder in it, the program crashes without recording an error. |
| 6 | +Look to use yaml in RCON integration configs as they may be nicer to read and may support the action commands and passing JSON to Factorio nicer. |
5 | 7 | Should I just ignore any event without an ID string? Came up ages ago during Will's playthrough. But not enough of an issue to be done at the time. |
6 | | -If you close the GUI when internet is dead after being connected via RCOn the python window never closes. Gues its waiting for something to close. |
| 8 | +If you close the GUI when internet is dead after being connected via RCON the python window never closes. Guess its waiting for something to close. |
7 | 9 | Change profile loading to not error on startup for bad profiles, but error on trying to start them. |
8 | 10 |
|
9 | 11 |
|
|
13 | 15 | Make a settings manager GUI |
14 | 16 | Make a profile manager GUI |
15 | 17 | Make so that profile startup errors are shown in a GUI and disable running until fixed. |
16 | | -Have seperate Activity and System (status, warning, errors) logs |
| 18 | +Have separate Activity and System (status, warning, errors) logs |
17 | 19 | Have a way to pause logs from updating and then resume to allow scrolling |
18 | 20 | Support multiple calculated values via exec. Array in to exec, to numbered strings in action script. |
19 | | -Handle paused Factorio server accepting but not reply to RCON command. It will honor the command when the server is unpaused. So different between start test connection and event handling. |
| 21 | +Handle paused Factorio server accepting but not reply to RCON command. It will honour the command when the server is un-paused. So different between start test connection and event handling. |
20 | 22 | Add a more complete test GUI with options to select subscription types, donation currencies, etc. |
21 | | -Look at supporting Twitch PubSub directly so I can get the Channel Points. May also open up othe opportunities: https://github.com/twitchdev/pubsub-samples/tree/1638781c0c096c4be43493a86f2a75401256583b/python |
| 23 | +Look at supporting Twitch PubSub directly so I can get the Channel Points. May also open up other opportunities: https://github.com/twitchdev/pubsub-samples/tree/1638781c0c096c4be43493a86f2a75401256583b/python |
0 commit comments