quexeky
4c59c5d6c1
feat(cache): Implemented caching for game metadata
2025-02-12 10:00:45 +11:00
quexeky
4ef49cc832
fix: Games not launching due to string semantics
2025-01-20 23:12:57 +11:00
quexeky
6ad383799d
feat(games): Added multi-argument game launch and setup support
2025-01-20 20:03:44 +11:00
quexeky
e0ea8c9a57
chore: Apply stashed changes
2025-01-20 18:22:24 +11:00
quexeky
92729701c3
chore: Ran cargo clippy & cargo fmt
2025-01-20 08:55:19 +11:00
quexeky
7d4651db69
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
quexeky
f183a9d1a2
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
170fde5e23
feat(errors): Using SerializeDisplay for better error management with Result
2025-01-19 17:17:51 +11:00
quexeky
604d5b5884
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
Aden Lindsay
f1c8bbf8dd
refactor(compat): remove unnecessary compat code ( #20 )
...
* Delete pages/settings/compatibility.vue
* Update settings.vue
* Update debug.vue
* Update lib.rs
* Update compat.rs
2025-01-09 13:44:27 +11:00
quexeky
94cf6788d8
chore: More refining info!() statements
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-06 20:46:08 +11:00
quexeky
182361e598
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
2822b7a593
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
82804ebc67
refactor: Ran cargo clippy & fmt
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 20:29:15 +11:00
quexeky
005bab2fb8
fix(kill game): Re-enabled killing games
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:04:47 +11:00
quexeky
06d1e9ed95
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
quexeky
6159319172
feat(download manager): Added generic download manager
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:04:07 +11:00
quexeky
cac612b176
refactor(download manager): Fully separate & generic download manager
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 19:02:19 +11:00
quexeky
881fcc6abe
chore(download manager): Renamed most instances of "game" outside of actual game downloads
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-01-05 18:59:08 +11:00
DecDuck
6b96e408b2
feat(process): shared child with stop command
2024-12-30 15:37:29 +11:00
quexeky
c3f62222fe
fix(deep links): Re-enabled deep links
...
Signed-off-by: quexeky <git@quexeky.dev >
2024-12-30 14:18:42 +11:00
quexeky
01e6162527
feat(process manager): Game kill tauri command
...
Signed-off-by: quexeky <git@quexeky.dev >
2024-12-30 13:50:26 +11:00
quexeky
88b2505e71
feat(Compat): Implemented spawning with umu (using umu-wrapper-lib)
...
Signed-off-by: quexeky <git@quexeky.dev >
2024-12-30 13:12:27 +11:00
DecDuck
7c90d2b8fd
fix(process): fix poorly designed parsing for executables with spaces
2024-12-28 10:13:26 +11:00
quexeky
dcb1564568
chore: Ran cargo clippy
...
Signed-off-by: quexeky <git@quexeky.dev >
2024-12-27 11:58:37 +11:00
DecDuck
a135b1321c
feat(process): better process management, including running state
2024-12-26 17:19:19 +11:00
DecDuck
ad92dbec08
feat(errors): better download manager errors + modal
2024-12-26 12:56:54 +11:00
DecDuck
dd7f5675d8
feat(game): game uninstalling & partial compat
2024-12-26 11:59:26 +11:00
DecDuck
9ea2aa4997
chore(process manager): refactor for generic way to implement cross
...
platform launchers
2024-12-25 23:05:10 +11:00
DecDuck
17759c4ad7
fix(process): absolute executable invoke
2024-12-24 18:30:38 +11:00
DecDuck
694f2fd46e
chore(stored manifest): swap file name and to binary encoding
2024-12-24 12:52:40 +11:00
DecDuck
dafce24de2
fix(process log): use unix timestamp to avoid invalid characters in
...
filename
2024-12-24 12:32:58 +11:00
quexeky
0a1dddf7ef
chore(downloads): Made logging systems match
...
Signed-off-by: quexeky <git@quexeky.dev >
2024-12-24 12:22:45 +11:00
DecDuck
17f8d763ca
feat(process): add pre-launch log to file
2024-12-24 11:59:59 +11:00
DecDuck
42c0198f1d
refactor(game status): transient vs synced state now defined
2024-12-23 20:44:02 +11:00
DecDuck
3f71149289
feat(process manager): launch games with log files
2024-12-15 17:29:21 +11:00
DecDuck
269dcbb6f3
feat(download manager): only allow downloads for supported platforms
2024-12-15 16:15:51 +11:00