markusariliu
bb85568cbf
clarify error
...
The error message for running multiple instances of the same script with the same args should be updated to clarify that the args is the issue not just the multiple instances
2022-01-10 21:54:38 -08:00
smolgumball
c8db709287
Add hostname safety
2022-01-10 21:00:52 -07:00
smolgumball
358f5ee8ee
Add simple clickable links to ls command
...
Only supports `nano` as I couldn't figure out how to infer `vim`
support without an explicit `nano` or `vim` command being run.
2022-01-10 20:40:02 -07:00
nickofolas
5cd7e2cfbc
Add support for contract completion
2022-01-10 16:39:06 -06:00
nickofolas
8c001bd1ae
Allow autocomplete for partial executables
2022-01-10 16:32:50 -06:00
daan flore
0d006d0a64
Adding correct type to getPortHandle function
2022-01-10 22:49:42 +01:00
daan flore
66fbec5365
Cleanup of code
2022-01-10 22:33:50 +01:00
daan flore
51edac414e
Adding IPort interface and correcting return value of getPortHandle in NetscriptDefinitions file
2022-01-10 22:31:30 +01:00
Russell Stringer
181b8e0e73
remove mention of infiltration from stats.rst
2022-01-10 16:26:25 -05:00
Russell Stringer
a16fad7f01
Add documentation about using PID for some ns functions
...
Fixes #2219
2022-01-10 16:23:06 -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
3276cf3c32
Add documentation for NetscriptPort to NetscriptDefinitions
2022-01-10 16:23:06 -05:00
Russell Stringer
26ae4345cf
Try to clear up confusing documentation for TIX.getOrders()
...
api-documenter won't generate property lists for [key: string]: type
interfaces, so I tried to put explanations and @links in the appropriate
remarks sections.
Since the list of stock symbols is known, this could also be fixed by
setting each symbol as an optional property of the StockOrder interface
Fixes #2269
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
2989306ac8
Add (in GB) note to params/return values documentation where missing
...
fixes #2403
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
Russell Stringer
cfa1b9e236
adds missing bitnode mults to definitions file
...
fixes #2424
2022-01-10 16:23:06 -05:00
theit8514
dcc9c6955a
Expand support for Export declarations with source parameters
2022-01-10 15:54:57 -05:00
nickofolas
4e94b3db4e
Remove unneeded rolloverRep attribute
2022-01-10 14:19:25 -06:00
nickofolas
30f6d157d9
Fix indentation
2022-01-10 14:15:32 -06:00
nickofolas
b731b9946e
Update Company favor gaining
2022-01-10 14:08:17 -06:00
hydroflame
f742782e4a
Merge pull request #2536 from nickofolas/realtime-company
...
Update job page in real time
2022-01-10 14:51:50 -05:00
nickofolas
e9dcfb9bd0
Update job page in real time
2022-01-10 13:39:58 -06:00
hydroflame
096ab6acfd
Merge pull request #2534 from stinky-lizard/dev
...
Add pointer cursors to the Bitnode portals in the Bitverse
2022-01-10 14:16:12 -05:00
stinky-lizard
3411823b8d
Update BitverseRoot.tsx
2022-01-10 14:07:31 -05:00
hydroflame
5eaf31cfce
Merge pull request #2526 from pigalot/expose-react-as-global
...
Expose react as global
2022-01-10 13:27:39 -05:00
hydroflame
ae0e24eba0
Merge pull request #2528 from XxKingsxX-Pinu/dev
...
Fixing spelling mistake
2022-01-10 13:26:53 -05:00
hydroflame
b51a2dee8d
Merge pull request #2512 from MartinFournier/feature/draggable-overview
...
Update Character Overview to use react-draggable
2022-01-10 13:26:32 -05:00
hydroflame
4156212c0d
Merge pull request #2523 from MartinFournier/fix/unavailable-achievements
...
Fix unavailable achievements condition
2022-01-10 13:26:10 -05:00
hydroflame
bdd4c983bc
Merge pull request #2531 from zeddrak/patch-3
...
Commit Crime Returns updated
2022-01-10 13:25:28 -05:00
Martin Fournier
7ee2612c17
Allow drag on character overview
...
Makes the character overview (and tutorial) draggable, persisting the
{x, y, opened} in the user's settings.
- Remove margin & padding from html, body and ensure main content is
full height
- Add setting to disable progress bars
- Refactor options to use new OptionSwitch
- Add exclusions to prettierignore
- Specify line ending in prettier & gitattributes
2022-01-10 07:37:01 -05:00
zeddrak
02e9ae6e8e
Commit Crime Returns updated
...
Updated the text for the return value of commitCrime to match the description (and not the create programs hold-over)
2022-01-10 02:58:16 -08:00
XxKingsxX-Pinu
034592678e
Fixing spelling mistake
...
Fixing spelling mistake on indexedDbRequest.onsuccess promise reject
2022-01-10 15:17:04 +10:00
smolgumball
3f032d7006
Update verbiage to match UI (Script Editor vs. Text Editor)
2022-01-09 20:41:48 -07:00
smolgumball
b6f252cd8c
Update terminal help to mention globs; refactor to dedupe nano/vim usage details
2022-01-09 20:26:56 -07:00
smolgumball
74ba063772
Add simple glob support to nano/vim usage
2022-01-09 20:26:26 -07:00
hydroflame
a53b36ed27
Merge branch 'master' into dev
2022-01-09 21:12:10 -05:00
pigalot
59bb921a39
Expose React and ReactDOM as global objects
2022-01-10 02:11:51 +00:00
pigalot
fe1f0dd0c8
Merge pull request #2 from danielyxie/dev
...
Update fork
2022-01-10 02:00:25 +00:00
Martin Fournier
964cd74b9a
Add missing achievement icon
2022-01-09 18:03:00 -05:00
Martin Fournier
0f9409789e
Fix unique keys warning for secrets
2022-01-09 18:02:22 -05:00
Martin Fournier
b768a68467
Fix unavailable achievements condition
2022-01-09 17:51:46 -05:00
TheMas3212
3da3a61e20
manMax, oneOf, subsetOf validators
2022-01-10 07:37:46 +11:00
TheMas3212
d9064b608f
PoC for save validation on load via hooking the Reviver function and
...
static property validationData on classes
PoC/example implemented with HacknetNode:
validates cores is a number in the range between 1 and HacknetNodeConstants.MaxCores
validates level is a number in range between 1 and HacknetNodeConstants.MaxLevel
validates ram is a number in range between 1 and HacknetNodeConstants.MaxRam
validates onlineTimeSeconds in non negative number
validates totalMoneyGenerated is a non negative number
2022-01-10 07:37:46 +11:00
Olivier Gagnon
d8a5f5b03c
many fixes
2022-01-09 15:24:32 -05:00
Olivier Gagnon
ab15481cd6
try to fix the game hanging
2022-01-09 14:11:33 -05:00
hydroflame
74504a68f8
Merge pull request #2493 from TheMas3212/fix-2492
...
clear Player.companyName if set to company when quiting work for said company
2022-01-09 13:02:59 -05:00
hydroflame
f6bc3b0b5e
Merge pull request #2495 from TheMas3212/fix-2163
...
Clear input field for CodingContractModal after submission
2022-01-09 13:01:34 -05:00