bitburner-src/src/Netscript
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
..
APIWrapper.ts NETSCRIPT: Expose more enums for player use (#198) 2022-11-09 13:46:21 -05:00
Environment.ts NETSCRIPT: Expose more enums for player use (#198) 2022-11-09 13:46:21 -05:00
killWorkerScript.ts Fix zombie scripts (#203) 2022-11-08 12:17:34 -05:00
NetscriptHelpers.ts MISC: A bunch of enums stuff. (#212) 2022-11-20 08:37:11 -05:00
Pid.ts Fix tons of typos 2022-10-09 01:25:31 -04:00
RamCostGenerator.ts MISC: A bunch of enums stuff. (#212) 2022-11-20 08:37:11 -05:00
RecentScripts.ts fix a few things about getRecentScritps 2022-04-12 14:45:48 -04:00
ScriptArg.ts rm any 2022-07-15 01:51:30 -04:00
ScriptDeath.ts Strip trailing spaces 2022-04-02 23:28:23 +03:00
ScriptIdentifier.ts Some cleanup 2022-08-09 18:09:26 -04:00
WorkerScript.ts NETSCRIPT: Expose more enums for player use (#198) 2022-11-09 13:46:21 -05:00
WorkerScripts.ts See description 2022-10-04 06:40:10 -04:00
WorkerScriptStartStopEventEmitter.ts See description 2022-10-04 06:40:10 -04:00