bitburner-src/src/Terminal
Snarling 88d51e9a7e
MISC: A bunch of enums stuff. (#212)
* Some game enums moved to utils/enums. Others can eventually be moved there as well.
* findEnumMember function for performing fuzzy matching of player input with enum members, without needing separate fuzzy functions for every enum.
* Also used findEnumMember for safely loading save games (allows case changes in enum values)
* Changed capitalization on some enums.
* BREAKING: removed classGains work formulas function
* Split ClassType enum into UniversityClassType and GymType.
* Added universityGains and gymGains work formulas functions
* Provided the new split enums to the player on ns.enums.
2022-11-20 08:37:11 -05:00
..
commands MISC: A bunch of enums stuff. (#212) 2022-11-20 08:37:11 -05:00
ui Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
determineAllPossibilitiesForTabCompletion.ts Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
DirectoryHelpers.ts See description 2022-10-04 06:40:10 -04:00
DirectoryServerHelpers.ts See description 2022-10-04 06:40:10 -04:00
HelpText.ts Rename lots of reference from old to new repo 2022-10-20 03:56:59 +11:00
OutputTypes.tsx Remove more unused interfaces 2022-09-27 15:35:41 -04:00
Parser.ts Fix tons of typos 2022-10-09 01:25:31 -04:00
tabCompletion.ts Fix tons of typos 2022-10-09 01:25:31 -04:00
Terminal.ts Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
TerminalEvents.ts remove ns2 example doing DOM manip 2021-09-20 00:14:30 -04:00