bitburner-src/src
2018-08-30 15:27:47 -05:00
..
ui Added option to disable hospitalization popup message 2018-08-12 00:39:37 -05:00
ActiveScriptsUI.js Merge branch 'dev' into refactor-out-circular-dependencies 2018-08-07 10:00:49 -04:00
Alias.js [refactor] Pulling out post to terminal to its own file. 2018-08-02 14:26:24 -04:00
Augmentations.js Fix Speech Enhancement appearing twice for FSIG 2018-08-24 16:44:08 -05:00
BitNode.js V0.40.2 BUndle and minor bug/typo fixes 2018-08-25 23:26:42 -05:00
BitNodeMultipliers.ts [refactor] Moving BitNodeMultipliers to its own file to break cyclical 2018-08-02 14:33:08 -04:00
Bladeburner.js Various rebalances to Bladeburner: Buffed Augmentations. Simulacrum costs less rep but more money. Slightly more money gained from contracts. Operations give more rank. More Synthoid communities. Added getBonusTime() and getSkillUpgradeCost() to Bladeburner API. Operation count increases faster and is more randomized. Decreased rate at which contracts/ops level up 2018-08-11 20:05:32 -05:00
CharacterOverview.js Removed console.log statement 2018-08-03 16:54:11 -05:00
CinematicText.js [refactor] Moved 'removeChildrenFromElements' to its own TS file 2018-07-08 21:18:44 -04:00
Company.js [refactor] Extracting Locations to its own file to remove circular dependency 2018-08-02 14:33:08 -04:00
CompanyManagement.js [refactor] Moving BitNodeMultipliers to its own file to break cyclical 2018-08-02 14:33:08 -04:00
Constants.js Added tryWrite() as a native Netscript function. Updated documentation to reflect the fact that port handles no longer work in Netscript 1.0 2018-08-30 15:27:47 -05:00
CreateProgram.js b1t_flume.exe program can now be created instantly (reqd hacking level is 1 instead of 5). Fixed some linting errors 2018-08-29 15:25:01 -05:00
Crimes.js fix crime parameter 2018-06-27 21:47:09 -04:00
DarkWeb.js [refactor] Pulling out post to terminal to its own file. 2018-08-02 14:26:24 -04:00
engine.js Refactored functions that calculate hacking time/exp gain/chance/ etc into a separate file 2018-08-30 12:00:38 -05:00
Faction.js [refactor] Moving BitNodeMultipliers to its own file to break cyclical 2018-08-02 14:33:08 -04:00
FactionInfo.ts [style] Fixing TSLint violations 2018-08-29 22:40:23 -04:00
Fconf.js remove all .js from all appplicable imports 2018-06-26 12:34:11 -04:00
Gang.js [refactor] Breaking out page tracking from 'engine' 2018-08-02 14:33:07 -04:00
Hacking.js Refactored functions that calculate hacking time/exp gain/chance/ etc into a separate file 2018-08-30 12:00:38 -05:00
HacknetNode.js Merge pull request #441 from danielyxie/improve-interactive-tutorial 2018-08-29 14:11:13 -05:00
HelpText.ts [refactor, chore] Including TSLint; fixing most things. 2018-06-14 14:57:44 -04:00
Infiltration.js [refactor] Moving BitNodeMultipliers to its own file to break cyclical 2018-08-02 14:33:08 -04:00
InteractiveTutorial.js Added tryWrite() as a native Netscript function. Updated documentation to reflect the fact that port handles no longer work in Netscript 1.0 2018-08-30 15:27:47 -05:00
JSInterpreter.js Added more error line numbers to JS Interpreter. Reputation needed for megacorp faction reduced from 250k -> 200k. Fixed bladeburner.getActionobject() bug with general actions 2018-07-27 19:00:57 -05:00
Literature.js Updated Interactive Tutorial and added a few helpful links to the hackers-starting-handbook Literature file 2018-08-29 14:06:21 -05:00
Location.js Preventing exploits by progrmaming DOM button clicks in code 2018-08-17 15:06:18 -05:00
Locations.ts [refactor] Extracting Locations to its own file to remove circular dependency 2018-08-02 14:33:08 -04:00
Message.js remove all .js from all appplicable imports 2018-06-26 12:34:11 -04:00
Missions.js [refactor] Moved 'clearEventListeners' to its own TS file 2018-07-08 21:18:10 -04:00
NetscriptBladeburner.js Update changelog. Fix missing spaces in Faction Infos. UPdate Beta branch update text 2018-07-20 13:21:43 -05:00
NetscriptEnvironment.js remove all .js from all appplicable imports 2018-06-26 12:34:11 -04:00
NetscriptEvaluator.js Refactored functions that calculate hacking time/exp gain/chance/ etc into a separate file 2018-08-30 12:00:38 -05:00
NetscriptFunctions.js Added tryWrite() as a native Netscript function. Updated documentation to reflect the fact that port handles no longer work in Netscript 1.0 2018-08-30 15:27:47 -05:00
NetscriptJSEvaluator.js Merge pull request #417 from Kline-/patch-6 2018-08-03 11:36:13 -04:00
NetscriptPort.js remove all .js from all appplicable imports 2018-06-26 12:34:11 -04:00
NetscriptWorker.js Fix array/object bug with new JS Interpreter for Port functions (read, write, and tryWrite) 2018-08-06 10:25:22 -05:00
Perk.js Refactored pop up boxes 2017-05-30 09:55:58 -05:00
Player.js Refactored functions that calculate hacking time/exp gain/chance/ etc into a separate file 2018-08-30 12:00:38 -05:00
Prestige.js Added correct production build. Properly reset stock market 4S values when prestiging through BitNode 2018-08-27 00:23:04 -05:00
RedPill.js Converted pop-up boxes to use css flex 2018-08-12 14:45:35 -05:00
SaveObject.js [refactor] Moved Settings to TypeScript 2018-08-02 14:33:08 -04:00
Script.js Updated Interactive Tutorial and added a few helpful links to the hackers-starting-handbook Literature file 2018-08-29 14:06:21 -05:00
Server.js [refactor] Moving BitNodeMultipliers to its own file to break cyclical 2018-08-02 14:33:08 -04:00
ServerPurchases.js remove all .js from all appplicable imports 2018-06-26 12:34:11 -04:00
Settings.ts [style] Sorting properties alphabetically 2018-08-29 22:45:47 -04:00
SourceFile.js [refactor] Moving BitNodeMultipliers to its own file to break cyclical 2018-08-02 14:33:08 -04:00
SpecialServerIps.js remove all .js from all appplicable imports 2018-06-26 12:34:11 -04:00
StockMarket.js V0.40.2 BUndle and minor bug/typo fixes 2018-08-25 23:26:42 -05:00
tags Playtesting - Fixed bugs 2017-04-19 14:19:33 -05:00
tags.idx Playtesting - Fixed bugs 2017-04-19 14:19:33 -05:00
Terminal.js Refactored functions that calculate hacking time/exp gain/chance/ etc into a separate file 2018-08-30 12:00:38 -05:00
TextFile.ts [refactor, chore] Including TSLint; fixing most things. 2018-06-14 14:57:44 -04:00
types.ts [refactor] Moved Settings to TypeScript 2018-08-02 14:33:08 -04:00