hydroflame
|
b80cc31cb0
|
Merge pull request #2245 from MartinFournier/doc/electron
Add documentation for electron app build
|
2022-01-02 11:40:17 -05:00 |
|
hydroflame
|
a6be7ecc3e
|
Merge pull request #2243 from TheMas3212/dev
Add Function Call signatures to ns.kill so typescript is able to call ns.kill correctly
|
2022-01-02 11:39:56 -05:00 |
|
hydroflame
|
1a07399312
|
Merge pull request #2248 from MartinFournier/feature/confirm-save-import
Add validation & confirm prompt for save import
|
2022-01-02 11:39:10 -05:00 |
|
hydroflame
|
8cfb355ca2
|
Merge pull request #2250 from MartinFournier/feature/backdoored-loc-tooltip
Add tooltip on backdoored location name
|
2022-01-02 11:38:01 -05:00 |
|
hydroflame
|
c5248fabb3
|
Merge pull request #2249 from MartinFournier/feature/add-themes
Add new community themes from discord
|
2022-01-02 11:37:51 -05:00 |
|
hydroflame
|
d53b87b8ce
|
Merge pull request #2251 from MartinFournier/fix/corp-storage-tooltip
Fix #2129: Add linebreaks in corp storage tooltips
|
2022-01-02 11:37:45 -05:00 |
|
hydroflame
|
ca51e2144f
|
Merge pull request #2253 from MartinFournier/fix/disable-alpha-color-picker
Remove alpha from color picker
|
2022-01-02 11:37:30 -05:00 |
|
hydroflame
|
c8667b5194
|
Merge pull request #2259 from jhollowe-forks/jhollowe-patch-1
Fix typo in AugmentationHelpers.tsx
|
2022-01-02 11:37:19 -05:00 |
|
hydroflame
|
4486d7d454
|
Merge pull request #2266 from TheMas3212/fix-1752
fixes #1752 add check when applying for job to make sure company actually has that job position
|
2022-01-02 11:36:44 -05:00 |
|
hydroflame
|
7f812f56d9
|
Merge pull request #2277 from pan-kuleczka/dev
Fixed ambiguous NS.hackAnalyze description
|
2022-01-02 11:36:14 -05:00 |
|
hydroflame
|
4810a9004d
|
Merge pull request #2283 from jasonhaxstuff/patch-1
docs: update the markdown documentation for commitCrime()
|
2022-01-02 11:35:52 -05:00 |
|
hydroflame
|
b9b4ee23fe
|
Merge pull request #2270 from thadguidry/patch-1
fix typo for @param host in getScriptRam()
|
2022-01-02 11:35:38 -05:00 |
|
Brandon Bothell
|
dd4b548917
|
docs: comma for good measure
|
2022-01-02 02:40:03 -05:00 |
|
Brandon Bothell
|
5aa08f4123
|
docs: commitCrime() return millseconds, not seconds
|
2022-01-02 02:37:25 -05:00 |
|
pan-kuleczka
|
8428264f05
|
Fixed ambiguous NS.hackAnalyze() description
|
2022-01-02 01:09:44 +01:00 |
|
Thad Guidry
|
4096ce4a9d
|
fix typo for @param host in getScriptRam()
|
2022-01-01 14:08:45 -06:00 |
|
TheMas3212
|
1dcde649be
|
fixes #1752 add check when applying for job to make sure company
actually has that job position
|
2022-01-02 03:08:16 +11:00 |
|
John Hollowell
|
2e0242ccbf
|
Fix typo in AugmentationHelpers.tsx
|
2021-12-31 18:59:39 -05:00 |
|
Martin Fournier
|
59d8e1f979
|
Remove alpha from color picker
rgba is not currently supported in the themes, so might as well remove
the option from the picker.
|
2021-12-31 10:13:53 -05:00 |
|
TheMas3212
|
8707dc7079
|
remove extra function signature for ns.kill()
|
2021-12-31 23:33:23 +11:00 |
|
TheMas3212
|
e3e1770439
|
Fix Typedef for getScriptIncome/getScriptExpGain
Current Typedef does not allow using the run with no arguments for
totals versions
|
2021-12-31 23:31:46 +11:00 |
|
Martin Fournier
|
c6ec27781b
|
Fix #2129: Add linebreaks in corp storage tooltips
|
2021-12-31 06:45:49 -05:00 |
|
Martin Fournier
|
50f41e79e6
|
Add tooltip on backdoored location name
|
2021-12-31 06:23:52 -05:00 |
|
Martin Fournier
|
2637653d29
|
Add new community themes from discord
|
2021-12-31 05:55:46 -05:00 |
|
Martin Fournier
|
2b7464ebb7
|
Add validation & confirm prompt for save import
|
2021-12-31 05:32:52 -05:00 |
|
Martin Fournier
|
2189c5b663
|
Add documentation for electron app build
Also adds a step in the build to run npm install in the electron
subfolder
|
2021-12-30 21:45:57 -05:00 |
|
TheMas3212
|
f3aed87fa4
|
Fix Typing on kill in NetscriptFunctions.ts
forgot to mark hostname as optional
|
2021-12-31 11:12:43 +11:00 |
|
TheMas3212
|
31ed5d8f64
|
Add Function Call signatures to ns.kill so typescript is able to call
ns.kill(pid)
previously it will fail to compile due to not providing a host argument
|
2021-12-31 10:58:56 +11:00 |
|
hydroflame
|
b578e09986
|
Merge pull request #2218 from MartinFournier/feature/http-server-auth
Add authorization token to file system api
|
2021-12-29 14:26:16 -05:00 |
|
Olivier Gagnon
|
72d9770a8e
|
Merge branch 'dev' of github.com:danielyxie/bitburner into dev
|
2021-12-29 12:02:23 -05:00 |
|
hydroflame
|
5c5cc9708d
|
Merge pull request #2172 from theit8514/script-caching
Cache the blobs generated by scripts
|
2021-12-29 11:53:30 -05:00 |
|
hydroflame
|
636fc7cda0
|
Merge pull request #2204 from ErzengelLichtes/fix-port-validation
DRY: Consolidated the code for retrieving a port so it will have consistent errors checks.
|
2021-12-29 11:30:18 -05:00 |
|
Martin Fournier
|
a098289856
|
Refactor electron app into multiple files
Gracefully handle http-server start error & cleanup logs
|
2021-12-29 08:46:56 -05:00 |
|
Olivier Gagnon
|
383e56e9c8
|
floor thread count
|
2021-12-29 02:51:41 -05:00 |
|
hydroflame
|
91243f4742
|
Merge pull request #2213 from dou867/dev
fix joes guns org name and stock name do not match.
|
2021-12-29 02:25:51 -05:00 |
|
Olivier Gagnon
|
04f2cfe522
|
Merge branch 'dev' of github.com:danielyxie/bitburner into dev
|
2021-12-29 02:04:28 -05:00 |
|
Olivier Gagnon
|
0fc95e6215
|
text editor improvements
|
2021-12-29 02:04:24 -05:00 |
|
hydroflame
|
9673b6f31d
|
Merge pull request #2170 from theit8514/mv-overwrite
Fix mv overwriting script files
|
2021-12-29 01:58:37 -05:00 |
|
hydroflame
|
3c3f482e7b
|
Merge pull request #2153 from MartinFournier/fix/sleeves-skill-progress
Fix #2021: Handle sleeves xp in stats overview
|
2021-12-29 01:54:28 -05:00 |
|
Martin Fournier
|
5d7d72a3e2
|
Add authorization token to file system api
|
2021-12-28 15:37:22 -05:00 |
|
hydroflame
|
cc4f07d037
|
Merge pull request #2175 from Xynrati/patch-3
Removing old comment about removed parameter
|
2021-12-28 11:59:41 -05:00 |
|
hydroflame
|
6eb8b2adf9
|
Merge pull request #2214 from alkemann/patch-2
Fixed typo
|
2021-12-28 11:28:16 -05:00 |
|
Alexander Morland
|
aaf1ad4ae5
|
Fixed typo
needed to fix docs
|
2021-12-28 17:27:21 +01:00 |
|
Xynrati
|
ab5a2a8297
|
Update bitburner.ns.getweakentime.md
|
2021-12-28 08:07:56 -08:00 |
|
Xynrati
|
f98968f8b2
|
Update bitburner.ns.getgrowtime.md
|
2021-12-28 08:07:35 -08:00 |
|
dou
|
1b7a0224c5
|
fix joes guns org name and stock name do not match.
|
2021-12-29 03:06:37 +11:00 |
|
Xynrati
|
26ab62eea6
|
More comments to be removed
|
2021-12-28 08:04:50 -08:00 |
|
hydroflame
|
9f9ce40ef0
|
Merge pull request #2179 from antonvmironov/fix-CorporationInfo.state
Fix CorporationInfo.state
|
2021-12-28 10:37:42 -05:00 |
|
hydroflame
|
39e6c5ca35
|
Merge pull request #2177 from locriacyber/dev
Add peer dependencies for material-ui-color
|
2021-12-28 10:37:11 -05:00 |
|
hydroflame
|
39c7a7781a
|
Merge pull request #2162 from mikomyazaki/concise_exp_job_gains
Concise exp job gains
|
2021-12-28 10:37:01 -05:00 |
|