Commit Graph

  • 7764a0ed4c fix(game launcher): Renamed game_id to id quexeky 2025-01-04 15:56:22 +11:00
  • 3f229687f3 feat(download manager): Added generic download manager quexeky 2025-01-04 15:47:14 +11:00
  • febfb99e9d refactor(download manager): Removed Arc requirement for DownloadableMetadata quexeky 2025-01-02 12:24:22 +11:00
  • a0cedf831b refactor(download manager): Fully separate & generic download manager quexeky 2025-01-02 12:16:17 +11:00
  • 3d32501d81 refactor(download manager): Removed all references to anything outside of the DownloadManager quexeky 2025-01-02 08:18:29 +11:00
  • 945d607ed2 chore(download manager): Added manage_go_signal command quexeky 2025-01-01 13:21:27 +11:00
  • ea8ede6f53 chore(download manager): Added manage_queue_signal quexeky 2024-12-31 17:00:10 +11:00
  • e147088375 chore(tool manager): Added ToolDownloadAgent quexeky 2024-12-31 13:18:00 +11:00
  • 01383b514b Revert "refactor(download manager): Moved manifest and stored_manifest to download_manager" quexeky 2024-12-31 13:05:51 +11:00
  • ece79e4306 refactor(download manager): Moved manifest and stored_manifest to download_manager quexeky 2024-12-31 12:53:31 +11:00
  • 4c37ab03ed chore(download manager): Ensure that Downloadable is also send and sync quexeky 2024-12-31 12:20:42 +11:00
  • bdc7ac76b5 chore(download manager): Some easy cleanup of the download manager quexeky 2024-12-31 12:16:57 +11:00
  • 8d0b1cdc43 refactor(download manager): Renamed GameDonwloadError to ApplicationDownloadError and moved quexeky 2024-12-31 12:12:17 +11:00
  • a4a4c3e996 chore(download manager): Renamed most instances of "game" outside of actual game downloads quexeky 2024-12-30 21:29:14 +11:00
  • 88bece5c29 refactor(download manager): Added Downloadable trait and replaced references to GameDownloadAgent quexeky 2024-12-30 20:30:38 +11:00
  • 26d0c1732a refactor(download manager): Moved download manager to separate directory quexeky 2024-12-30 17:25:17 +11:00
  • 20f726632e chore(tool manager): Progress on adding tools quexeky 2024-12-30 17:09:31 +11:00
  • 3ca5be6658 feat(library ui): add installed ui in the library menu DecDuck 2025-01-05 18:32:22 +11:00
  • 2d5d0d5ab3 feat(settings): add debug page Aden Lindsay 2025-01-05 17:26:33 +10:30
  • 2bd13eea58 feat(account settings): Add signout functionality (#16) Aden Lindsay 2025-01-01 12:53:18 +10:30
  • ca3f9ca463 fix(download manager): fix incorrect error assumptions & update types DecDuck 2024-12-31 00:08:05 +11:00
  • dd001b0f58 feat(import): overhauled version importing DecDuck 2024-12-31 00:04:50 +11:00
  • 39d7ce7d1b feat(import): overhauled version importing DecDuck 2024-12-31 00:04:50 +11:00
  • ccce1cf20d fix(utils): fix recursive dirs util DecDuck 2024-12-31 00:04:14 +11:00
  • 02d6346b01 fix(utils): fix recursive dirs util DecDuck 2024-12-31 00:04:14 +11:00
  • 4a7d2b821f fix(tasks): fix disconnect code DecDuck 2024-12-31 00:03:56 +11:00
  • a8f21068fc fix(tasks): fix disconnect code DecDuck 2024-12-31 00:03:56 +11:00
  • 4273b0ef90 squash(autostart): added adenmgb's autostart feature DecDuck 2024-12-30 17:31:03 +11:00
  • 65a7150bd3 feat(process): shared child with stop command DecDuck 2024-12-30 15:37:29 +11:00
  • f737c73213 fix(deep links): Re-enabled deep links quexeky 2024-12-30 14:18:42 +11:00
  • 2bc7c78044 feat(metadata): change name, description and icon DecDuck 2024-12-30 14:17:27 +11:00
  • 2cfe75a551 feat(metadata): change name, description and icon DecDuck 2024-12-30 14:17:27 +11:00
  • 6ab05b6c38 feat(process manager): Game kill tauri command quexeky 2024-12-30 13:50:26 +11:00
  • 811fcb1ad3 feat(Compat): Implemented spawning with umu (using umu-wrapper-lib) quexeky 2024-12-30 13:12:04 +11:00
  • 98b28d60b7 fix(scrollbars): fix ugly scrollbars on edge webview DecDuck 2024-12-29 20:45:45 +11:00
  • 7c20d4965d feat(game panel): adjust gradient DecDuck 2024-12-29 19:20:17 +11:00
  • 5a1f8411de feat(game panel): adjust gradient DecDuck 2024-12-29 19:20:17 +11:00
  • 4fa2550a43 feat(carousel ui): add aden's carousel pagination design DecDuck 2024-12-29 19:08:18 +11:00
  • a86045c307 feat(carousel ui): add aden's carousel pagination design DecDuck 2024-12-29 19:08:18 +11:00
  • 9372da5789 fix(process): fix poorly designed parsing for executables with spaces DecDuck 2024-12-28 10:13:26 +11:00
  • ed6e9d7c3f fix(cleanup): remove app.vue and clear nuxt.config.ts of options DecDuck 2024-12-27 20:39:41 +11:00
  • 8812174bba fix(submodule): remove playground so can be used as submodule DecDuck 2024-12-27 20:33:22 +11:00
  • 8d7f20d373 fix(ci/cd): recurse submodules DecDuck 2024-12-27 20:31:06 +11:00
  • db103de24d fix(ci/cd): recurse submodules DecDuck 2024-12-27 20:31:06 +11:00
  • 52f1fe3d23 feat(admin ui): add modifying game descriptions DecDuck 2024-12-27 19:52:59 +11:00
  • e505e58192 feat(admin ui): add modifying game descriptions DecDuck 2024-12-27 19:52:59 +11:00
  • 4f06b8e026 fix(drop-base): add drop-base as git submodule DecDuck 2024-12-27 16:36:37 +11:00
  • b75ebd13b7 fix(drop-base): add drop-base as git submodule DecDuck 2024-12-27 16:36:37 +11:00
  • 79a51009af fix(library page): fix install button DecDuck 2024-12-27 16:33:04 +11:00
  • 82428786c4 feat(admin ui): customisable image carousel and new layout DecDuck 2024-12-27 14:43:40 +11:00
  • 937954fa02 feat(admin ui): customisable image carousel and new layout DecDuck 2024-12-27 14:43:40 +11:00
  • ba4688b938 merge(SeeThruHead): add nvm rc DecDuck 2024-12-27 14:33:23 +11:00
  • 1449b97369 Add files via upload Aden Lindsay 2024-12-27 13:40:24 +10:30
  • 3d9c987fc5 Delete pages/library.vue Aden Lindsay 2024-12-27 13:39:50 +10:30
  • 5fd17fa740 fix(install flow): clear stale data before requesting new DecDuck 2024-12-27 14:04:55 +11:00
  • a0e8723077 feat(install modal): add note about more install dirs DecDuck 2024-12-27 14:03:06 +11:00
  • 58bc3e161f merge(adenmgb): library ui DecDuck 2024-12-27 14:30:38 +11:00
  • 1c1e1f84e9 adds nvm rc! seethruhead 2024-12-26 22:16:50 -05:00
  • 088b658511 Add files via upload Aden Lindsay 2024-12-27 13:40:24 +10:30
  • 314960a6cb Delete pages/library.vue Aden Lindsay 2024-12-27 13:39:50 +10:30
  • c4044abf4a fix(install flow): clear stale data before requesting new DecDuck 2024-12-27 14:04:55 +11:00
  • 84bc622396 feat(install modal): add note about more install dirs DecDuck 2024-12-27 14:03:06 +11:00
  • 4870f1dbf6 fix(mail regex): removed global flag DecDuck 2024-12-27 13:14:29 +11:00
  • 43e32b44a2 fix(mail regex): removed global flag DecDuck 2024-12-27 13:14:29 +11:00
  • a5bf7b66b2 fix(callback ui): fix width of token breaking things DecDuck 2024-12-27 13:06:44 +11:00
  • 61d88c3091 fix(callback ui): fix width of token breaking things DecDuck 2024-12-27 13:06:44 +11:00
  • d695b0a96a feat(client ui): manual handshake DecDuck 2024-12-27 12:53:20 +11:00
  • 12e312593e feat(client ui): manual handshake DecDuck 2024-12-27 12:53:20 +11:00
  • fae6dc6920 feat(ui): add noWrapper option DecDuck 2024-12-27 12:43:42 +11:00
  • 4f9b94921a feat(ui): add noWrapper option DecDuck 2024-12-27 12:43:42 +11:00
  • 9b7192a8cc feat(auth): offer manual signin DecDuck 2024-12-27 13:07:10 +11:00
  • 742c098ae0 feat(modals): add modal template DecDuck 2024-12-27 12:36:21 +11:00
  • 981b1169ee fix(auth initiate): add better error message DecDuck 2024-12-27 12:15:12 +11:00
  • b4269cacd5 feat(loading button): add disabled states DecDuck 2024-12-27 12:03:19 +11:00
  • 79cc299b2e chore: Ran cargo clippy quexeky 2024-12-27 10:28:38 +11:00
  • 4c242ab558 feat(download ui): add speed and time remaining information DecDuck 2024-12-27 11:50:13 +11:00
  • 9665ee2222 fix(account creation): Fix username length requirement quexeky 2024-12-27 08:17:03 +11:00
  • 0a5a649cfe fix(account creation): Fix username length requirement quexeky 2024-12-27 08:17:03 +11:00
  • 89b65a5182 fix(sign on): add message about nonce expiration DecDuck 2024-12-26 21:30:08 +11:00
  • 0b106fc497 feat(metadata): 'manual' metadata provider DecDuck 2024-12-26 19:54:49 +11:00
  • 2f52a16d52 feat(metadata): 'manual' metadata provider DecDuck 2024-12-26 19:54:49 +11:00
  • dad7ff67c3 feat(loading button): add disabled state DecDuck 2024-12-26 19:38:48 +11:00
  • 38fc6b81df feat(loading button): add disabled state DecDuck 2024-12-26 19:38:48 +11:00
  • 466f4eaa34 feat(store ui): 'no images' slide on image carousel DecDuck 2024-12-26 19:37:44 +11:00
  • 28baabc122 feat(store ui): 'no images' slide on image carousel DecDuck 2024-12-26 19:37:44 +11:00
  • 8e90ac86f7 feat(object transactions): support more types DecDuck 2024-12-26 19:37:21 +11:00
  • 9b12d4576c feat(object transactions): support more types DecDuck 2024-12-26 19:37:21 +11:00
  • 6e17fbc234 feat(admin ui): mobile nav DecDuck 2024-12-26 19:36:40 +11:00
  • e5cf13fd93 feat(admin ui): mobile nav DecDuck 2024-12-26 19:36:40 +11:00
  • 9e30b57302 feat(downloads): lockless tracking of downloaded chunks DecDuck 2024-12-26 17:41:10 +11:00
  • 59cc48b308 feat(process): better process management, including running state DecDuck 2024-12-26 17:19:19 +11:00
  • 320fc99a84 feat(errors): better download manager errors + modal DecDuck 2024-12-26 12:56:54 +11:00
  • 889b6c848d chore(metadata): update metadata DecDuck 2024-12-26 12:56:26 +11:00
  • fcd9c96d06 fix(deploy template): fix FATAL: "root"... message DecDuck 2024-12-26 12:34:10 +11:00
  • dbb315a8d7 fix(deploy template): fix FATAL: "root"... message DecDuck 2024-12-26 12:34:10 +11:00
  • 3164ec7106 feat(game): game uninstalling & partial compat DecDuck 2024-12-26 11:59:26 +11:00
  • eea187061b feat(admin ui): improve feedback when metadata fails DecDuck 2024-12-25 23:36:39 +11:00
  • 2c19e13c09 feat(admin ui): improve feedback when metadata fails DecDuck 2024-12-25 23:36:39 +11:00
  • e7770618f0 feat(version auto detection): add .sh for linux DecDuck 2024-12-25 23:19:36 +11:00
  • fe9373af78 feat(version auto detection): add .sh for linux DecDuck 2024-12-25 23:19:36 +11:00