Commit Graph

4874 Commits

Author SHA1 Message Date
hydroflame
adc95d1443 Merge pull request from danielyxie/dependabot/npm_and_yarn/follow-redirects-1.14.8
Bump follow-redirects from 1.14.7 to 1.14.8
2022-03-01 10:42:14 -05:00
hydroflame
1e8976f25e Merge pull request from phyzical/bugfix/redundant-import
removed unused imports
2022-03-01 10:39:34 -05:00
hydroflame
c8dd535d63 Merge pull request from MatthewTh0/dev
Grammar Fix
2022-03-01 10:39:02 -05:00
hydroflame
36e0177b0c Merge pull request from AdamTReineke/AdamTReineke-patch-1
Fix log message in ns.bladeburner.startAction
2022-03-01 10:38:50 -05:00
hydroflame
4cf28b47ea Merge pull request from citrusmunch/tutorial-typo
FIX: tutorial typo
2022-03-01 10:38:36 -05:00
hydroflame
6a1af43555 Merge pull request from factubsio/patch-2
Clarify units for RunningScript.*RunningTime
2022-03-01 10:38:26 -05:00
hydroflame
5c6640dcde Merge pull request from citrusmunch/scan-usage
FIX: old name netstat/scan to just scan
2022-03-01 10:38:10 -05:00
hydroflame
0dd7058830 Merge pull request from factubsio/patch-3
Clarify math expression operator precedence for coding contract
2022-03-01 10:38:00 -05:00
hydroflame
f3ecff2e93 Merge pull request from Risenafis/donate-threshold
Fix favor threshold for donateToFaction
2022-03-01 10:37:13 -05:00
hydroflame
c7127ed56f Merge pull request from citrusmunch/augmentation-typo
FIX: typo in augmentation installation message
2022-03-01 10:36:52 -05:00
hydroflame
fe20a98763 Merge pull request from factubsio/patch-4
Clarify some of the fields in `GangMemberInfo`
2022-03-01 10:36:44 -05:00
hydroflame
41ea4a03c9 Merge pull request from citrusmunch/curent-typos
FIX: "curent" typos
2022-03-01 10:36:25 -05:00
hydroflame
cc51659844 Merge pull request from ashtongreen/patch-6
Update hacking.rst
2022-03-01 10:35:59 -05:00
hydroflame
e4ce683421 Merge pull request from ashtongreen/patch-5
Update companies.rst
2022-03-01 10:35:43 -05:00
hydroflame
e6dcae1e5c Merge pull request from danielyxie/dependabot/npm_and_yarn/url-parse-1.5.10
Bump url-parse from 1.5.3 to 1.5.10
2022-03-01 10:34:30 -05:00
hydroflame
c5c48a96b3 Merge pull request from ChrissiQ/fix-documentation-stopaction-add-gym
📝  (TSDoc Definitions) Add gym workout to stopAction actions.
2022-03-01 10:32:59 -05:00
hydroflame
81c4a7f6cf Merge pull request from ChrissiQ/tsdoc-inherit-overloaded-fns
📝  (TSDoc Definitions) Inherits doc for overloaded NS methods.
2022-03-01 10:32:48 -05:00
Ashton
030b736feb Update hacking.rst
changed phrasing to remove implied pre-requisite.
2022-02-27 19:09:42 -08:00
dependabot[bot]
03c0c662a8 Bump url-parse from 1.5.3 to 1.5.10
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-26 04:08:34 +00:00
ChrissiQ
8ab5ff9565 📝 (TSDoc Definitions) Add gym workout to stopAction actions. 2022-02-24 14:57:05 -07:00
Olivier Gagnon
ee887de151 update version 2022-02-23 10:45:26 -05:00
hydroflame
f4d342f15b Merge pull request from phyzical/bugfix/3027
add post install to also install electron folder's deps
2022-02-23 10:43:07 -05:00
phyzical
e597798aef add post install to also install electron folder's deps 2022-02-23 18:13:54 +08:00
Olivier Gagnon
c26c9a0c3a fix lint 2022-02-23 02:50:38 -05:00
Olivier Gagnon
b810e523ee update patch notes 2022-02-23 02:01:48 -05:00
ChrissiQ
a2fd6736f4 📝 (TSDoc Definitions) Inherits doc for overloaded NS methods.
The overloaded methods `NS.kill()`, `NS.getScriptExpGain()`,
`NS.getScriptIncome()`, and `NS.scp()` have broken documentation because the
overloaded function is not documented correctly. I've added `@inheritDoc` tags to
the declarations in order to associate the documentation to the overloaded method.

