Commit graph

725 commits

Author SHA1 Message Date
Tyler Wilding 33b01cc8e8
Merge remote-tracking branch 'origin/main' into dev/new-ui 2023-03-01 01:03:20 -05:00
Tyler Wilding eb7c1136fb
lint: format 2023-03-01 01:01:33 -05:00
Tyler Wilding 4400c71e56
ci: remove npm usages from CI workflows 2023-03-01 01:01:18 -05:00
OpenGOALBot 271a50c3f1 release: update release metadata to latest 2023-02-28 01:33:36 +00:00
OpenGOALBot 594f9d457e release: bump to version - 1.9.0 2023-02-28 01:12:20 +00:00
Tyler Wilding e13c12b895
backend: cleanup error handling hacks on the rust layer 2023-02-25 16:06:20 -05:00
Tyler Wilding 920b45bab0
frontend/backend: add a support package feature with hopefully everything you'd need 2023-02-24 14:49:43 -05:00
Tyler Wilding d03562d69c
frontend: support updating the game upon version mismatches 2023-02-19 23:13:47 -05:00
Tyler Wilding 3708eafd0e
frontend: hide update notification if we've already downloaded it 2023-02-19 22:07:00 -05:00
Tyler Wilding 520a46ee68
frontend/backend: support launching a REPL on windows 2023-02-19 17:04:56 -05:00
Tyler Wilding 92d0510122
frontend/backend: add a command to reset game settings 2023-02-19 16:42:43 -05:00
Tyler Wilding 65130e94ca
lint: formatting 2023-02-19 16:29:34 -05:00
Tyler Wilding f118d856c3
frontend: nice flow for decompiling/compiling 2023-02-19 14:41:51 -05:00
Tyler Wilding 5634257381
frontend: create a flexible Progress store to be reused by partial install steps
ie. just decompiling/compiling
2023-02-19 13:45:37 -05:00
Tyler Wilding d2a91a4f46
frontend: support folder installs but disabled due to issue upstream 2023-02-19 13:44:30 -05:00
Tyler Wilding 4435296c42
frontend: update background when a game is uninstalled/installed 2023-02-19 13:43:37 -05:00
Tyler Wilding 9952261eb5
tauri: embed the bootstrapper, minimal size increase for better compat 2023-02-19 00:22:29 -05:00
Tyler Wilding f85921fe01
deps: switch to yarn and update all our dependencies 2023-02-18 21:24:33 -05:00
Tyler Wilding 6ba8f6b470
frontend: cleanup support page 2023-02-18 20:46:04 -05:00
Tyler Wilding c5ea5a3b82
frontend: cleanup most of the duplication for the version pages 2023-02-18 20:18:43 -05:00
Tyler Wilding 280b7dd6fa
Merge remote-tracking branch 'origin/main' into dev/new-ui 2023-02-18 17:23:12 -05:00
dependabot[bot] a3bb5716eb
build(deps-dev): bump @tauri-apps/cli from 1.2.2 to 1.2.3 (#95)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 17:14:46 -05:00
dependabot[bot] f7ff49744e
build(deps-dev): bump execa from 6.1.0 to 7.0.0 (#103)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 17:14:35 -05:00
Tyler Wilding e58a4067ce
frontend: show installation progress properly 2023-02-18 17:10:30 -05:00
Tyler Wilding a5e3fcd1d4
frontend: wire up showing updates or not 2023-02-18 16:53:12 -05:00
Tyler Wilding e2b284515f
frontend: wire up controls for interacting with the game 2023-02-18 16:52:32 -05:00
Tyler Wilding 5513d99608
backend: support uninstalling the game 2023-02-18 16:51:22 -05:00
Tyler Wilding ed6655b909
deps: update tauri deps to the latest 2023-02-18 16:50:57 -05:00
Tyler Wilding b903d257a5
ci: no longer put jak-project release notes in the launcher release 2023-02-18 16:50:45 -05:00
Tyler Wilding f4dcd473e0
frontend: general cleaning up issues in the UI 2023-02-18 13:15:16 -05:00
Tyler Wilding 1e23216dd2
backend/frontend: installing and playing mostly working e2e 2023-02-18 13:14:50 -05:00
Tyler Wilding b91794147e
frontend: cleanup the header, passthrough the pointer where applicable 2023-02-16 23:19:37 -05:00
Tyler Wilding fee811df72
backend: majority of version management implemented 2023-02-16 23:19:14 -05:00
Tyler Wilding a027e59e75
frontend: make an in-progress page for jak2 2023-02-16 23:18:36 -05:00
Tyler Wilding a01b809ffc
backend: downloading a file via rust is working! 2023-02-16 02:09:22 -05:00
Tyler Wilding 2c2a2144c3
frontend: mostly finish version management page 2023-02-16 02:09:05 -05:00
Tyler Wilding 59a2e43c61
frontend: get off font-awesome icons directly 2023-02-16 02:08:44 -05:00
Tyler Wilding d7d5a5f58c
frontend: working on the settings page 2023-02-15 01:28:41 -05:00
Tyler Wilding 211a8cc613
rs: setting installation directory and persisting the changes 2023-02-14 00:45:16 -05:00
Tyler Wilding b255124b7b
rs: parsing the existing settings.json file in rust 2023-02-13 22:16:47 -05:00
Tyler Wilding 5dcdb7edf9
rs: start managing the config on the rust side 2023-02-13 00:27:37 -05:00
dependabot[bot] bd30d9fb97
build(deps): bump serde_json from 1.0.91 to 1.0.93 in /src-tauri (#101)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-12 19:26:23 -05:00
dependabot[bot] e55fe79c8a
build(deps-dev): bump prettier from 2.8.3 to 2.8.4 (#99)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-12 19:26:13 -05:00
Tyler Wilding 4a398175b6
Merge remote-tracking branch 'origin/main' into dev/new-ui 2023-02-12 19:17:56 -05:00
Tyler Wilding fbf71a8aa5
new-ui: adjust some things to make it successfully build locally 2023-02-12 19:13:40 -05:00
dependabot[bot] 46f54f3af8
build(deps-dev): bump prettier from 2.8.1 to 2.8.3 (#91)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-12 17:58:42 -05:00
dependabot[bot] 94cccdfad1
build(deps-dev): bump svelte from 3.55.0 to 3.55.1 (#92)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-12 17:58:35 -05:00
dependabot[bot] 53e64dd5eb
build(deps): bump fs_extra from 1.2.0 to 1.3.0 in /src-tauri (#98)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-12 17:58:20 -05:00
OpenGOALBot 2646af1bdf release: update release metadata to latest 2023-01-31 04:16:18 +00:00
OpenGOALBot 345f0461cb release: bump to version - 1.8.0 2023-01-31 03:58:51 +00:00