bitburner-src/src/Locations/ui
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
..
ApplyToJobButton.tsx Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
CasinoLocation.tsx commit1 2022-09-27 15:35:40 -04:00
City.tsx Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
CompanyLocation.tsx Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
CoresButton.tsx Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
GenericLocation.tsx Fix use-before-defined import issue 2022-09-27 15:35:40 -04:00
GymLocation.tsx MISC: A bunch of enums stuff. (#212) 2022-11-20 08:37:11 -05:00
HospitalLocation.tsx Update HospitalLocation.tsx 2022-10-14 14:13:53 +03:00
PurchaseServerModal.tsx Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
RamButton.tsx Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
SlumsLocation.tsx MISC: A bunch of enums stuff. (#212) 2022-11-20 08:37:11 -05:00
SpecialLocation.tsx NETSCRIPT: ns.sleeve.getSleeve added. getPlayer and getSleeve can both be used for formulas. (#200) 2022-11-09 07:26:26 -05:00
TechVendorLocation.tsx Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
TorButton.tsx Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
TravelAgencyRoot.tsx Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
TravelConfirmationModal.tsx No more player/router context 2022-09-27 15:35:40 -04:00
UniversityLocation.tsx MISC: A bunch of enums stuff. (#212) 2022-11-20 08:37:11 -05:00