As shown in these files with broken documentation:
https://github.com/danielyxie/bitburner/blob/dev/markdown/bitburner.ns.kill_1.md
https://github.com/danielyxie/bitburner/blob/dev/markdown/bitburner.ns.scp_1.md
https://github.com/danielyxie/bitburner/blob/dev/markdown/bitburner.ns.getscriptexpgain_1.md
https://github.com/danielyxie/bitburner/blob/dev/markdown/bitburner.ns.getscriptincome_1.md
2022-02-22 18:36:30 -07:00
Ashton
a4b52ee13a Update doc/source/basicgameplay/companies.rst
Co-authored-by: ApamNapat <ApamNapat@users.noreply.github.com>
2022-02-22 15:12:45 -08:00
Ashton
ea35f8d0e6 Update doc/source/basicgameplay/companies.rst
Co-authored-by: ApamNapat <ApamNapat@users.noreply.github.com>
2022-02-22 15:12:37 -08:00
Ashton
94b826f8ba Update doc/source/basicgameplay/hacking.rst
Yep, that's cleaner.

Co-authored-by: ApamNapat <ApamNapat@users.noreply.github.com>
2022-02-22 15:12:12 -08:00
Ashton
74f95b6e75 Update hacking.rst
Added the suggested direct connect and the scrambled location.
2022-02-21 01:03:03 -08:00
Ashton
061d723821 Update hacking.rst
Notes on Backdoors.
2022-02-20 21:04:49 -08:00
Ashton
3847e5dd86 Update companies.rst
Added notes on how Working Works.
2022-02-20 21:02:46 -08:00
citrusmunch
ce8378e4db FIX: "curent" typos 2022-02-15 12:22:49 -05:00
factubsio
5193ff3156 Clarify some of the fields in GangMemberInfo
The most misleading of these is `str_mult`, which is actually the multiplier from equipment.
2022-02-14 20:00:49 +00:00
citrusmunch
a534d27313 FIX: typo in augmentation installation message
"chosing" -> "choosing"
2022-02-14 10:14:54 -05:00
Risenafis
04cfdc76ae Fix favor threshold for donateToFaction 2022-02-14 23:25:30 +09:00
factubsio
a666fb888a Add clarification to in-game text 2022-02-14 11:00:15 +00:00
factubsio
fb73b1cb9e Clarify math expression operator precedence
The description + examples leave this ambiguous, this change adds a hint.
2022-02-14 10:57:53 +00:00
citrusmunch
cc3452a766 FIX: old name netstat/scan to just scan
seems like an old/deprecated name not used anywhere else
2022-02-14 00:47:37 -05:00
factubsio
7902699f99 Clarify units for RunningScript.*RunningTime
Most other times are specified in milliseconds, rather than the seconds used for the running time - this should be made clear in the docs.
2022-02-13 22:22:03 +00:00
citrusmunch
6e09241ff4 FIX: tutorial typo
"connect so it" -> "connect to it"
2022-02-13 16:46:13 -05:00
Adam Reineke
41fe4e5813 Fix log message in ns.bladeburner.startAction 2022-02-12 21:26:06 -08:00
Matthew Thornton
fe0262eda1 Grammar Fix
Product is the noun, while the correct part of speech here is the verb "produce". 
Also of note, the limit doesn't change unless data is entered and then removed (otherwise the previous limit is kept) even if the button is clicked (which isn't the expected behavior based on the text). However, I'm not sure how to convey this succintly though and I'm not familiar enough with React to change the value when only the button is clicked (especially since it is probably the intended behavior to not change the value when the modal is closed by clicking outside of it).
2022-02-12 15:40:17 -06:00
dependabot[bot]
2dedd65cc1 Bump follow-redirects from 1.14.7 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 02:32:04 +00:00
phyzical
659ba9e27e removed unsed imports 2022-02-07 22:50:34 +08:00
hydroflame
9ddb1c4379 Merge pull request from SagePtr/can-run-scripts
Show "Can run scripts" to "NO" for zero-RAM servers in "analyze" command
2022-01-29 11:27:05 -05:00
SagePtr
40f2d16f44 Show "Can run scripts" to "NO" for zero-RAM servers in "analyze" command 2022-01-29 18:10:59 +02:00
hydroflame
9294ff3e9e Merge pull request from MatthewTh0/patch-1
Spelling fixes in comments
2022-01-28 16:32:56 -05:00
Matthew Thornton
48d4f698c2 Spelling fixes in comments
This just fixes some misspelling in the comments, doesn't change any code or variables.
2022-01-28 14:57:52 -06:00
hydroflame
097e808193 Merge pull request from zeddrak/patch-7
Fix for Dev not building
2022-01-28 13:13:14 -05:00