bitburner-src/utils
2019-05-17 13:41:16 -07: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
uiHelpers Added several resuable React components for commonly-used elements 2019-03-25 21:43:18 -07:00
acorn.js Copied MIT license for acorn.js 2017-07-05 10:26:59 -05:00
DialogBox.d.ts Finished location code refactor. Has not yet been tested 2019-04-01 02:23:25 -07:00
DialogBox.js Gang bug fixes. Issues #574 and #575 2019-04-14 02:07:29 -07: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 Fixed issues with Active Scripts UI. Implemented event emitter for Active Scripts UI 2019-05-17 13:41:16 -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.