bitburner-src/src
2018-10-19 19:30:02 -05:00
..
data FIxed merge conflicts with dev and also did some work on Gang UI 2018-10-10 18:13:31 -05:00
ui [chore] Fixing import casing to actually match file casing 2018-10-01 19:51:32 -05:00
ActiveScriptsUI.js FIxed merge conflicts with dev and also did some work on Gang UI 2018-10-10 18:13:31 -05:00
Alias.js [refactor] Pulling out post to terminal to its own file. 2018-08-02 14:26:24 -04:00
Augmentations.js Fixed bug with recent Neuroflux changes that cause it to break at level 0 2018-10-16 14:52:18 -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 Fixed merge conflicts with dev 2018-10-17 15:43:48 -05:00
CharacterOverview.js Refactored all code that uses the numeral library to use a wrapper class. Implemented configurable locale setting through this wrapper class 2018-09-12 11:29:02 -05:00
CinematicText.js [refactor] Moved 'removeChildrenFromElements' to its own TS file 2018-07-08 21:18:44 -04:00
CodingContracts.ts Fixed various Coding Contract bugs. Added getContractType() to coding contract API 2018-10-09 11:56:22 -05:00
Company.js [refactor] Extracting Locations to its own file to remove circular dependency 2018-08-02 14:33:08 -04:00
CompanyManagement.js Beginning to refactor stylesheets. Convert main menu to use buttons instead of a elements 2018-10-01 19:51:32 -05:00
Constants.js Gang-rework bugfixes and rebalancing. Started adding Gang API 2018-10-19 19:30:02 -05:00
CreateProgram.js Fixed bug that caused blank black screen when destroying/resetting BitNodes 2018-10-10 14:16:26 -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
DevMenu.js Bug fixes in dev menu. Gang member stat mult tooltip now properly updates. Beginning re-work of territory warfare/clash 2018-10-18 14:52:02 -05:00
engine.js Gang-rework bugfixes and rebalancing. Started adding Gang API 2018-10-19 19:30:02 -05:00
Faction.js Fixed bug with recent Neuroflux changes that cause it to break at level 0 2018-10-16 14:52:18 -05:00
FactionInfo.ts [style] Fixing TSLint violations 2018-08-29 22:40:23 -04:00
Fconf.js Move all Theme color settings to FconfSettings rather than Settings. Add setting for default/classic main menu style 2018-10-01 19:51:32 -05:00
Gang.js Gang-rework bugfixes and rebalancing. Started adding Gang API 2018-10-19 19:30:02 -05:00
Hacking.js Added donateToFaction(), isLogEnabled(), and getScriptLogs() Netscript functions. Added optional hacking/int level parameters to getHackTime/getGrowTime/etc functions 2018-09-11 13:56:23 -05:00
HacknetNode.js Update documentation. Hacknet Node API functions for getting costs now return Infinity if the specified Node is at max level 2018-10-01 19:51:32 -05:00
HelpText.ts [style] Fixing TSLint violations 2018-09-10 11:24:23 -04:00
index.html Reworked Dev Menu implementation 2018-10-17 13:14:52 -05:00
Infiltration.js [chore] Disabling a couple ESLint violations 2018-09-10 10:59:07 -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 Fixed bug where scp() NS function reported an invalid error. Added getStockVolatility() and getStockForecast() to netscript.js syntax highlighting. Fixed typo 2018-10-16 14:52: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 Gang-rework bugfixes and rebalancing. Started adding Gang API 2018-10-19 19:30:02 -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 Gang-rework bugfixes and rebalancing. Started adding Gang API 2018-10-19 19:30:02 -05:00
NetscriptGang.js Gang-rework bugfixes and rebalancing. Started adding Gang API 2018-10-19 19:30:02 -05:00
NetscriptJSEvaluator.js Adjusted RAM costs for Singularity functions and document/window. Fixed bug with calling print() in NetscriptJS 2018-10-17 15:32:15 -05:00
NetscriptPort.js remove all .js from all appplicable imports 2018-06-26 12:34:11 -04:00
NetscriptWorker.js Adjusted RAM costs for Singularity functions and document/window. Fixed bug with calling print() in NetscriptJS 2018-10-17 15:32:15 -05:00
Perk.js Refactored pop up boxes 2017-05-30 09:55:58 -05:00
Player.js Fixed merge conflicts with dev 2018-10-17 15:43:48 -05:00
Prestige.js Finished ironing out Gang ascension mechanic, including bugs. Refactored UI code to be part of the Gang class. 2018-10-14 19:28:44 -05:00
RedPill.js Fixed bug that caused blank black screen when destroying/resetting BitNodes 2018-10-10 14:16:26 -05:00
SaveObject.js Convert more instances of formatNumber to numeralWrapper 2018-10-16 15:07:48 -05:00
Script.js Gang-rework bugfixes and rebalancing. Started adding Gang API 2018-10-19 19:30:02 -05:00
Server.js Initial commit for implemeenting wget and refactoring some Server-related code 2018-10-01 19:51:32 -05:00
ServerPurchases.js remove all .js from all appplicable imports 2018-06-26 12:34:11 -04:00
Settings.ts Move all Theme color settings to FconfSettings rather than Settings. Add setting for default/classic main menu style 2018-09-21 14:51:26 -05: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
Stock.ts [style] Fixing TSLint violations 2018-09-10 11:24:23 -04:00
StockMarket.js Refactored all code that uses the numeral library to use a wrapper class. Implemented configurable locale setting through this wrapper class 2018-09-12 11:29:02 -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 Initial commit for implemeenting wget and refactoring some Server-related code 2018-10-01 19:51:32 -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