This website requires JavaScript.
Explore
Help
Sign In
felixfoertsch
/
bitburner-src
Watch
1
Star
0
Fork
0
You've already forked bitburner-src
mirror of
https://github.com/bitburner-official/bitburner-src.git
synced
2026-04-28 20:07:04 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7ec22480a24ce6d1ddd184abff6da9eb056627a2
bitburner-src
/
src
/
Netscript
T
History
Daniel Xie
7ec22480a2
Trying to get the functionality to load all running scripts upon load to work
2016-12-14 15:44:18 -06:00
..
Environment.js
Resolving and rejecting at the top level now returns a reference to workerScripts. This makes killing/deleting a running script possible. The feature appears to be working now
2016-12-06 10:59:20 -06:00
Evaluator.js
Fixed script hack(), should be working now. Changed some numbers to rebalance. Implemented script RAM usage. If a script uses too much ram it will not run (untested)
2016-12-14 14:29:40 -06:00
InputStream.js
Added InputStream, Tokenizer, and Parser(unfinished) class. Changed Newerth to Aevum
2016-11-14 00:42:31 -06:00
NetscriptWorker.js
Trying to get the functionality to load all running scripts upon load to work
2016-12-14 15:44:18 -06:00
Parser.js
Finished implementing Netscript. Not completely tested yet. Find out how to make it multithreaded (Web Workers is the best way according to internet
2016-11-17 16:25:40 -06:00
Tokenizer.js
Fixed some bugs, began adding a Script class
2016-11-21 00:11:14 -06:00