bitburner-src/utils
2019-03-15 02:37:06 -07:00
..
helpers Fixed numerous bugs with the recent Corporation UI rewrite. Rebalanced Corporation mechanic to give employees better and more interesting effects 2019-03-15 02:37:06 -07:00
uiHelpers Added 6 new Coding Contracts. Added Coding Contract information to documentation. 2019-02-05 16:45:12 -08:00
acorn.js Copied MIT license for acorn.js 2017-07-05 10:26:59 -05:00
DialogBox.d.ts [refactor, chore] Including TSLint; fixing most things. 2018-06-14 14:57:44 -04:00
DialogBox.js Wraithan's changes 2018-02-17 21:08:54 -06: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 Implemented a money tracker that keeps record where all of the player's money comes from. Players can see a breakdown in the 'Stats' page 2019-02-22 13:22:39 -08:00
IPAddress.ts Refactored Server/Script/Files code to TypeScript 2019-03-04 17:40:28 -08: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.js [refactor] Moved 'clearEventListeners' to its own TS file 2018-07-08 21:18:10 -04: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 Fixed re-balanced Corporation issues. Converted several popups in the Corporation mechanic to support Enter/Esc hotkeys 2018-12-24 23:55:54 -08: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.