bitburner-src/src/Netscript
Snarling 6af36e3b29
NETSCRIPT: Faster API wrapping on script launch. (#229)
* ns API is wrapped once
* when a new workerscript is created, each layer of ns is stamped with a private workerscript field that allows the functions to work.
* Test has been refactored to account for new method of wrapping
* BREAKING: ns functions need access to `this` value of their parent ns layer (or any ns layer)
* Enums are passed directly to player (no cloning) but are frozen.
2022-11-28 09:11:55 -05:00
..
APIWrapper.ts NETSCRIPT: Faster API wrapping on script launch. (#229) 2022-11-28 09:11:55 -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