bitburner-src/utils
2021-03-16 05:42:12 -04:00
..
helpers Stock transactions can now influence forecast in addition to price. Several more minor bug/UI fixes 2019-05-01 15:20:14 -07:00
ui Sleeve UI improvements. 2021-03-16 05:42:12 -04:00
uiHelpers Added several resuable React components for commonly-used elements 2019-03-25 21:43:18 -07:00
DialogBox.d.ts Sleeve UI improvements. 2021-03-16 05:42:12 -04:00
DialogBox.jsx Sleeve UI improvements. 2021-03-16 05:42:12 -04:00
FactionInvitationBox.js Convert Locations and Faction implementations to TypeScript. Also restructed directory. Implemented Sleeve, but untested 2018-12-07 02:54:26 -08:00
GameOptions.js Converted pop-up boxes to use css flex 2018-08-12 14:45:35 -05:00
InfiltrationBox.js infiltration now scale exp gained by some factor to prevent some abuse 2019-03-24 20:09:39 -07:00
IPAddress.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
JSONReviver.d.ts More UI updates 2018-09-03 22:10:00 +10:00
JSONReviver.js Fixed bug and added compatibility for converting RunningScript offline dataMap to version v0.43.1 2019-02-12 01:14:38 -08:00
LogBox.ts killWorkerScript() now takes an optional argument for whether to rerenderUI. This is used to batch UI updates on killall() 2019-06-24 22:48:54 -07:00
README.md Fixed a few minor bugs with submitting solutions for Coding Contracts. Started on Getting STarted Guide for wiki 2019-03-04 22:41:31 -08:00
StringHelperFunctions.ts Fixed bug and added compatibility for converting RunningScript offline dataMap to version v0.43.1 2019-02-12 01:14:38 -08:00
YesNoBox.ts Adding more directory-related unit tests. Several more bug fixes and QoL improvements 2019-05-14 01:35:37 -07:00

This directory contains anything that does not represent an actual component of the game. Instead, it contains utility classes, functions, etc.

The /helper directory contains helper functions.