tigercat2000
|
6e96428643
|
Update print and tprint signatures to match code
In https://github.com/danielyxie/bitburner/pull/1380, print() and
tprint() were both changed to allow for variadic arguments, but this
wasn't documented in NetscriptDefinitions.d.ts.
|
2022-01-06 04:13:36 -08:00 |
|
Martin Fournier
|
c9ca1e9d37
|
Add ns.ui.setTheme() and ns.ui.resetTheme()
|
2022-01-04 20:33:18 -05:00 |
|
Woody Lam
|
d7cd5b0d96
|
Fix #2230 typo (again)
|
2022-01-04 22:40:41 +00:00 |
|
Olivier Gagnon
|
dfae337d26
|
Merge branch 'dev' of github.com:danielyxie/bitburner into dev
|
2022-01-03 15:49:05 -05:00 |
|
hydroflame
|
69ed320b93
|
Merge pull request #2287 from daanflore/dev
Saw in vscode that some typedefenitions where not the same as how they work in the game
|
2022-01-03 15:44:08 -05:00 |
|
hydroflame
|
8e0b5e3ecd
|
Merge pull request #2288 from pan-kuleczka/dev
ns.hackAnalyze definition fix to match markdown
|
2022-01-03 15:43:48 -05:00 |
|
Andriy Mykhaylyk
|
38923af436
|
fix ns.run args type definition
|
2022-01-03 16:10:22 +01:00 |
|
daan flore
|
8c851b577a
|
Adding correct types at run args command
|
2022-01-02 20:40:57 +01:00 |
|
daan flore
|
74ee7f371d
|
String value should also be possible to write
|
2022-01-02 19:24:16 +01:00 |
|
pan-kuleczka
|
62c19c9078
|
hackAnalyze definition fix to match markdown
|
2022-01-02 18:56:52 +01:00 |
|
daan flore
|
f8607ce73e
|
Adding dorgotten typescript defenitions to file
|
2022-01-02 18:54:11 +01:00 |
|
hydroflame
|
a6be7ecc3e
|
Merge pull request #2243 from TheMas3212/dev
Add Function Call signatures to ns.kill so typescript is able to call ns.kill correctly
|
2022-01-02 11:39:56 -05:00 |
|
Brandon Bothell
|
dd4b548917
|
docs: comma for good measure
|
2022-01-02 02:40:03 -05:00 |
|
TheMas3212
|
8707dc7079
|
remove extra function signature for ns.kill()
|
2021-12-31 23:33:23 +11:00 |
|
TheMas3212
|
e3e1770439
|
Fix Typedef for getScriptIncome/getScriptExpGain
Current Typedef does not allow using the run with no arguments for
totals versions
|
2021-12-31 23:31:46 +11:00 |
|
TheMas3212
|
31ed5d8f64
|
Add Function Call signatures to ns.kill so typescript is able to call
ns.kill(pid)
previously it will fail to compile due to not providing a host argument
|
2021-12-31 10:58:56 +11:00 |
|
hydroflame
|
cc4f07d037
|
Merge pull request #2175 from Xynrati/patch-3
Removing old comment about removed parameter
|
2021-12-28 11:59:41 -05:00 |
|
Alexander Morland
|
aaf1ad4ae5
|
Fixed typo
needed to fix docs
|
2021-12-28 17:27:21 +01:00 |
|
Xynrati
|
26ab62eea6
|
More comments to be removed
|
2021-12-28 08:04:50 -08:00 |
|
hydroflame
|
9f9ce40ef0
|
Merge pull request #2179 from antonvmironov/fix-CorporationInfo.state
Fix CorporationInfo.state
|
2021-12-28 10:37:42 -05:00 |
|
ReeseJones
|
1087db9f33
|
changed setting to selling in getSaleGain
|
2021-12-26 14:35:46 -08:00 |
|
Anton Mironov
|
3dd818cb7b
|
Updating doc for CorporationInfo.state
Now includes a list of possible values.
|
2021-12-24 17:35:23 +01:00 |
|
Hedrauta
|
3eedd9df88
|
empty host = current host
|
2021-12-24 00:23:38 +01:00 |
|
TheMas3212
|
e0aaa383a4
|
modify BasicHGWOptions definition to mark threads parameter as optional
this is used by hack, grow and weaken all of which dont require it to be defined
|
2021-12-23 14:42:06 +11:00 |
|
hydroflame
|
bfdfee2a68
|
Merge branch 'dev' into mychanges
|
2021-12-22 16:16:24 -05:00 |
|
Olivier Gagnon
|
d2d6c33fc8
|
mychanges
|
2021-12-22 16:15:56 -05:00 |
|
hydroflame
|
fba2265cce
|
Merge pull request #2118 from Icehawk78/feat/add-ns2-examples-docs
Add ns2 examples to the netscript docs
|
2021-12-22 15:21:06 -05:00 |
|
Nicholas Galauxy
|
35cfa9492e
|
Fix unintended spacing change
|
2021-12-22 13:38:32 -06:00 |
|
Nicholas Galauxy
|
ed4d4d091c
|
Update docs to include NS2 examples
|
2021-12-22 13:36:44 -06:00 |
|
hydroflame
|
dbf8c788e0
|
Merge pull request #2111 from mikomyazaki/2027-documentation-updates
Documentation updates
|
2021-12-22 14:30:14 -05:00 |
|
Xynrati
|
21ac94dbb3
|
Add ns2 example for scp
|
2021-12-22 09:38:21 -08:00 |
|
Andrew Cooper
|
c2e5c9f371
|
Documentation updates to getgrowtime, gethacktime, getweakentime, hack, hackanalyze and weaken.
|
2021-12-22 17:25:09 +00:00 |
|
Hedrauta
|
7f3f5c7648
|
commitCrime will return milliseconds 😉
|
2021-12-22 02:00:22 +01:00 |
|
hydroflame
|
79eb2f7e0b
|
Merge pull request #2092 from theit8514/script-focus-v2
Add focus parameter to workForCompany/workForFaction
|
2021-12-21 11:02:26 -05:00 |
|
hydroflame
|
26106fa71d
|
Merge pull request #2077 from MartinFournier/feature/get-theme
Add ns.ui.getTheme() api function
|
2021-12-21 10:57:58 -05:00 |
|
theit8514
|
d873f7279b
|
Add focus parameter to workForCompany/workForFaction
Defaults to true to keep previous behavior.
|
2021-12-21 08:13:18 -05:00 |
|
Dan
|
8ccb128e6f
|
docs(ns.getPlayer): update doc to have ram cost
Resolves danielyxie/bitburner#2084
|
2021-12-21 01:44:32 +00:00 |
|
Olivier Gagnon
|
b57ac45698
|
doc
|
2021-12-20 15:59:46 -05:00 |
|
Olivier Gagnon
|
41a7109baa
|
fix
|
2021-12-20 15:48:26 -05:00 |
|
Martin Fournier
|
65d0877edc
|
Add ns.ui.getTheme() api function
|
2021-12-20 14:37:10 -05:00 |
|
Olivier Gagnon
|
5dc9ac040a
|
toast time config
|
2021-12-20 13:29:04 -05:00 |
|
Jordan Turner
|
f678574a6c
|
made it more clear what nuke exe does
|
2021-12-19 13:47:34 -07:00 |
|
hydroflame
|
d5201885aa
|
Merge pull request #1997 from pobiega/fix/nformat-return-type
ScriptEditor NetScriptDefinitions: nFormat should return string
|
2021-12-18 14:40:20 -05:00 |
|
Robin Rexstedt
|
87d8f67df1
|
make nFormat return a string
|
2021-12-18 13:12:23 +01:00 |
|
Adraxas
|
069d76df25
|
Fix NS.exec signature
|
2021-12-17 18:40:00 -08:00 |
|
Martin Fournier
|
217b94d0a0
|
Fix #1863: Add getHashUpgrades hacknet function
Adds a new functions ofr hacknet servers that returns the list of
available hash upgrades.
|
2021-12-17 05:35:17 -05:00 |
|
Olivier Gagnon
|
33e918fc49
|
doc
|
2021-12-16 15:28:53 -05:00 |
|
Olivier Gagnon
|
e16fba2418
|
scan doc
|
2021-12-16 15:21:00 -05:00 |
|
Olivier Gagnon
|
5718800b91
|
doc update
|
2021-12-16 12:41:18 -05:00 |
|
Olivier Gagnon
|
6ef99e138c
|
fix BN exploit
|
2021-12-16 12:40:24 -05:00 |
|