deansvendsen
f79470148e
DOCS: Adding information to CONTRIBUTING.md ( #1049 )
2024-01-23 16:18:00 -05:00
Zonoia
bc5789af60
MISC: Readthedocs configuration that redirects to this repo ( #833 )
2023-10-24 05:11:14 -04:00
Warrobot10
ad03e4ee82
Update CONTRIBUTING.md ( #862 )
2023-10-17 07:06:50 -04:00
hydroflame
931d7e588a
Remove more rtd references ( #702 )
2023-08-06 00:05:03 -04:00
Your Name
b4836e5329
v2.4.0
2023-07-30 22:08:36 -04:00
hydroflame
1a8b9a96ec
Documentation added ingame ( #667 )
2023-07-12 17:10:52 -04:00
Rodney Gauna
e6eb35fabc
Fix URL for Speaking JavaScript ( #658 )
2023-07-04 20:46:06 -04:00
Thomas P
6ed8ea9796
DOCS: Fixed broken link ( #593 )
2023-06-12 00:28:17 -04:00
tdnzr
8f312ba616
Update renamePurchasedServer.rst ( #585 )
2023-06-09 04:35:55 -04:00
tdnzr
4fc5a23bf1
Update rm.rst ( #584 )
2023-06-09 04:34:51 -04:00
omuretsu
f55551c0cd
2.3.1 release
2023-06-07 14:41:36 -04:00
HiEv
ed93fea141
DOC: Remove invalid use of const in example code ( #573 )
2023-06-06 01:49:48 -04:00
ttvasterikx
becca87224
Update gettingstartedguideforbeginnerprogrammers.rst ( #548 )
2023-05-29 14:53:47 -04:00
omuretsu
f75c185d39
Final 2.3.0
2023-05-25 16:45:51 -04:00
Nikolai Korolev
708950350a
DOC: Fix link on main page of documentation ( #520 )
2023-05-22 05:41:05 -04:00
Nikolai Korolev
7cbde69da8
DOC: Fix typos ( #517 )
2023-05-21 10:06:29 -04:00
omuretsu
48396bf8cb
Changelog update 2.3
2023-05-15 18:39:01 -04:00
Ryan McEntire
6e028a0744
DOC: Grammar and spelling fixes ( #499 )
2023-05-02 11:49:42 -04:00
Ryan McEntire
2f46831ad1
DOC: Grammar & language fixes for v2.0.0 migration ( #495 )
2023-04-30 17:37:28 -04:00
Snarling
8f684fa74c
Changelog and markdown update
2023-04-28 14:45:55 -04:00
David Walker
aa7facd4ba
NETSCRIPT: Greatly speed up script launching, and remove the limitation unique args per script ( #440 )
...
* Remove the limitation unique args per script
* Internal changes to how runningScripts are stored on the server, to make common usage faster.
2023-04-27 18:21:06 -04:00
omuretsu
4934801073
quick docfix
2023-03-21 21:25:24 -04:00
Mughur
be5bba8ad6
small fixes ( #429 )
2023-03-18 03:34:28 +02:00
Aditya Hegde
2f4c29fdf0
Clarifying that netscript ports are across servers ( #268 )
2023-02-28 06:59:37 -05:00
David Walker
f1793b187b
SOURCEFILE: Fix calculation of decMult ( #385 )
...
Changed SF1 to apply a 1/incMult multiplier to hacknet costs to match how NFG, SF12, etc. handle it. Previously was calculated as a %reduction.
Changed wording on SF9 to include a %reduction in hacknet costs.
Buffed SF9 effect to 12% base from 8%, to make up for weaker hacknet cost mults from SF1.
2023-02-27 20:41:42 -05:00
T.J. Eckman
33f0150d25
BUGFIX: Memory Leak in NetscriptPorts ( #399 )
...
Co-authored-by: Snarling <84951833+Snarling@users.noreply.github.com>
2023-02-27 19:54:04 -05:00
CJ Bok
5cef60cd21
Fixed the year for v2.2.2 ( #398 )
2023-02-26 19:20:04 -05:00
quacksouls
f50b731846
Fix doc typo for "Sanitize Parentheses in Expression" contract ( #389 )
2023-02-24 22:31:10 -05:00
Mughur
ee3b220858
fix typo ( #388 )
2023-02-24 14:10:57 +02:00
Mughur
6839a456ac
doc function updates and additions ( #387 )
2023-02-24 13:57:17 +02:00
Snarling
d3f9554a6e
2.2.2 Release ( #378 )
2023-02-21 09:44:18 -05:00
Snarling
af0ed1dbb0
Fix some inaccuracies
...
Removed line about bugfix only
Removed line about merging to master branch because that's not how we have it set up at this repo.
2023-02-16 22:22:54 -05:00
Snarling
08e71c732b
Threads are a positive integer ( #366 )
...
* Added new positive integer ns validation helper
* `run`, `exec`, and `spawn` verify threads as a positive integer.
* `run` terminal command also fails if the provided threadcount is not a positive integer.
* Removed some references to .script files in various documentation, and removed some of the NS1 example blocks
2023-02-14 01:32:01 -05:00
Mughur
88eb85da00
fix tFormat.rst filename capitalization
2023-02-08 03:47:42 +02:00
Mughur
67fde6167b
Fix tutorial getting started link
...
change tformat.rst file name
2023-02-08 03:46:42 +02:00
Mughur
6590fa1c97
small doc fixes
2023-02-07 16:26:02 +02:00
Mughur
23199ee705
fix previous commit, improve argument page on docs
2023-01-30 21:42:46 +02:00
Mughur
6369ab434b
Doc changes
2023-01-30 20:51:00 +02:00
Mughur
9c365d0da5
small fixes
2023-01-24 23:28:53 +02:00
Mughur
54e8875dd0
Merge pull request #310 from Mughur/docupdate
...
DOC: small doc fixes
2023-01-07 11:08:15 +02:00
Mughur
dc85850435
small doc fixes
2023-01-07 11:03:43 +02:00
Mughur
f47a588419
Merge branch 'dev' into patch-1
2023-01-06 15:31:19 +02:00
Mughur
fd3655a2fa
Massive doc update
2023-01-06 14:43:09 +02:00
alex
53018341aa
DOC: add info about netscript ports, fix typo
...
also changed some code blocks to use the newer code block style with js syntax highlighting https://sphinx-themes.org/sample-sites/sphinx-rtd-theme/kitchen-sink/blocks/#code-block
2023-01-05 23:06:34 -06:00
Snarling
31bf0c43d1
v2.2.1 ( #293 )
...
* handle enums differently
* Enums are frozen and fed directly to the proxy
* Enums are not included in the NSFull definition, allowing samekeys for RamCostTree<API>, InternalAPI<API>, and ExternalAPI<API>
* Rewrote a lot of the ramcalc test, with better typing thanks to the samekeys above
* Fix ns1 for proxy (args, pid, and enums after above changes were not being added to ns1 scripts.)
* Fixed an overview issue where the bars could display inaccurately.
Update changelog and bump version to 2.2.1
2023-01-04 09:45:17 -05:00
omuretsu
1670be1573
Changelog updates for latest hotfix
2023-01-03 12:04:47 -05:00
omuretsu
b2ecd82acc
Update changelog
2023-01-03 10:25:05 -05:00
omuretsu
77894cd9e5
Update changelog for hotfixes
2023-01-03 02:50:08 -05:00
Snarling
9820f9e24a
changelog formatting fix pt2
2023-01-02 17:20:49 -05:00
Snarling
7a69639e8e
fix changelog formatting
2023-01-02 17:14:41 -05:00