DecDuck
94c49bc5c2
Process manager templating & game importing ( #96 )
...
* feat: add new template options, asahi support, and refactoring
* feat: install dir scanning, validation fixes, progress fixes, download manager refactor
This kind of ballooned out of scope, but I implemented some much
needed fixes for the download manager.
First off, I cleanup the Downloadable trait, there was some
duplication of function.
Second, I refactored the "validate" into the GameDownloadAgent,
which calls a 'validate_chunk_logic' yada, same structure as
downloading.
Third, I fixed the progress and validation issues.
Fourth, I added game scanning
* feat: out of box support for Asahi Linux
* fix: clippy
* fix: don't break database
2025-08-02 20:17:27 +10:00
DecDuck
da3642cba2
Cache-first object fetching ( #76 )
...
* fix: submillisecond cache hits
* fix: async object loading to hand control back to renderer
* fix: clippy
2025-07-27 12:04:50 +10:00
DecDuck
88f8742143
Download fixes ( #63 )
...
* refactor: Rename StoredManifest to DropData
Signed-off-by: quexeky <git@quexeky.dev >
* fix: Downloads when resuming would truncate files which had not been finished
Signed-off-by: quexeky <git@quexeky.dev >
* chore: Didn't import debug macro
Signed-off-by: quexeky <git@quexeky.dev >
* fix: Download chunks with wrong indexes
Migrated to using checksums as indexes instead
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Resume download button
Also added DBWrite and DBRead structs to make database management easier
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Download resuming
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Resume button and PartiallyInstalled status
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Download validation
Signed-off-by: quexeky <git@quexeky.dev >
* chore: Ran cargo fix & cargo fmt
Signed-off-by: quexeky <git@quexeky.dev >
* fix: download validation, installs, etc
* chore: version bump
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-07-14 16:31:06 +10:00
DecDuck
e83d81f734
fix: update object id paths for new server
2025-05-10 15:25:40 +10:00
DecDuck
d83434a2ba
fix: install dir flow
2025-05-10 09:02:59 +10:00
DecDuck
ea0fe6f98f
fix: github ci and dialogtitle issue
2025-05-08 08:25:10 +10:00
DecDuck
78ffc9e020
fix: error with game options for remote games
2025-05-01 12:26:41 +10:00
DecDuck
7ee5778953
feat: launch options
2025-04-27 21:07:39 +10:00
DecDuck
84065f34ca
fix: refactoring and error handling
2025-02-20 21:19:54 +11:00
Aden Lindsay
2ad09b51fa
style(library): Re-designed Library UI with new features
2025-02-15 16:41:32 +10:30
quexeky
26a3dd7338
fix(library): Added "LIbrary Failed to Update" content to recover from library load fail
2025-01-24 22:35:09 +11:00
DecDuck
13d9ba78d1
fix: assorted fixes
2025-01-20 16:46:57 +11:00
quexeky
bc81a4d399
style(logging): Ensured that all logs start with lowercase capital and have no trailing punctuation
2025-01-19 20:36:38 +11:00
DecDuck
faf87da3c7
fix: fix other metadata endpoints
2025-01-19 16:15:43 +11:00
DecDuck
3776e1e9d4
fix(install ui): stop loading on error
2025-01-19 15:44:00 +11:00
quexeky
7764a0ed4c
fix(game launcher): Renamed game_id to id
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:04:07 +11:00
DecDuck
65a7150bd3
feat(process): shared child with stop command
2024-12-30 15:37:29 +11:00
DecDuck
79a51009af
fix(library page): fix install button
2024-12-27 16:33:04 +11:00
DecDuck
c4044abf4a
fix(install flow): clear stale data before requesting new
2024-12-27 14:04:55 +11:00
DecDuck
84bc622396
feat(install modal): add note about more install dirs
2024-12-27 14:03:06 +11:00
DecDuck
59cc48b308
feat(process): better process management, including running state
2024-12-26 17:19:19 +11:00
DecDuck
3164ec7106
feat(game): game uninstalling & partial compat
2024-12-26 11:59:26 +11:00
DecDuck
14459cf9d3
chore(polish & cleanup)
2024-12-24 09:05:51 +11:00
DecDuck
ebd49b33f8
refactor(game status): transient vs synced state now defined
2024-12-23 20:44:02 +11:00
DecDuck
b5b5c68b00
feat(queue & game): queue and library UIs
2024-12-17 20:29:54 +11:00
DecDuck
9bbf463774
feat(process manager): launch games with log files
2024-12-15 17:29:21 +11:00
DecDuck
66bb664d8a
feat(download manager): only allow downloads for supported platforms
2024-12-15 16:15:51 +11:00
DecDuck
3d8639136b
feat(download ui): debug queue interface
2024-12-09 17:03:48 +11:00
DecDuck
74f071281e
feat(download widget): download widget and queue fix
2024-12-08 12:33:45 +11:00
DecDuck
2e5997525d
feat(download & db): combined db and download interface improvements
2024-12-07 11:00:35 +11:00
DecDuck
3d55cb768a
feat(install ui): ui to install games
2024-12-06 22:16:50 +11:00
DecDuck
9dc052691d
feat(download manager): update db state with ui and emit events
2024-11-28 20:31:04 +11:00
DecDuck
104e903454
feat(settings): ability to add more download dirs
2024-11-24 21:04:56 +11:00
DecDuck
1ff74a1bcf
beginnings of game state management
2024-10-17 21:05:25 +11:00
DecDuck
0cb6bfb8bf
cleanup and game UI beginnings
2024-10-15 20:05:13 +11:00