bitburner-src/src
hydroflame ddbdf66d00
hotfix analyze (#828)
* hotfix analyze
2021-03-31 11:45:55 -04:00
..
Augmentation softReset now accepts a callback script like installAugmentations 2021-03-11 20:37:58 -05:00
BitNode Added new BitNode multiplier, GangKarmaRequirement. Different BitNodes need different amount of negative karma to create a Gang. 2021-03-23 21:47:47 -04:00
Bladeburner Intelligence rework, most intelligence gain have been multiplied by at least 100, if not more. All intelligence use have been reviewed and often boosted but by a percentage. Typically this means intelligence gives a 2-6% boost to everything for normal players and around 13% for int farmers. 2021-03-20 05:29:53 -04:00
Company Fixed bugs with Location code refactor 2019-04-03 17:08:11 -07:00
Corporation Converting random pieces of code to ts 2021-03-14 01:08:24 -05:00
Crime v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
DarkWeb v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
data Color-coded BitNode selection screen and added SF information 2019-07-15 21:40:43 -07:00
Exploits Added the "Unclickable" Exploit. 2021-03-22 14:48:48 -04:00
Faction v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
Fconf Most console.log have been changed to console.warn or removed if they were debug 2021-03-07 22:46:50 -05:00
Hacking Fixed numerous reported bugs. Refactored some of the directory-related code. Added documentation for MasonDs changes to hack/grow/weaken 2019-05-11 19:20:20 -07:00
Hacknet v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
Literature Converting random pieces of code to ts 2021-03-14 01:08:24 -05:00
Locations v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
Message Bug fixes for v0.47.0. Fixed the BUY MAX feature for new stock market. Added collapse/expand tickers buttons for new stock market UI 2019-04-29 20:54:20 -07:00
Netscript v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
PersonObjects v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
Programs Fix GH Issue #632: 'Create Program' link visibility should now be properly dynamically evaluated 2019-07-15 21:40:43 -07:00
Script v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
ScriptEditor remove console.log calls 2021-03-12 14:20:56 -05:00
Server v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
Settings Implemented GH Issue #599: Added 'solarized dark' theme to CodeMirror 2019-07-15 21:40:43 -07:00
SourceFile Most console.log have been changed to console.warn or removed if they were debug 2021-03-07 22:46:50 -05:00
StockMarket v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
Terminal Implemented 'kill by PID' functionality 2019-07-15 21:40:43 -07:00
ThirdParty Implemented Corporation Research Tree UI using Treant library 2018-12-15 15:31:21 -08:00
ui v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
utils Minor bugfixes with killing Netscript scripts, and cleaned up text 2019-07-15 21:40:43 -07:00
Alias.ts Fixed comment styling for all top-level src files 2019-04-12 20:47:17 -07:00
Bladeburner.jsx v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
CinematicText.js Fixed comment styling for all top-level src files 2019-04-12 20:47:17 -07:00
CodingContractGenerator.ts Convert CodingContractGenerator to typescript 2021-03-14 01:31:23 -05:00
CodingContracts.ts Character,Augmentations now display by how much the stats will increase. 2021-03-07 16:32:16 -05:00
Constants.ts v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
DevMenu.jsx v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
engine.jsx v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
engineStyle.js Refactored SourceFile-related code to TypeScript 2019-05-17 13:47:35 -07:00
Gang.jsx v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
Hacking.ts v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
IEngine.ts v0.46.2 2019-04-14 02:08:10 -07:00
index.html v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
Infiltration.d.ts Finished location code refactor. Has not yet been tested 2019-04-01 02:23:25 -07:00
Infiltration.js Minor bugfixes for a variety of NS functions. After infiltration, UI returns to corp page rather than city page 2019-07-15 21:40:43 -07:00
InteractiveTutorial.js Converting random pieces of code to ts 2021-03-14 01:08:24 -05:00
JSInterpreter.js Converted everything to use acorn npm package. Updated acorn packages to latest version. Updated acorn parsing to use ES9 2019-07-15 21:40:43 -07:00
Missions.jsx v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
NetscriptBladeburner.js crash now prints ns stack trace, workerscript now does the shouldLog check on its own, many ns function are way simpler. 2021-03-11 03:02:05 -05:00
NetscriptEvaluator.js crash now prints ns stack trace, workerscript now does the shouldLog check on its own, many ns function are way simpler. 2021-03-11 03:02:05 -05:00
NetscriptFunctions.js v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
NetscriptJSEvaluator.js crash now prints ns stack trace, workerscript now does the shouldLog check on its own, many ns function are way simpler. 2021-03-11 03:02:05 -05:00
NetscriptPort.ts Converting random pieces of code to ts 2021-03-14 01:08:24 -05:00
NetscriptWorker.js executeCommand has been removed in favor of connect and manualHack, which is what people have been asking for. 2021-03-23 21:30:15 -04:00
Player.d.ts Refactored stock buying/selling code into its own file. Refactored WorkerScript & NetscriptEnvironment into their own Typescript classes. Refactored a ton of code to remove circular dependencies 2019-05-04 21:03:40 -07:00
Player.js Added sf minus 1, exploits 2021-03-08 20:31:34 -05:00
Prestige.js Intelligence rework, most intelligence gain have been multiplied by at least 100, if not more. All intelligence use have been reviewed and often boosted but by a percentage. Typically this means intelligence gives a 2-6% boost to everything for normal players and around 13% for int farmers. 2021-03-20 05:29:53 -04:00
RedPill.js fixed a bug where completing a non-repeatable bitnode thats already max level would display level 4 on the bitverse and color it like level 1. 2021-03-21 18:41:48 -04:00
SaveObject.jsx v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
Terminal.jsx hotfix analyze (#828) 2021-03-31 11:45:55 -04:00
TextFile.ts Improved module import styling for all top-level src files 2019-04-12 20:47:17 -07:00
types.ts Added spread and price movement properties to stocks. Refactored Stock Market implementation code 2019-04-28 23:21:32 -07:00