bitburner-src/utils
hydroflame e572c6dad8
v0.51.0 (#826)
* Hash upgrades and Bladeburner skills can now be clicked to copy to clipboard

* Aug purchase confirmation popup displays money in 0.000a format

* Character now displays hacknet server info properly

* Character,Info now displays hacknet server info correctly.

* Formulas (#825)

Formulas API v0.1

* Make all money the same color, same for reputation, format all numbers consistently.

* rename a lot of the formulas function to no longer contain calculate

* added hacking related formulas

* removed unused variable

* v0.51.0
2021-03-31 00:45:21 -04:00
..
helpers Added alt g shortcut to gang and alt b shortcut to bladeburner 2021-03-23 15:25:18 -04: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 v0.51.0 (#826) 2021-03-31 00:45:21 -04: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.