mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-27 01:53:48 +01:00
88d51e9a7e
* 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. |
||
---|---|---|
.. | ||
commands | ||
ui | ||
determineAllPossibilitiesForTabCompletion.ts | ||
DirectoryHelpers.ts | ||
DirectoryServerHelpers.ts | ||
HelpText.ts | ||
OutputTypes.tsx | ||
Parser.ts | ||
tabCompletion.ts | ||
Terminal.ts | ||
TerminalEvents.ts |