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
219b9589cf
update browserlist
2022-04-12 14:08:10 -04:00
TheMas3212
b1b917c9a3
fix lint ci task and allow unused parameters with _ prefix
2022-04-12 04:50:30 +10:00
Martin Fournier
078a62cb0d
Add npm version
support to build releases
...
Replaces the `npm run allbuild` script with the `npm version` command.
It creates a new commit with a standardized message & includes the built
app.
Usage: `npm version [patch | minor | version | 10.0.0 | etc]`
Will update the package.json & perform a bunch of steps in a row:
- Runs `npm install` in:
- The root directory
- The ./electron/ directory
- The ./tools/bump-version/ directory
- Runs `npm run test`
- Update the version string in:
- ./electron/package.json (version)
- ./src/Constants.ts (VersionString)
- ./doc/source/conf.py (version & release)
- Runs `npm run doc` (build the markdown documentation)
- Runs `npm run build` (production build)
- Runs `npm run electron` (electron build)
- Runs `git add --all`
- Runs `git push -u origin dev && git push --tags`
2022-04-07 07:50:47 -04:00
Martin Fournier
cec5f1ce29
Move electron build script to /tools/
...
Also enables bash strict mode flags for the build script
2022-04-07 07:48:44 -04:00
dependabot[bot]
7b278930a5
Bump electron from 14.0.2 to 14.2.4
...
Bumps [electron](https://github.com/electron/electron ) from 14.0.2 to 14.2.4.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v14.0.2...v14.2.4 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 22:14:36 +00:00
Olivier Gagnon
6b25ba5cd8
allbuild commit da27223a
2022-03-29 18:13:08 -04:00
Olivier Gagnon
ac34829649
pre-1.6
2022-03-29 15:30:22 -04:00
Olivier Gagnon
901ee92fe9
prettier ci
2022-03-20 22:02:36 -04:00
Olivier Gagnon
26e6036f57
added typesbcrypths
2022-03-16 18:01:26 -04:00
Olivier Gagnon
2e9652e41a
add bcrypt
2022-03-16 17:45:46 -04:00
Olivier Gagnon
a35b95a58b
allbuild commit /usr/bin/git
2022-03-10 22:40:46 -05:00
Olivier Gagnon
9b12da4eb7
allbuild commit "$(git rev-parse --short HEAD)"
2022-03-10 22:33:11 -05:00
Olivier Gagnon
192a037dfa
allbuild commit git rev-parse --short HEAD
2022-03-07 18:07:21 -05:00
Olivier Gagnon
bc952147fd
v1.5.0
2022-03-07 17:51:02 -05:00
phyzical
e597798aef
add post install to also install electron folder's deps
2022-02-23 18:13:54 +08:00
Olivier Gagnon
b810e523ee
update patch notes
2022-02-23 02:01:48 -05:00
hydroflame
463af6cbf2
Merge pull request #2819 from MartinFournier/chore/rm-intermediary-doc
...
Remove intermediary doc input file
2022-01-26 12:58:10 -05:00
hydroflame
b04c23bdd1
Merge pull request #2821 from MartinFournier/chore/npm-deps-audit
...
Run `npm audit fix` to resolve vulnerabilities
2022-01-26 12:56:59 -05:00
Martin Fournier
412ef543c8
Run npm audit fix
to resolve vulnerabilities
...
It did not resolve all of the vulns as some are gated behind breaking
changes. Most of them seem to be resolved when updating to webpack 5
Also moves devDependencies out of normal dependencies, as a few libs
were better suited for dev.
2022-01-26 05:47:27 -05:00
Martin Fournier
f943e55e86
Move engines-check to ./tools subfolder
2022-01-26 05:35:21 -05:00
Martin Fournier
914c0f44c4
Remove intermediary doc input file
2022-01-26 05:18:58 -05:00
hydroflame
7a5dfd0e72
Merge pull request #2707 from MartinFournier/feature/theme-browser
...
Add Theme Browser accessible from GameOptions
2022-01-26 00:46:17 -05:00
Martin Fournier
1d118cc8be
Modify electron build script to select platforms
...
Allows to build only mac windows or linux for a quicker build time while
developping.
2022-01-23 12:58:20 -05:00
Martin Fournier
aae3851d59
Add webpack file-loader to handle images
...
It lets us bundle static files such as images.
Allows us to `imports img from "./img.png"` to retrieve an image's path.
Note that we'll have to add other entries in the global.d.ts file if we
want to handle other extensions than .png.
Adds mocks to Jest tests so that we don't fail tests when loading static
assets.
2022-01-20 18:41:48 -05:00
Olivier Gagnon
faf8389bef
v1.3
2022-01-04 20:46:10 -05:00
Olivier Gagnon
1e0e9f7bd7
change button text
2022-01-02 11:55:06 -05: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
hydroflame
5c5cc9708d
Merge pull request #2172 from theit8514/script-caching
...
Cache the blobs generated by scripts
2021-12-29 11:53:30 -05:00
Martin Fournier
5d7d72a3e2
Add authorization token to file system api
2021-12-28 15:37:22 -05:00
Locria Cyber
3b8bdb7449
Add peer dependencies for material-ui-color
2021-12-24 22:32:03 +08:00
theit8514
8f77f720e6
Cache the blobs generated by scripts
2021-12-23 23:06:01 -05:00
Martin Fournier
6363c704db
Handle electron process uncaught exceptions
...
Handling the exceptions and closing the app seem to properly kill the
dangling processes that appear at launch in Windows 10. Without this, if
an exception is throw before the window is active (ie: no
steamapp_id.txt file), there will be remaining processes.
Added electron-log to additionally log to a text file.
2021-12-22 15:28:55 -05:00
BuildTools
6dc7dc42c5
resolved merge issue
2021-12-20 01:39:20 -06:00
Martin Fournier
8b355c365e
Add github workflow to run tests, linter & build
2021-12-19 15:43:13 -05:00
Olivier Gagnon
02605090df
v1.2.0
2021-12-18 16:28:09 -05:00
Olivier Gagnon
ae6f8c5ee7
make tutorial better
2021-12-16 20:54:50 -05:00
Olivier Gagnon
1cca819f87
disable browser throttling
2021-12-16 15:48:40 -05:00
Olivier Gagnon
a92d3238be
small fix with electron build
2021-12-16 11:52:25 -05:00
Olivier Gagnon
e3a0caf50f
fix killall steam not working
2021-12-14 22:34:09 -05:00
Olivier Gagnon
50bc9496ec
fix gym not giving discoutns
2021-12-13 19:46:08 -05:00
Olivier Gagnon
647ccd6a7b
BN13
2021-12-03 16:09:13 -05:00
Olivier Gagnon
e262c9bb38
achievements
2021-11-27 15:07:25 -05:00
Olivier Gagnon
983c102123
v1.0.2
2021-11-19 15:50:22 -05:00
Olivier Gagnon
fc4c0fd8fd
rebuild
2021-11-18 11:32:22 -05:00
Olivier Gagnon
3112dc60c0
few more bugfixes
2021-11-11 23:28:08 -05:00
Olivier Gagnon
0114c92829
fix decimal
2021-11-11 21:35:26 -05:00
hydroflame
70ffe25bb4
Revert "bunch of bugfixes"
2021-11-11 20:06:05 -05:00
Olivier Gagnon
d91d7c564e
bunch of bugfixes
2021-11-11 19:56:09 -05:00
Olivier Gagnon
cf2efe7698
few bugdic
2021-11-11 17:00:36 -05:00
Olivier Gagnon
c87e9bdf84
v1.0.0 changes
2021-11-09 23:42:36 -05:00
Your Name
74739af031
ok
2021-11-05 00:14:11 -04:00
Olivier Gagnon
c5fb5155f3
work on making sure all the functions are accounted for
2021-11-03 18:16:10 -04:00
Olivier Gagnon
a81a9af1c7
doc changes
2021-11-02 14:32:54 -04:00
Olivier Gagnon
feb0430aff
work on doc
2021-10-30 15:46:34 -04:00
Olivier Gagnon
43fc5dfd48
work on doc
2021-10-30 12:34:14 -04:00
Olivier Gagnon
d1d0ccf345
added possible infinite loop checker
2021-10-28 23:04:26 -04:00
Olivier Gagnon
91877dc172
netscript def is raw loaded
2021-10-27 23:19:19 -04:00
Olivier Gagnon
8f097ebb32
v0.58.0
2021-10-27 15:16:16 -04:00
Olivier Gagnon
a0039d9667
beautify using monaco
2021-10-23 14:40:46 -04:00
Olivier Gagnon
89a6bf175d
nuke half the dependencies because they were unused.
2021-10-14 19:31:17 -04:00
Olivier Gagnon
3f1d4875e7
Added toast function
2021-10-13 17:25:58 -04:00
Olivier Gagnon
e436d7f3a0
up to date omg
2021-10-13 02:27:55 -04:00
Olivier Gagnon
a5a28db47f
asd
2021-10-13 02:15:29 -04:00
Olivier Gagnon
83137a2364
v0.56.0
2021-10-12 00:29:16 -04:00
Olivier Gagnon
227fbd7060
made log box resizable
2021-10-05 01:23:20 -04:00
Olivier Gagnon
70796e7674
use react-draggable
2021-10-05 00:59:40 -04:00
Olivier Gagnon
62cd8ffcc6
pre-dialogbox-convert
2021-10-01 01:00:50 -04:00
Olivier Gagnon
4abc1df840
convert to ts
2021-09-24 17:56:30 -04:00
Martin Fournier
32d1affb50
Add material-ui-color picker in theme editor
2021-09-22 12:00:00 -04:00
Olivier Gagnon
0c932dd4d1
build bunch of fixes
2021-09-21 20:30:00 -04:00
David Edmondson
6013bacc60
Add fast-refresh
2021-09-16 20:52:38 -07:00
Olivier Gagnon
3fc46c8fc6
mui5 migration
2021-09-16 19:45:53 -04:00
Olivier Gagnon
407ed70ae3
mui5
2021-09-16 19:23:03 -04:00
Olivier Gagnon
a21c0f4a0b
update packages
2021-09-16 18:15:04 -04:00
Olivier Gagnon
3acf965dad
fix some bugs
2021-09-16 18:10:28 -04:00
Olivier Gagnon
8e1d31423f
where did build go?
2021-09-16 18:10:28 -04:00
Olivier Gagnon
2922e42055
most terminal converted to ts
2021-09-16 18:10:28 -04:00
Olivier Gagnon
ac80be1b40
electron build
2021-09-16 18:10:27 -04:00
Olivier Gagnon
8fba57fd24
mui v1
2021-09-13 12:44:46 -04:00
Olivier Gagnon
83f785a791
build popups
2021-09-12 23:23:09 -04:00
Olivier Gagnon
add19d353e
sidebar is react, fix a few bugs
2021-09-11 01:54:19 -04:00
hydroflame
7e8e9e03fc
Revert "Jest cypress types"
2021-09-10 00:13:03 -04:00
hydroflame
715bc541ec
Merge pull request #1185 from threehams/jest-cypress-types
...
Jest cypress types
2021-09-09 22:58:17 -04:00
Olivier Gagnon
cb31954b08
v0.53.0
2021-09-09 22:57:37 -04:00
David Edmondson
0bc9bfb0f2
Update jest
2021-09-08 22:13:47 -07:00
David Edmondson
5cd72860e3
Add to CONTRIBUTING doc
2021-09-08 22:13:47 -07:00
David Edmondson
3473fc2ea6
Revert "fix tests"
...
This reverts commit 82c3362adca6c5b9499654586566ccfadf943e6a.
2021-09-08 22:13:46 -07:00
Olivier Gagnon
82c3362adc
fix tests
2021-09-07 14:31:47 -04:00
David Edmondson
d0ca2d8c36
Set up cy:test for production tests
2021-09-06 13:51:54 -07:00
David Edmondson
fbe70f51c2
Add browser tests for tutorial, NetScript 2
2021-09-06 13:49:34 -07:00
David Edmondson
17da325585
Cache npm install, add tests
2021-09-06 13:29:35 -07:00
David Edmondson
5873b5fe19
Try again
2021-09-06 13:24:33 -07:00
David Edmondson
3f8aa2aa9e
Add async TS checker to build
2021-09-05 11:10:23 -07:00
David Edmondson
306facc0d1
Switch to babel for builds.
...
Fix whitespace mangled by prettier
2021-09-04 22:17:30 -07:00
David Edmondson
cfbdae6def
Switch ts and babel for swc-loader
...
Replace old <> assertion syntax
2021-09-04 16:57:49 -07:00
hydroflame
3d7cdb4ef9
Merge pull request #1105 from danielyxie/dependabot/npm_and_yarn/jszip-3.7.0
...
Bump jszip from 3.1.5 to 3.7.0
2021-09-04 19:03:43 -04:00
hydroflame
570e5b17a2
Merge pull request #1122 from threehams/upgrade-acorn
...
Support optional chaining in static RAM calculator.
2021-09-04 19:03:22 -04:00
David Edmondson
a63178f30c
Run eslint on js,jsx files
2021-09-04 14:56:54 -07:00
David Edmondson
1e42f73e2a
Add prettier, and fix some CSS/line errors.
2021-09-04 13:18:35 -07:00