danielyxie
|
72bd1f22c5
|
Merge pull request #423 from Kline-/fix-getActionTime
Fix bladeburner.getActionTime returning null
|
2018-08-10 00:06:38 -05:00 |
|
Steven Evans
|
9a7fa5d12c
|
Merge branch 'dev' into refactor-out-circular-dependencies
|
2018-08-07 10:00:49 -04:00 |
|
Daniel Xie
|
faa5e807d5
|
Updating documentation and Netscripy syntax highlighting for v0.40.1 community update. Bitrunners now has CranialSignalProcessors 3-5. CyberSec now has Cranial Signal Processors 1-2.
|
2018-08-05 03:37:28 -04:00 |
|
Matthew Goff
|
9b099fcee9
|
Fix bladeburner.getActionTime returning null
|
2018-08-04 16:52:45 -05:00 |
|
Steven Evans
|
826a8799fa
|
[refactor] Extracting Locations to its own file to remove circular dependency
|
2018-08-02 14:33:08 -04:00 |
|
Steven Evans
|
26b0840f26
|
[refactor] Breaking out page tracking from 'engine'
|
2018-08-02 14:33:07 -04:00 |
|
Steven Evans
|
7313d551f1
|
[refactor] Pulling out post to terminal to its own file.
|
2018-08-02 14:26:24 -04:00 |
|
danielyxie
|
93bada0119
|
Merge pull request #396 from hydroflame/favor-gain
added favor related funtions
|
2018-08-02 10:40:48 -04:00 |
|
Steven Evans
|
06a0b75b1c
|
[feature] added "getPurchasedServerCost" NS function
|
2018-07-30 21:31:12 -04:00 |
|
Olivier Gagnon
|
142e141f6f
|
added favor related funtions
|
2018-07-27 21:46:37 -04:00 |
|
danielyxie
|
b34057f2d3
|
Added more error line numbers to JS Interpreter. Reputation needed for megacorp faction reduced from 250k -> 200k. Fixed bladeburner.getActionobject() bug with general actions
|
2018-07-27 19:00:57 -05:00 |
|
danielyxie
|
47134a9640
|
Fixed bug where hacking special servers w/ no money would result in NaN because of a '0 / 0' in fortify() calculation
|
2018-07-25 15:58:36 -05:00 |
|
Olivier Gagnon
|
a4f2c3c7a8
|
added getOwnedAugmentation function
|
2018-07-25 00:31:17 -04:00 |
|
danielyxie
|
54ec0110e2
|
Merge pull request #362 from hydroflame/max-servers-func
Max servers func
|
2018-07-20 12:24:27 -05:00 |
|
Olivier Gagnon
|
54c0d97048
|
added bladeburner functions related to action levels
|
2018-07-20 00:06:59 -04:00 |
|
Olivier Gagnon
|
55650ab7a5
|
forgot my semicolons
|
2018-07-19 22:23:43 -04:00 |
|
Olivier Gagnon
|
a2b5ca10ac
|
added purchasable servers functions to get constants
|
2018-07-19 22:21:11 -04:00 |
|
danielyxie
|
5845fa8702
|
Fixed merge conflicts
|
2018-07-15 20:48:27 -05:00 |
|
danielyxie
|
44e4325a5d
|
Merge pull request #358 from danielyxie/new-hacknetnode-api
New hacknetnode api
|
2018-07-15 20:43:04 -05:00 |
|
danielyxie
|
a605dd4491
|
Bladeburner API getCurrentAction() now returns null if current action is 'Idle'
|
2018-07-15 20:39:07 -05:00 |
|
danielyxie
|
2b38a8cd2a
|
Merge branch 'dev' of https://github.com/danielyxie/bitburner into dev
|
2018-07-14 20:06:23 -05:00 |
|
danielyxie
|
497186355f
|
New Hacknet Node Netscript API - initial commit
|
2018-07-14 19:25:50 -05:00 |
|
Olivier Gagnon
|
4a17c5a49c
|
limit fortifying to the amount of hck thread you needed to drain the server
|
2018-07-12 21:16:24 -04:00 |
|
danielyxie
|
e97861f42b
|
Bladeburner API Improvements: Added getCurrentAction(). getSkillLevel() now fails if no argument is passed
|
2018-07-12 00:01:52 -05:00 |
|
danielyxie
|
3ffc820519
|
Fixed new Netscript1 Interpreter to work for functions returning Arrays/Objets. Untested. Also still needs new Hacknet Node implementation
|
2018-07-10 23:41:26 -05:00 |
|
danielyxie
|
dcd6292ed2
|
Fixed bugs with new HelperFunctions
|
2018-07-10 00:11:18 -05:00 |
|
Steven Evans
|
015524f049
|
[refactor] Moved 'powerOfTwo' to 'isPowerOfTwo' TS file
|
2018-07-08 20:17:52 -04:00 |
|
Steven Evans
|
1a5208f78f
|
[refactor] Moved 'printArray' to 'arrayToString' TS file
|
2018-07-08 20:17:51 -04:00 |
|
Steven Evans
|
a6293474a9
|
[refactor] Moved "isString()" to its own TS file
|
2018-07-08 20:15:06 -04:00 |
|
danielyxie
|
78c5a1b0f4
|
Initial commit for new Netscript 1 Intepreter
|
2018-07-08 18:53:24 -05:00 |
|
danielyxie
|
3213032427
|
Fixed incompatibility issues with Edge (due to spread syntax). Fixed issue with Terminal autocomplete and capitalized commands. Script ram is now rounded to 2 decimal places
|
2018-07-02 22:35:12 -05:00 |
|
danielyxie
|
c8421168b6
|
Copying a NetscriptJS script with scp now properly clears its 'module'.
|
2018-06-29 00:39:05 -05:00 |
|
Olivier Gagnon
|
6bdf946790
|
remove all .js from all appplicable imports
|
2018-06-26 12:34:11 -04:00 |
|
danielyxie
|
13dbd9f26c
|
Merge PRs and fix issues
|
2018-06-26 09:49:28 -05:00 |
|
danielyxie
|
89ecb15b6f
|
Merge pull request #324 from hydroflame/hydroflame-convert-ts
first conversion
|
2018-06-25 20:02:40 -05:00 |
|
danielyxie
|
b2a24002ee
|
Merge pull request #266 from hydroflame/streamline-create-programs
Streamline create programs
|
2018-06-25 19:34:08 -05:00 |
|
danielyxie
|
75ff10b5c2
|
Added documentation for Bladeburner API. Fixed typo in BN-7 description.
|
2018-06-25 14:07:03 -05:00 |
|
danielyxie
|
22b64dcc4a
|
Implemented BN-7
|
2018-06-24 19:13:50 -05:00 |
|
Olivier Gagnon
|
3af76f50ab
|
Merge branch 'dev' into streamline-create-programs
|
2018-06-22 20:48:26 -04:00 |
|
Olivier Gagnon
|
53ddfbc9ec
|
first conversion
|
2018-06-22 17:30:24 -04:00 |
|
Steven Evans
|
942c26b27e
|
Merge branch 'dev' into typescript
|
2018-06-20 22:10:20 -04:00 |
|
Olivier Gagnon
|
0ea6312d49
|
Merge branch 'dev' into streamline-create-programs
|
2018-06-20 18:50:08 -04:00 |
|
danielyxie
|
856f7a0cd2
|
Merge pull request #264 from hydroflame/streamline-darkweb
streamline darkweb
|
2018-06-20 16:56:10 -05:00 |
|
danielyxie
|
f5be9e5da7
|
Fix bug with spawn()
|
2018-06-17 14:19:43 -05:00 |
|
danielyxie
|
8620a4d30c
|
Fix issue with 'Object.prototye' functions throwing errors during NetscriptJS RAM calculation. Fixed type with new Travel Confirmation setting loading to the correct initial value. Fixed Competition/Demand display for Products. Changed RAM for window/document access to be 100
|
2018-06-14 14:51:06 -05:00 |
|
Steven Evans
|
67cee8642b
|
[refactor] Converted TextFile to TypeScript
|
2018-06-14 09:11:28 -04:00 |
|
danielyxie
|
fa42d4ee43
|
Merge pull request #288 from hydroflame/netscript-ps
Netscript ps function
|
2018-06-13 09:17:58 -05:00 |
|
danielyxie
|
ff12c87913
|
Merge pull request #279 from hydroflame/prevent-work-faction-bn2
prevent players from doing work through singularity in BN2 when the p…
|
2018-06-13 08:57:59 -05:00 |
|
Olivier Gagnon
|
758f00419b
|
added ps function to netscript, returns the list of processes currently running on that server
|
2018-06-13 00:03:02 -04:00 |
|
Olivier Gagnon
|
dd87a1bad3
|
prevent players from doing work through singularity in BN2 when the player already joined a faction
|
2018-06-10 00:55:25 -04:00 |
|