hydroflame
d37c44d108
Merge pull request #4053 from quacksouls/dev
...
DOC: typo fix in description of Caesar cipher
2022-08-29 10:57:45 -03:00
hydroflame
de12893da6
Merge pull request #4056 from Snarling/dynamicRamCheckFix
...
NETSCRIPT: FIX #4055 Fix dynamic ram check
2022-08-29 10:57:33 -03:00
hydroflame
4ae9c95237
Merge pull request #4059 from Hoekstraa/rfa-netscriptdefinitions
...
RFA: NetscriptDefinitions retains export strings
2022-08-29 10:56:59 -03:00
Snarling
9d942f3393
sleevesActuallyQuitToo
2022-08-29 04:12:02 -04:00
Snarling
c2af87a769
sleevesQuitToo
2022-08-29 04:02:38 -04:00
Florian Schöffl
282dc28c8d
INFILTRATION: Corrected ns formula for infiltration rewards
...
In commit
7c5097ee83d9e2d185960a9c96739a78981bd600 the author extracted the functionality for infiltration rewards into a NS function and made it accessible via formulas.
The exposed function does however not use the same input parameters as the Victory screen after infiltration since he uses the difficulty and not the starting difficulty.
Difficulty is clamped to [0;3], so the formulas api showed for high difficulty servers a vastly lower result.
2022-08-29 02:35:39 +02:00
Zoë Hoekstra
793255aecd
Remove replacement of "export " to ""
2022-08-28 22:39:01 +02:00
Snarling
185549e7e4
fix dynamic ram check
2022-08-28 07:44:41 -04:00
Mughur
cf09057836
BB action rewards now tied to who does the action
2022-08-28 13:20:27 +03:00
Mughur
ce5d777f59
Merge branch 'danielyxie:dev' into sleeve
2022-08-28 10:47:49 +03:00
Mughur
1724f0e3ff
Merge branch 'danielyxie:dev' into dev
2022-08-28 10:47:40 +03:00
Duck McSouls
6e744b2e76
Typo fix in description of Caesar cipher.
...
Fix a typographical error in the description of Caesar cipher. The description is in the documentation on coding contracts.
2022-08-28 14:47:50 +10:00
Snarling
ef1f376c09
format, lint, remove unused "running" property on ws
2022-08-27 22:32:48 -04:00
Snarling
6f36e9cdc5
Fix/Unify NS1 wrapper
2022-08-27 20:56:12 -04:00
Olivier Gagnon
3ee55b2918
allbuild commit 1fdc36b1
2022-08-26 17:51:48 -04:00
Olivier Gagnon
1fdc36b1e7
Merge branch 'dev' of github.com:danielyxie/bitburner into dev
2022-08-26 17:49:54 -04:00
Olivier Gagnon
5f41226c21
Fix scp and write in ns1
2022-08-26 17:49:27 -04:00
MPJ / Quadryo
197081dd3e
Fix #3963
...
Adds a previously missing `throw` to allow `bladeburner.setActionLevel()` to properly produce errors and prevent invalid action levels from being set.
2022-08-26 20:59:26 +02:00
hydroflame
a5fb280be8
Merge pull request #4048 from Kelenius/CrimeWorkUISucChanceAndFix
...
UI: Improvements to crime work UI
2022-08-26 15:10:49 -03:00
Kelenius
e16140fe9c
Improvements to crime work UI
2022-08-26 21:03:30 +03:00
hydroflame
554f6d15d8
Merge pull request #4044 from Hoekstraa/rfa-type-fix
...
RFA: Fix type of RFAMessages with non-String results
2022-08-26 14:18:46 -03:00
Zoë Hoekstra
45c15c9953
Extract result type and correct it for getAllFiles
2022-08-26 11:31:37 +02:00
Zoë Hoekstra
ceb4a05289
Fix type of RFAMessages with non-String results
2022-08-26 11:17:47 +02:00
Mughur
7b7858d8e3
Only the wanted commits this time
2022-08-26 12:03:25 +03:00
Mughur
e361866ab8
Merge branch 'danielyxie:dev' into sleeve
2022-08-26 00:35:05 +03:00
Mughur
9d1b48e076
Fixing my previous mistakes
2022-08-26 00:30:27 +03:00
hydroflame
2463fc2012
Merge pull request #4028 from Snarling/scpAndWriteDocFix
...
NETSCRIPT: Update netscript definition file for scp, write, read, and flags
2022-08-25 16:37:07 -03:00
hydroflame
e554a6ac13
Merge pull request #4027 from Snarling/ANSIFix
...
TERMINAL: Fix ansi display bugs
2022-08-25 16:35:44 -03:00
hydroflame
f03d015a8a
Merge pull request #4036 from quacksouls/dev
...
NETSCRIPT: Typo fixes in CodingContract, Hacknet, Singularity APIs
2022-08-25 16:35:12 -03:00
Mughur
a6d4ef4147
sleeve.getTask() retuns which crime name
2022-08-25 20:28:05 +03:00
Mughur
1a1decf5fd
sleeve BB contracts now properly give money
2022-08-25 20:06:19 +03:00
Mughur
bf33734def
Sleeve shock goes down, but not to negative
2022-08-25 18:49:01 +03:00
Mughur
2e4e7fadfc
fix Sleeve UI gains
2022-08-25 18:19:14 +03:00
Mughur
c5cbbb2fbd
fix sleeve bb
2022-08-25 17:23:14 +03:00
Mughur
42a03894e5
Update doc/source/guidesandtips/recommendedbitnodeorder.rst
...
Co-authored-by: Kelenius <kelenius@ya.ru>
2022-08-25 15:16:49 +03:00
Mughur
fa9f34aba2
update docs a bit more
2022-08-25 14:47:31 +03:00
Florian Schöffl
0c93764ef8
Added weight to GangMemberTask construction call
...
Added hackWeight: 100 to GangMember Task construction call to prevent error messages from the constructor checks.
Since we only compare with roughlyIs() this will have no impact on functionality
2022-08-25 11:08:33 +02:00
Duck McSouls
84eabad6ac
Typo fixes in CodingContract, Hacknet, and Singularity.
...
Fix some typographical errors in the CodingContract, Hacknet, and Singularity APIs. I have yet to look over other APIs, but I don't want to make the patch any larger than it currently is.
2022-08-25 10:52:24 +10:00
Snarling
d1aa114e29
Fix build error / additional type for flags
2022-08-24 20:28:38 -04:00
Snarling
650db2dee7
Add type fix for flags
2022-08-24 19:09:18 -04:00
Snarling
bba9317ef6
incorporate read changes
2022-08-24 18:42:42 -04:00
hydroflame
ccbca5c38c
Merge pull request #4035 from dhosborne/dev
...
Removed console.log line
2022-08-24 19:38:01 -03:00
MycroftJr
1135508683
fix ns.read return type
2022-08-24 18:36:50 -04:00
Derek H Osborne
6e02a70eea
Removed console.log line
2022-08-24 17:22:16 -05:00
Olivier Gagnon
08f8c2b434
allbuild commit e593216e
2022-08-24 10:16:08 -04:00
hydroflame
e593216e77
Merge pull request #4032 from alainbryden/patch-1
...
Coding Contracts: Don't stringify answer if already a string
2022-08-24 11:14:42 -03:00
Alain Bryden
359def2b61
Don't stringify answer if already a string
2022-08-24 11:09:35 -03:00
hydroflame
839703090b
Merge pull request #4029 from quacksouls/dev
...
NETSCRIPT: Fix a typo in doc of Singularity.travelToCity()
2022-08-24 01:14:32 -03:00
Duck McSouls
d38ef01a94
A typo fix.
...
Fix a typographical error. From a first time contributor.
2022-08-24 13:57:42 +10:00
Snarling
4d47785f28
Fix ns documentation for scp and write
2022-08-23 22:06:05 -04:00