bitburner-src/src
2024-06-12 14:34:13 -07:00
..
@types add better typing to Electron.tsx 2022-04-21 23:50:49 -07:00
Achievements UI: Automatically show Bitverse UI if BN is finished (#1358) 2024-06-08 13:54:44 -07:00
Arcade/ui Fix check for "True Recursion" achievement (#827) 2023-10-03 01:29:09 -04:00
Augmentation Give the player starting money and programs as declared in augmentation definitions (#1304) 2024-05-23 01:55:06 -07:00
BitNode UI: Automatically show Bitverse UI if BN is finished (#1358) 2024-06-08 13:54:44 -07:00
Bladeburner BLADEBURNER: Fix wrong tooltip description in ActionLevel (#1384) 2024-06-12 01:24:57 -07:00
Casino IMPROVEMENT: partial migration @mui/styles to tss-react (#1338) 2024-06-03 12:27:13 -04:00
Company MISC: Refactor favor code (#1321) 2024-05-28 12:04:16 -07:00
Corporation CORPORATION: Refactor markup multiplier (#1362) 2024-06-06 23:10:16 -07:00
CotMG IMPROVEMENT: partial migration @mui/styles to tss-react (#1338) 2024-06-03 12:27:13 -04:00
Crime MISC: add a missing word in a comment in crime.ts (#1145) 2024-03-08 11:53:14 -08:00
css MISC: Embed JetBrainsMono font (#1246) 2024-05-22 21:50:09 -04:00
DarkWeb DARKWEB: Update DarkWeb.tsx to buy all possible programs using buy -a (#1240) 2024-05-09 02:18:03 -07:00
data MISC: Additional clarity in 'HammingCodes: Encoded Binary to Integer' (#1289) 2024-05-23 00:45:25 -07:00
DevMenu/ui IMPROVEMENT: partial migration @mui/styles to tss-react (#1338) 2024-06-03 12:27:13 -04:00
Diagnostic FILES: Path rework & typesafety (#479) 2023-04-24 10:26:57 -04:00
Documentation DOCUMENTATION: Split changelog.md (#1374) 2024-06-07 13:20:18 -07:00
Exploits UI: Fix some DevMenu react errors, add number of exploits to savegame comparison (#825) 2023-10-02 23:28:16 -04:00
Faction IMPROVEMENT: partial migration @mui/styles to tss-react (#1338) 2024-06-03 12:27:13 -04:00
fonts MISC: Embed JetBrainsMono font (#1246) 2024-05-22 21:50:09 -04:00
GameOptions/ui MISC: Support compression of save data (#1162) 2024-03-27 21:08:09 -07:00
Gang GANG: added effective text to gang UI gains (#1379) 2024-06-12 01:21:27 -07:00
Go IPVGO: Balance and improvements for offline bonus time cycles (#1356) 2024-06-05 19:39:22 -07:00
Hacking CODEBASE: Expand lint rules, and Aliases are stored as maps (#501) 2023-05-05 03:55:59 -04:00
Hacknet MISC: Refactor favor code (#1321) 2024-05-28 12:04:16 -07:00
hash CODEBASE: Expand lint rules, and Aliases are stored as maps (#501) 2023-05-05 03:55:59 -04:00
Hospital Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
Infiltration ACCESSIBILITY: Wire cutting infil now prints colours of wire along the wire (#1380) 2024-06-09 16:49:34 -07:00
Literature FACTIONS: Add "Rumors" system for learning about faction join requirements (#888) 2023-11-02 10:20:24 -04:00
Locations MISC: Refactor code of traveling and going to location (#1365) 2024-06-08 13:52:10 -07:00
Message FACTIONS: Fix for faction names staying scrambled after joining (#968) 2023-12-07 20:53:28 -05:00
Milestones TYPESAFETY: FactionName (#644) 2023-06-25 22:53:35 -04:00
Netscript IPVGO: Add history, and details to status, to go API (#1348) 2024-06-05 18:24:48 -07:00
NetscriptFunctions BUGFIX: Fix wrong position name in ns.formulas.work.companyGains (#1393) 2024-06-12 14:34:13 -07:00
NetworkShare v1.5.0 2022-03-07 17:51:02 -05:00
Paths MISC: Remove file-saver (#1217) 2024-04-19 13:38:44 -07:00
PersonObjects MISC: Refactor code of traveling and going to location (#1365) 2024-06-08 13:52:10 -07:00
Programs MISC: Add an option to run b1t_flume with a "quick" option (#1072) 2024-02-10 04:14:11 -05:00
RemoteFileAPI BLADEBURNER: Typesafety / refactoring (#1154) 2024-03-28 21:52:37 -04:00
Script BUGFIX: Fix negative elapsed time (#1354) 2024-06-05 18:11:59 -07:00
ScriptEditor EDITOR: re-added vim notifications and register view (#1382) 2024-06-12 01:24:10 -07:00
Server MISC: Add a potential of more than 1 core for initial servers (#963) 2024-06-04 09:50:28 -04:00
Settings MISC: Embed JetBrainsMono font (#1246) 2024-05-22 21:50:09 -04:00
Sidebar/ui IMPROVEMENT: partial migration @mui/styles to tss-react (#1338) 2024-06-03 12:27:13 -04:00
SourceFile IPVGO: Tweak cheat success scaling so it is applicable even to endgame stats (#1194) 2024-03-30 16:22:53 -07:00
StockMarket BUGFIX: Improve implementation of getRandomInt (#1282) 2024-05-18 15:12:06 -07:00
Terminal MISC: Fix wrong help text of cd command (#1376) 2024-06-09 16:39:56 -07:00
Themes MISC: Embed JetBrainsMono font (#1246) 2024-05-22 21:50:09 -04:00
ThirdParty rm any 2022-07-15 01:51:30 -04:00
Types MISC: change all nextUpdates to use one Promise (#1069) 2024-02-10 06:27:47 -05:00
ui EDITOR: re-added vim notifications and register view (#1382) 2024-06-12 01:24:10 -07:00
utils BLADEBURNER: Remove unused code (#1368) 2024-06-08 13:51:05 -07:00
Work UI: change time elapsed to time remaining for programs and grafting (#1328) 2024-06-02 20:51:21 -07:00
Alias.ts TERMINAL: Prevent recursive aliases from being resolved. (#741) 2023-08-28 14:26:25 -04:00
CodingContractGenerator.ts BUGFIX: Improve implementation of getRandomInt (#1282) 2024-05-18 15:12:06 -07:00
CodingContracts.ts MISC: enforce eslint react checks (#640) 2023-06-26 22:29:44 -04:00
Constants.ts BUGFIX: Fix manual hack exploit (#1324) 2024-06-04 18:32:24 -07:00
db.tsx MISC: Support compression of save data (#1162) 2024-03-27 21:08:09 -07:00
DevMenu.tsx DEVMENU: Remove SaveFileDev (#1196) 2024-03-29 14:01:21 -07:00
Electron.tsx MISC: Handle error when getting save data (#1241) 2024-05-09 02:19:30 -07:00
engine.tsx BUGFIX: Fix negative elapsed time (#1354) 2024-06-05 18:11:59 -07:00
Enums.ts GO: Various changes before 2.6.0 (#1120) 2024-02-26 08:05:10 -05:00
ExportBonus.tsx MISC: Refactor favor code (#1321) 2024-05-28 12:04:16 -07:00
Hacking.ts BUGFIX: clamp Hackchance to prevent infinity / infinity (#1349) 2024-06-04 18:19:41 -07:00
index.html MISC: Suggest automatic translation systems not translate our game (#1180) 2024-03-20 20:39:23 -04:00
index.tsx MISC: Embed JetBrainsMono font (#1246) 2024-05-22 21:50:09 -04:00
InteractiveTutorial.ts Documentation added ingame (#667) 2023-07-12 17:10:52 -04:00
NetscriptFunctions.ts MISC: Change error message when spawning on an invalid server (#1370) 2024-06-07 13:23:04 -07:00
NetscriptJSEvaluator.ts BUGFIX: fix relative imports (#1305) 2024-06-02 17:38:01 -07:00
NetscriptPort.ts PORTS: Support all serializable data. (#1089) 2024-02-17 19:15:17 -08:00
NetscriptWorker.ts NETSCRIPT: A minorly breaking change around script launch, and refactoring. (#1213) 2024-04-23 20:21:05 -04:00
Player.ts CODEBASE: Add Jsonable Map and Set types, move player.sourceFiles to a map (#473) 2023-04-18 03:19:45 -04:00
Prestige.ts BUGFIX: Fix hidden debt of exp at level 1 (#1292) 2024-05-27 14:20:41 -07:00
RedPill.tsx PRESTIGE: Make bitnode reset synchronous again (#566) 2023-06-03 18:04:45 -04:00
SaveObject.ts API: Add API break utilities, and add an API break for bladeburner.getCurrentAction (#1248) 2024-05-14 19:24:03 -04:00
Terminal.ts add hoop before exposing 2022-10-11 21:02:04 -04:00
TextFile.ts MISC: Remove file-saver (#1217) 2024-04-19 13:38:44 -07:00
types.ts MISC: Support compression of save data (#1162) 2024-03-27 21:08:09 -07:00
UncaughtPromiseHandler.ts GO: Various changes before 2.6.0 (#1120) 2024-02-26 08:05:10 -05:00