DecDuck
11b602a81e
feat: improve errors and include installed games in library
2025-04-05 15:36:53 +11:00
DecDuck
f7141a7ce4
fix: offline game status, user widget and use binary-encoding
2025-04-04 11:07:10 +11:00
DecDuck
cac815224d
fix: macos and ui
2025-03-15 15:05:35 +11:00
quexeky
81e4f98529
fix(collections): Ensured that all internal collection commands use and send the correct data
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-03-11 20:35:43 +11:00
quexeky
056ff05677
chore(collections): Slightly fixed return value for collections
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-03-11 19:26:05 +11:00
quexeky
bd27d9f29b
feat(collections): Added all internal collections commands
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-03-11 12:34:56 +11:00
quexeky
161930cf59
feat(collections): Added fetch_collections function
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-03-11 10:46:16 +11:00
quexeky
17f4f903d3
Merge remote-tracking branch 'aden/develop' into develop
2025-02-18 14:45:09 +11:00
Aden Lindsay
2ad09b51fa
style(library): Re-designed Library UI with new features
2025-02-15 16:41:32 +10:30
quexeky
73fbf2e0be
feat(library): Reactive library updating
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-02-12 10:00:45 +11:00
quexeky
605c904c47
feat(cache): Implemented caching for game metadata
2025-02-12 10:00:45 +11:00
quexeky
d9774862e8
fix(cache): Bug where games would not remove themselves from the list of installed applications when being uninstalled
2025-02-12 10:00:45 +11:00
quexeky
9ba9986ae5
chore: Various formatting
2025-02-12 10:00:45 +11:00
quexeky
3cb592ecf2
feat(cache): Added forceOffline in settings and caching games & library
2025-02-12 10:00:45 +11:00
quexeky
a93e5917ee
chore: Swapped over to using a macro with an offline mode
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-02-12 10:00:45 +11:00
quexeky
4f564862a1
chore: Progress on caching
2025-02-12 10:00:45 +11:00
quexeky
48cbd1a5ed
feat(games): Added multi-argument game launch and setup support
2025-01-20 20:03:44 +11:00
quexeky
9831d96300
chore: Apply stashed changes
2025-01-20 18:22:24 +11:00
quexeky
48a7463040
fix(game downloads): Added error handling for chunk request errors
2025-01-20 18:13:25 +11:00
quexeky
4a737c35b0
fix: Adding usize to completed_contexts_lock instead of &usize
2025-01-20 17:39:05 +11:00
DecDuck
f4bd013925
fix(download agent): fixed completed indexes
2025-01-20 17:29:33 +11:00
DecDuck
13d9ba78d1
fix: assorted fixes
2025-01-20 16:46:57 +11:00
quexeky
fdccb10650
chore: Ran cargo clippy & cargo fmt
2025-01-20 08:55:19 +11:00
quexeky
c2d8966c1a
feat(database): Ensure that any database issues are resolved by standalone functions
...
Functions are as follows:
- save_db()
- borrow_db_checked()
- borrow_db_mut_checked()
2025-01-20 08:24:06 +11:00
DecDuck
4ce06a16bc
feat(downloads): re-enable checksums
2025-01-19 22:22:55 +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
quexeky
4ed6d8383e
chore(logging): Imported appropriate logging macros
2025-01-19 18:37:21 +11:00
quexeky
28d4598cb3
refactor(logging): Using more appropriate logging statements
...
Still probably needs some work, but that's enough for now
2025-01-19 18:30:16 +11:00
quexeky
90fb05899e
feat(errors): Using SerializeDisplay for better error management with Result
2025-01-19 17:17:51 +11:00
DecDuck
faf87da3c7
fix: fix other metadata endpoints
2025-01-19 16:15:43 +11:00
quexeky
7faec60fba
refactor(remote): Created separate function to generate requests
2025-01-19 15:09:35 +11:00
quexeky
f1bba5cc74
Implement better error system and segregate errors and commands ( #23 )
...
* chore: Progress on amend_settings command
Signed-off-by: quexeky <git@quexeky.dev >
* chore(errors): Progress on better error handling with segragation of files
* chore: Progress on amend_settings command
Signed-off-by: quexeky <git@quexeky.dev >
* chore(commands): Separated commands under each subdirectory into respective commands.rs files
Signed-off-by: quexeky <git@quexeky.dev >
* chore(errors): Almost all errors and commands have been segregated
* chore(errors): Added drop server error
Signed-off-by: quexeky <git@quexeky.dev >
* feat(core): Update to using nightly compiler
Signed-off-by: quexeky <git@quexeky.dev >
* chore(errors): More progress on error handling
Signed-off-by: quexeky <git@quexeky.dev >
* chore(errors): Implementing Try and FromResidual for UserValue
Signed-off-by: quexeky <git@quexeky.dev >
* refactor(errors): Segregated errors and commands from code, and made commands return UserValue struct
Signed-off-by: quexeky <git@quexeky.dev >
* fix(errors): Added missing files
* chore(errors): Convert match statement to map_err
* feat(settings): Implemented settings editing from UI
* feat(errors): Clarified return values from retry_connect command
* chore(errors): Moved autostart commands to autostart.rs
* chore(process manager): Converted launch_process function for games to use game_id
---------
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-13 21:44:57 +11:00
DecDuck
231eb935fa
fix(metadata): update routes for new server
2025-01-09 12:11:39 +11:00
quexeky
c16b1df264
chore: More refining info!() statements
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-06 20:46:08 +11:00
quexeky
c6e71fa3a8
chore: General cleanup
...
- Changed some info!() statements to debug!() and warn!()
- Removed most Turbofish syntax cases
- Removed InvalidCodeError and replaced it with InvalidResponse
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-06 20:04:34 +11:00
quexeky
6a33494d68
feat(settings): Added max_download_threads setting and separated settings from db
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-06 07:36:35 +11:00
quexeky
9dde86bd82
chore: More cleanup after cargo clippy
...
Also added some type efficiency improvements (using references where possible and added SliceDeque crate)
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 21:08:27 +11:00
quexeky
35047f9885
refactor: Ran cargo clippy & fmt
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 20:29:15 +11:00
quexeky
ba90d90a86
fix(db): Added Settings component
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:44:18 +11:00
quexeky
c6549a8cda
fix(game downloads): Accidentally was attempting to lock onto something that was already in scope
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:05:00 +11:00
quexeky
2e63daadd7
perf(game downloads): Moved some variable declarations outside of the spawned download thread
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:05:00 +11:00
quexeky
8a122fb8f9
feat(database): Added database corruption dialog
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:04:47 +11:00
quexeky
b0787e8f44
refactor(downloads): Moved all files relevant to game downloads to their own directory
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:04:47 +11:00