From cca56bdabe0b51eb9ce1adebd27c21e0444193c3 Mon Sep 17 00:00:00 2001 From: Daniel Xie Date: Wed, 7 Jun 2017 23:57:59 -0500 Subject: [PATCH] Updated Options menu --- index.html | 4 ++-- src/Constants.js | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 22cb22ea3..d2c40cd7f 100644 --- a/index.html +++ b/index.html @@ -749,9 +749,9 @@
Changelog Save Game - Export Game + (BETA) Export Game - Import Game + (BETA) Import Game Delete Game (DEBUG) Delete Active Scripts diff --git a/src/Constants.js b/src/Constants.js index 071d21dd9..fbaa5119a 100644 --- a/src/Constants.js +++ b/src/Constants.js @@ -538,7 +538,10 @@ CONSTANTS = { "v0.20.1
" + "-Fixed bug where sometimes scripts would crash without showing the error
" + "-Added Deepscan programs to Dark Web
" + - "-" + + "-Declining a faction invite will stop you from receiving invitations from that faction for the rest of the run
" + + "-(BETA) Added functionality to export/import saves. WARNING This is only lightly tested. You cannot choose where to save your file " + + "it just goes to the default save location. Also I have no idea what will happen if you try to import a file " + + "that is not a valid save. I will address these in later updates
" + "v0.20.0
" + "-Refactored Netscript Interpreter code. Operations in Netscript should now run significantly faster (Every operation " + "such as a variable assignment, a function call, a binary operator, getting a variable's value, etc. used to take up to several seconds, " +