Olivier Gagnon
5d21bd7840
more theme
2021-10-08 02:04:12 -04:00
Olivier Gagnon
815b04037c
more theme
2021-10-08 01:49:12 -04:00
Olivier Gagnon
3cd0ae51e7
Change rdt theme to match game sorta
2021-10-08 01:39:40 -04:00
Olivier Gagnon
ed57a8c4f4
trying dark theme 2
2021-10-08 00:59:36 -04:00
Olivier Gagnon
0f7ad063ca
thing to know if rrdt has reloaded
2021-10-08 00:55:55 -04:00
Olivier Gagnon
809f9117b8
thing to know if rrdt has reloaded
2021-10-08 00:55:40 -04:00
Olivier Gagnon
38e165100f
Tried to change the theme
2021-10-08 00:55:06 -04:00
Olivier Gagnon
50cf362b3b
v0.55.0
2021-10-01 16:22:33 -04:00
Olivier Gagnon
6111c50eb1
updatedco
2021-09-21 17:47:27 -04:00
Nolshine
4e44e784c6
amend warning on getAugmentationCost doc
...
now directs players to use the desired functions
2021-09-21 14:11:51 +01:00
Olivier Gagnon
44d6845883
biuld 0.54.0
2021-09-20 00:38:05 -04:00
Olivier Gagnon
a3e624deba
remove ns2 example doing DOM manip
2021-09-20 00:14:30 -04:00
Tryneus
70205e06ee
Clarify that commitCrime
returns milliseconds, not seconds
2021-09-17 09:04:14 -07:00
Olivier Gagnon
cb31954b08
v0.53.0
2021-09-09 22:57:37 -04:00
vmesecher
6979082be7
Adds getAugmentationPrice() and getAugmentationReqRep() Netscript Singularity functions. Deprecates getAugmentationCost() Netscript singularity function.
2021-09-07 20:33:34 -07:00
Olivier Gagnon
0d5a302580
few more bug fixes
2021-09-07 17:18:02 -04:00
Olivier Gagnon
858b1e7468
documentation
2021-09-04 20:05:24 -04:00
Olivier Gagnon
a18bdd6afc
prettify, sorry for the big ass commit
2021-09-04 19:09:30 -04:00
David Edmondson
1e42f73e2a
Add prettier, and fix some CSS/line errors.
2021-09-04 13:18:35 -07:00
Olivier Gagnon
b621359a9e
fix changelog dates
2021-08-28 00:13:08 -04:00
Olivier Gagnon
bcb0606900
fix typo
2021-08-27 15:31:54 -04:00
Olivier Gagnon
42704d8695
v0.52.9
2021-08-27 15:26:12 -04:00
Olivier Gagnon
c9ab7908a7
another blocker against mku equal 0 and added tprintf
2021-08-27 11:05:36 -04:00
Olivier Gagnon
6d2b8b4f6f
v0.52.8
2021-08-23 02:09:49 -04:00
Olivier Gagnon
a564957092
v0.52.7
2021-08-21 14:00:28 -04:00
Olivier Gagnon
474befa091
v0.52.6
2021-08-21 00:31:42 -04:00
Olivier Gagnon
dcddc0c2d5
fix a few things
2021-08-20 14:39:24 -04:00
Olivier Gagnon
df457a0c6e
v0.52.5
2021-08-19 16:37:59 -04:00
Olivier Gagnon
1a1a43c1ce
v0.52.4
2021-08-19 01:45:26 -04:00
Olivier Gagnon
e4b2a6853d
v0.52.3
2021-08-15 16:23:54 -04:00
Olivier Gagnon
67e5e413e4
v0.52.2
2021-08-15 02:14:07 -04:00
Olivier Gagnon
306fe97ed8
rebuild with the version inside the game correctly udpated
2021-08-10 21:09:37 -04:00
Olivier Gagnon
c9b47ac3a6
Update changelog.
2021-08-10 21:03:40 -04:00
Olivier Gagnon
8c9f78394b
v0.52.1
2021-08-10 21:01:09 -04:00
hydroflame
643d2525c5
Merge pull request #1031 from PurePandemonium/patch-1
...
Update doc page for Singularity functions
2021-08-10 20:56:40 -04:00
Olivier Gagnon
1e3af43ab3
v0.52.1
2021-08-10 20:54:43 -04:00
Olivier Gagnon
e18aa08eeb
Fix crash when quitting an unfocused job
2021-08-10 19:36:52 -04:00
Joshua Morgan
0d3bc1ea1f
Update doc page for Singularity functions
...
Clean up the intro a bit and separate the list by level.
2021-07-08 14:09:45 -07:00
MageKing17
04c0c87242
Addressing feedback.
...
`flags` example should have the output, instead of the code, in a comment block. `formulas.basic.calculateExp` and `formulas.basic.hackChance` should have explicit `var` declarations.
2021-07-06 00:18:22 -07:00
MageKing17
8731a02ef0
Update Source-File documentation and descriptions.
...
Only SF-11 had incorrect multipliers, but quite a few were missing things that they unlock; in particular, even the in-game description of BN/SF5 didn't mention the formulas API, which is one of its major benefits (besides Intelligence). I also removed the empty rows from the Source-File description table; it's not exactly hard to add new rows when new BitNodes get added, and all that empty space looks bad.
2021-07-06 00:18:22 -07:00
MageKing17
30abcec74a
Update scriptScheduler.ns example to not be pointlessly async.
...
The example code gives the impression that `ns.run` and `ns.exec` are asynchronous, when they're not; making these functions async is adding overhead for no purpose.
2021-07-06 00:18:22 -07:00
MageKing17
ae15914efa
Update netscript documentation.
...
Unfortunately, I haven't used most of the specialty APIs yet, so I'm not intimately familiar with where their documentation might be wrong. I figured some fixes were better than no fixes, and I can always make more fixes later.
Fixes #1023 .
2021-07-06 00:18:22 -07:00
Olivier Gagnon
321dca4993
v0.52.0
2021-06-13 11:15:02 -04:00
Olivier Gagnon
d6a7471e0b
Added functions to create gang
2021-06-12 04:47:03 -04:00
Olivier Gagnon
34c2c70a2b
hotfix getPlayer non-singularity
2021-06-02 21:28:07 -04:00
Olivier Gagnon
0f266eaa42
v0.59.10
2021-05-31 17:34:23 -04:00
Olivier Gagnon
8ba63f4951
update changelog
2021-05-18 00:00:51 -04:00
Olivier Gagnon
b28f607056
v0.51.9
2021-05-17 23:59:45 -04:00
Olivier Gagnon
d96ad9fa6e
v0.51.8
2021-05-07 22:26:02 -04:00
Olivier Gagnon
6dde89f3c4
0518
2021-05-07 22:01:52 -04:00