mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
v0.45.1 Build
This commit is contained in:
parent
49dc9b7cb0
commit
29c5c9b99d
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
2537
dist/engine.css
vendored
2537
dist/engine.css
vendored
File diff suppressed because it is too large
Load Diff
116
dist/vendor.bundle.js
vendored
116
dist/vendor.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -3,6 +3,13 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
v0.45.1 - 3/23/2019
|
||||||
|
-------------------
|
||||||
|
* Added two new Corporation Researches
|
||||||
|
* General UI improvements (by hydroflame and koriar)
|
||||||
|
* Bug Fix: Sleeve Netscript API should no longer cause Dynamic RAM errors
|
||||||
|
* Bug Fix: sleeve.getSleeveStats() should now work properly
|
||||||
|
|
||||||
v0.45.0 - 3/22/2019
|
v0.45.0 - 3/22/2019
|
||||||
-------------------
|
-------------------
|
||||||
* Corporation changes:
|
* Corporation changes:
|
||||||
|
12
index.html
12
index.html
@ -131,7 +131,7 @@
|
|||||||
<h1 style="color:white;"> Script Editor Options </h1>
|
<h1 style="color:white;"> Script Editor Options </h1>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<label for="script-editor-option-editor">Editor</label>
|
<label for="script-editor-option-editor">Editor</label>
|
||||||
<select id="script-editor-option-editor">
|
<select id="script-editor-option-editor" class="dropdown">
|
||||||
<option value="Ace">Ace</option>
|
<option value="Ace">Ace</option>
|
||||||
<option value="CodeMirror">CodeMirror</option>
|
<option value="CodeMirror">CodeMirror</option>
|
||||||
</select>
|
</select>
|
||||||
@ -139,12 +139,12 @@
|
|||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<label for="script-editor-option-theme">Theme</label>
|
<label for="script-editor-option-theme">Theme</label>
|
||||||
<select id="script-editor-option-theme"></select>
|
<select id="script-editor-option-theme" class="dropdown"></select>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<label for="script-editor-option-keybinding">Key Binding</label>
|
<label for="script-editor-option-keybinding">Key Binding</label>
|
||||||
<select id="script-editor-option-keybinding"></select>
|
<select id="script-editor-option-keybinding" class="dropdown"></select>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
@ -689,7 +689,7 @@
|
|||||||
<a id="stock-market-expand-tickers" class="a-link-button tooltip">Expand tickers</a>
|
<a id="stock-market-expand-tickers" class="a-link-button tooltip">Expand tickers</a>
|
||||||
<a id="stock-market-collapse-tickers" class="a-link-button tooltip">Collapse tickers</a>
|
<a id="stock-market-collapse-tickers" class="a-link-button tooltip">Collapse tickers</a>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<input id="stock-market-watchlist-filter" type="text" placeholder="Filter Stocks by symbol (comma-separated list)"/>
|
<input id="stock-market-watchlist-filter" class="text-input" type="text" placeholder="Filter Stocks by symbol (comma-separated list)"/>
|
||||||
<a id="stock-market-watchlist-filter-update" class="a-link-button"> Update Watchlist </a>
|
<a id="stock-market-watchlist-filter-update" class="a-link-button"> Update Watchlist </a>
|
||||||
<ul id="stock-market-list" style="list-style:none;">
|
<ul id="stock-market-list" style="list-style:none;">
|
||||||
</ul>
|
</ul>
|
||||||
@ -744,7 +744,7 @@
|
|||||||
<p id="infiltration-box-text"> </p>
|
<p id="infiltration-box-text"> </p>
|
||||||
|
|
||||||
<button id="infiltration-box-sell" class="a-link-button"> Sell on Black Market </button> <br/><br/>
|
<button id="infiltration-box-sell" class="a-link-button"> Sell on Black Market </button> <br/><br/>
|
||||||
<select id="infiltration-faction-select"> </select> <br/>
|
<select id="infiltration-faction-select" class="dropdown"> </select> <br/>
|
||||||
<button id="infiltration-box-faction" class="a-link-button"> Give to Faction for Reputation </button>
|
<button id="infiltration-box-faction" class="a-link-button"> Give to Faction for Reputation </button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -931,7 +931,7 @@
|
|||||||
Sets the locale for displaying numbers. Defaults to 'en'
|
Sets the locale for displaying numbers. Defaults to 'en'
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<select name="settingsLocale" id="settingsLocale">
|
<select name="settingsLocale" id="settingsLocale" class="dropdown">
|
||||||
<option value="en">en</option>
|
<option value="en">en</option>
|
||||||
<option value="bg">bg</option>
|
<option value="bg">bg</option>
|
||||||
<option value="cs">cs</option>
|
<option value="cs">cs</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user