Commit Graph

433 Commits

Author SHA1 Message Date
hydroflame
ef167046eb
Merge pull request #3088 from danielyxie/dev
v1.5.0
2022-03-07 17:51:40 -05:00
Olivier Gagnon
bc952147fd v1.5.0 2022-03-07 17:51:02 -05:00
Steven Schoen
580ee2c522
Fix typo in 'Getting Started Guide for Beginner Programmers' 2022-03-05 19:01:10 -05:00
hydroflame
f5386acc17
Merge pull request #2915 from wdpk/patch-1
add list of available crimes to crime details
2022-03-01 10:57:26 -05:00
hydroflame
d4ddfccef7
Merge pull request #2898 from loganville/dev
Update recommendedbitnodeorder.rst
2022-03-01 10:44:24 -05:00
hydroflame
0dd7058830
Merge pull request #2978 from factubsio/patch-3
Clarify math expression operator precedence for coding contract
2022-03-01 10:38:00 -05:00
hydroflame
cc51659844
Merge pull request #3010 from ashtongreen/patch-6
Update hacking.rst
2022-03-01 10:35:59 -05:00
hydroflame
e4ce683421
Merge pull request #3009 from ashtongreen/patch-5
Update companies.rst
2022-03-01 10:35:43 -05:00
Ashton
030b736feb
Update hacking.rst
changed phrasing to remove implied pre-requisite.
2022-02-27 19:09:42 -08:00
Olivier Gagnon
b810e523ee update patch notes 2022-02-23 02:01:48 -05: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
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
Frederik Schönfeldt
34299f9990
Update augmentations.rst
sourced from the augmentations tab
2022-02-06 09:31:08 +01:00
wdpk
9087a48777
add list of available crimes to crime details 2022-02-04 19:05:22 -10:00
Logan H Koch
977a6795da
Update recommendedbitnodeorder.rst
Correct wording on source file leveling for Singularity Functions
2022-02-01 19:41:12 -07:00
Martin Fournier
bf6366cef4 Move markdown doc & quotes to ./docs subfolder 2022-01-26 05:35:21 -05:00
hydroflame
16b959338b
Merge pull request #2772 from ChrissiQ/patch-1
Update spawn.rst
2022-01-26 00:41:14 -05:00
Jordan Fearnley
45e106ebe5
Band-aid fix for visible 'spoilers' in factions RTD
Segments the table into multiple expandable parts using the raw RST directive to add HTML directly to the page. Not really a great practice, but would at least quell any arguments as to how spoiler heavy the page is in the meantime.

I'm not sure that the proposed change is up to standard, but will open the PR based on initial feedback to screenshots and leave for others to decide.

https://discord.com/channels/415207508303544321/924108882551386133/935278973154361434 - Screenshots of what it looks like when generated locally with sphinx
2022-01-24 21:30:00 +00:00
PSEUDOSTAGE
b255430875
inserted spoiler warning
Just included the spoiler warning from the other guide pages.
2022-01-24 15:07:49 -05:00
ChrissiQ
e175faecd8
Update spawn.rst
Code example comment represented passing '10' as an arg to the script, when actually it's the number of threads so a `-t 10` flag.  Fixed the comment to show this.
2022-01-23 01:06:06 -07:00
hydroflame
aff9b58040
Merge pull request #2724 from danielyxie/dev
RM caching
2022-01-20 16:22:41 -05:00
Joe
5952f01885 Fixed Coding Contract Documentation
The table wasn't displaying. Put a misplaced | back where it should be. Should work fine now.
2022-01-19 15:34:48 -06:00
Nathan Giusti
d9da8c5d20
Update scriptKill example
Function requires a hostname. Added the "home" hostname as an example.
2022-01-18 21:13:09 -05:00
hydroflame
b636b07416
Merge pull request #2691 from danielyxie/dev
v1.4
2022-01-18 15:33:10 -05:00
theit8514
3ff00facce Update sourcefiles.rst 2022-01-17 12:26:34 -05:00
hydroflame
ca0ad1267c
Merge pull request #2652 from danielyxie/dev
Merge bunch of PRs.
2022-01-15 18:40:05 -05:00
hydroflame
f621dd4a14
Merge branch 'dev' into documentation-updates 2022-01-15 17:47:17 -05:00
hydroflame
aed883bf06
Merge pull request #2504 from XxKingsxX-Pinu/patch-1
Removed N00dles from list in getting started Docs
2022-01-15 17:18:23 -05:00
Oliver Persson
1d84ffa01d
DuplicationSleeve wrong info fixed
Currently it states that you can buy duplicate sleeves and upgrade memory in any bitnode at or above BN.10 which you can't, you can only purchase it at BN.10.
2022-01-15 02:00:38 +01:00
Russell Stringer
181b8e0e73 remove mention of infiltration from stats.rst 2022-01-10 16:26:25 -05:00
Russell Stringer
ad71e5513c Remove mention of accessing underlying port data array from .rst file
Fixes #2201
2022-01-10 16:23:06 -05:00
Russell Stringer
e123642c8f Changes possibly ambiguous description of array jumping game contract
fixes #2281
2022-01-10 16:23:06 -05:00
Russell Stringer
215702d96b Add information about hp loss and "maximum level" to infiltration.rst
fixes #2513
2022-01-10 16:23:06 -05:00
Russell Stringer
1d4d88f637 Remove mention of exp gain and individual effects on infiltrate from stats.rst 2022-01-10 16:23:06 -05:00
Russell Stringer
896ee81d57 remove n00dles from servers with 16GB RAM in getting started guide
fixes #2444
2022-01-10 16:23:06 -05:00
hydroflame
9bfdd2ed16
Merge pull request #2521 from KenJohansson/patch-6
Update terminal.rst
2022-01-10 13:26:43 -05:00
hydroflame
a53b36ed27
Merge branch 'master' into dev 2022-01-09 21:12:10 -05:00
KenJohansson
09fef62906
Update terminal.rst
Removed reference to .fconf since it's no longer used.
2022-01-09 22:42:02 +01:00
XxKingsxX-Pinu
4dfa5d1e51
Removed "N00dles" from 16GB server list 2022-01-09 22:38:42 +10:00
hydroflame
9bac18b04f
Merge pull request #2438 from KenJohansson/patch-1
Update netscriptjs.rst
2022-01-07 12:50:52 -05:00
hydroflame
0835adbdc0
Merge pull request #2437 from KenJohansson/patch-2
Update terminal.rst
2022-01-07 12:50:43 -05:00
hydroflame
52f2b3b182
Merge pull request #2436 from KenJohansson/patch-3
Update scripts.rst
2022-01-07 12:50:03 -05:00
KenJohansson
d015f7bca1
Update autocomplete.rst
Removed references to .ns
2022-01-07 18:46:47 +01:00
KenJohansson
4010e5791f
Update scripts.rst
Removed reference to .ns
2022-01-07 18:44:56 +01:00
KenJohansson
1c9a1b6c19
Update terminal.rst
Removed references to .ns.
2022-01-07 18:42:37 +01:00