Commit Graph

8159 Commits

Author SHA1 Message Date
Undeemiss
001e8f6d06 Removed redPillFlag and minor refactors to MessageHelpers.ts
Removed redPillFlag, replacing its use with appropriate UI checks.
converted MessageFilenames to enum and removed unnecessary type checks.
2022-04-12 20:32:01 -05:00
hydroflame
c7702d8511
Merge pull request #3338 from phyzical/feature/add-more-hotkeys-for-zoom
Add more hotkeys for zoom
2022-04-12 21:04:32 -04:00
Olivier Gagnon
eaf0098cc7 move singularity to its own namespace but still support the old. 2022-04-12 20:55:28 -04:00
hydroflame
c8c271a334
Merge pull request #3401 from TheMas3212/feat/wrap-singularity
Wrap Singularity API with wrapper
2022-04-12 20:53:55 -04:00
Olivier Gagnon
3e357ab9a7 Added demos in stanek 2022-04-12 20:23:03 -04:00
Olivier Gagnon
2b4b59b371 fmy 2022-04-12 19:10:58 -04:00
hydroflame
df3314c2f2
Merge pull request #3416 from Undeemiss/stanek-info
Added info button to Stanek's Gift page
2022-04-12 19:09:38 -04:00
Undeemiss
1c58f29fe9 Added info button to Stanek's Gift page
Added a small button that can be clicked to bring up a concise,
to the point description of how the Stanek's Gift mechanic works.
2022-04-12 17:54:42 -05:00
hydroflame
b017fd2300
Merge pull request #3000 from JonathanBeverley/corp-expose-things-in-ui
Expose product and material details in API match UI
2022-04-12 17:49:29 -04:00
hydroflame
997f20aa68
Merge pull request #3414 from danielyxie/dev
clean up root files.
2022-04-12 17:38:31 -04:00
Olivier Gagnon
1f08d1b361 allbuild commit 12c54023 2022-04-12 17:37:40 -04:00
hydroflame
12c54023db
Merge pull request #3413 from danielyxie/fix-dev-building
Fix dev building
2022-04-12 17:35:42 -04:00
Olivier Gagnon
adcfbef1d0 do a build 2022-04-12 17:35:16 -04:00
Olivier Gagnon
2d2236bc71 rm some files and change webpack 2022-04-12 17:34:10 -04:00
hydroflame
95cbd79fa9
Merge pull request #3412 from danielyxie/stanek-improvements
few stanek improvements.
2022-04-12 17:19:43 -04:00
hydroflame
6ce05c5c49
Merge pull request #3411 from MartinFournier/hotfix/dist-build
Use ./dist instead of ./dist-dev in dev mode
2022-04-12 17:19:13 -04:00
Olivier Gagnon
de8b38b299 few stanek improvements. 2022-04-12 17:18:36 -04:00
Martin Fournier
54d9a1105e Remove unused files 2022-04-12 17:07:54 -04:00
Martin Fournier
3fc1d089c1 Use ./dist instead of ./dist-dev in dev mode 2022-04-12 17:07:30 -04:00
Olivier Gagnon
0ce2313ce8 allbuild commit 59bcf4d6 2022-04-12 15:38:28 -04:00
hydroflame
59bcf4d695
Merge pull request #3221 from MartinFournier/chore/move-bundle
Move main bundle output to ./dist subfolder
2022-04-12 15:35:26 -04:00
Olivier Gagnon
48ee6ac82e update browserlist 2022-04-12 14:59:53 -04:00
Olivier Gagnon
52e01fc026 fix a few things about getRecentScritps 2022-04-12 14:45:48 -04:00
hydroflame
a9b03f34ab
Merge pull request #2699 from smolgumball/add-ns-getRecentScripts
ns: add `ns.getRecentScripts()` to return recently killed scripts
2022-04-12 14:23:13 -04:00
hydroflame
68abd27d2c
Merge branch 'dev' into add-ns-getRecentScripts 2022-04-12 14:21:18 -04:00
Olivier Gagnon
219b9589cf update browserlist 2022-04-12 14:08:10 -04:00
Olivier Gagnon
8958046421 fix test 2022-04-12 14:06:24 -04:00
hydroflame
243cdceb8c
Merge pull request #3390 from nickofolas/improvement/stats-augs-ui
[Improvement] Overhaul Stats and Augmentations UI
2022-04-12 13:43:09 -04:00
hydroflame
0513aed239
Merge pull request #3403 from Chris380/bugfix/2486_auto_complete_connect_backdoored_server
Bugfix/2486 auto complete for connect and backdoored server
2022-04-12 13:37:43 -04:00
hydroflame
aa1ab030a3
Merge pull request #3404 from Chris380/bugfix/3057_hashCost_example_code
Fixed hashCost() example code
2022-04-12 13:37:32 -04:00
Olivier Gagnon
864816bd22 fix unknown 2022-04-12 13:37:19 -04:00
hydroflame
c38ab9e65f
Merge pull request #3405 from Chris380/bugfix/3111_hackAnalyzeSecurity_thread_limit
take into account max thread needed
2022-04-12 13:35:13 -04:00
hydroflame
a1a5a9428d
Merge pull request #3406 from Risenafis/fix-hammingcodes-example
Fix HammingCodes description
2022-04-12 13:21:21 -04:00
Risenafis
e27994367d fix HammingCodes description 2022-04-13 01:13:21 +09:00
chris380
fa29d2d9a8 take into account max thread needed 2022-04-12 17:42:49 +02:00
chris380
a49f68b0de Fixed hashCost() example code 2022-04-12 16:23:05 +02:00
chris380
93f59f0df2 formatting updated 2022-04-12 15:11:38 +02:00
chris380
16720ec3b7 update connect help text 2022-04-12 15:08:04 +02:00
chris380
6a941d57ed Add backdoored servers to connect autocompletion 2022-04-12 15:03:45 +02:00
TheMas3212
b2689eaa5a
Wrap Singularity API with wrapper
also refactored the RamCosts IMap as it didnt quite work properly due to
how the wrapper calculates function names
2022-04-12 16:51:10 +10:00
Olivier Gagnon
2d74b493ee Add sourceURL in comment to fill in stack trace 2022-04-11 21:46:17 -04:00
Olivier Gagnon
a11e2868df fmt 2022-04-11 21:45:55 -04:00
hydroflame
a17b81dff3
Merge pull request #2925 from Ornedan/necro-script-fix
Necro script fix
2022-04-11 21:36:07 -04:00
Olivier Gagnon
93e7083301 fix lint 2022-04-11 20:59:37 -04:00
hydroflame
674f3b0c9f
Merge pull request #3318 from smmalis37/empjobs
Fix docs for employeeProd and add employeeJobs.
2022-04-11 20:48:17 -04:00
hydroflame
3f4d00a8c2
Merge pull request #3350 from phyzical/bugfix/3348
Fix for install augmentation stale objects bug
2022-04-11 20:05:46 -04:00
Olivier Gagnon
50b6fa2c0a fmt 2022-04-11 19:39:06 -04:00
hydroflame
1705ced516
Merge pull request #3400 from TheMas3212/fix/wrapper-doesnt-recurs
fix netscript function concurrency wrapper doesnt recurs
2022-04-11 19:37:21 -04:00
TheMas3212
433873c5e2
run formater 2022-04-12 08:27:53 +10:00
TheMas3212
8d5632eb3e
fix netscript wrapper to wrap all functions, not just the top level 2022-04-12 08:20:34 +10:00