Martin Fournier
bdef14b029
Add API server information menu item
2022-01-03 10:29:56 -05:00
Martin Fournier
bc0791840f
Add launch option to directly export save game
...
If --export-save is set, it will not launch the index.html and instead
launch a blank page. It then reads from the IndexedDb to fetch the
bitburnerSave value and prompts a save file dialog.
2021-12-30 11:51:15 -05:00
Martin Fournier
bf1a2b56ba
Use global references for electron event handlers
...
I messed up the handlers reference in the last commit so the events
were not properly attached. Changed it to use global variables for now.
2021-12-30 09:12:55 -05:00
Martin Fournier
a098289856
Refactor electron app into multiple files
...
Gracefully handle http-server start error & cleanup logs
2021-12-29 08:46:56 -05:00