Commit Graph
46 Commits
Author SHA1 Message Date
DecDuck 5cbeb3bdb6 feat: temporary queue ui and flamegraph instructions 2024-12-07 20:21:22 +11:00
DecDuck de52dac0ab feat(download & db): combined db and download interface improvements 2024-12-07 11:00:35 +11:00
DecDuck 8670bca834 feat(install ui): ui to install games 2024-12-06 22:16:50 +11:00
DecDuck b5568429f5 feat(download manager): syncs state to disk to persist across reboots 2024-12-04 17:29:46 +11:00
DecDuck e4df4eb2d7 feat(download manager): update db state with ui and emit events 2024-11-28 20:31:04 +11:00
DecDuck 64d7f649c6 fix(download manager): use of completed signal, and pause/resuming 2024-11-28 12:39:21 +11:00
DecDuck 2dedfbbd5c feat(library): automatically fetch remote data if not available 2024-11-26 20:11:03 +11:00
DecDuck 99c8b39a11 refactor(download manager): rename files to what they contain 2024-11-26 19:54:43 +11:00
DecDuck a53d838d05 feat: retry connnection on server unavailable 2024-11-26 18:09:15 +11:00
DecDuck a580a46e17 feat(settings): finish download dir CRUD interface 2024-11-25 16:09:29 +11:00
DecDuck 384f7a5be9 feat(settings): ability to add more download dirs 2024-11-24 21:04:56 +11:00
DecDuck f0c47d87fb fix(readme): update readme instructions 2024-11-18 20:13:10 +11:00
DecDuck 3dbf5ab573 chore(downloads): partial download manager 2024-11-12 09:06:28 +11:00
DecDuck 04368ff549 fix(download dir): fix logic error in detecting dir 2024-11-10 22:31:11 +11:00
DecDuck 6a38ea306b feat(downloads): reduce scope of download agent
due to a miscommunication, the scope of the download agent has grown too
much. this commit reduces that scopes, and intends for a lot of the
heavy lifting to be done by the soon-to-be-implemented download manager.
2024-11-10 22:25:54 +11:00
DecDuck e9805a8359 rustix fs feature 2024-11-04 10:55:52 +00:00
DecDuck f6476bc804 fixes and patches for merged changes 2024-11-04 18:13:03 +11:00
DecDuck 15204718cf Merge branch 'error-handling'
Makes the Drop app more resistent to errors during start-up
2024-11-04 18:06:51 +11:00
DecDuck 50ed84115b Merge branch 'downloads'
Adds the backend logic for downloading games, as well as debug buttons
in the store page
2024-11-04 18:04:23 +11:00
DecDuck eb3311a0c4 Drop will no longer crash when the server goes down 2024-11-03 19:47:27 +11:00
DecDuck df88395d98 drop no longer freaks out if server is unavailable on startup 2024-11-03 16:16:26 +11:00
DecDuck 32067c0ed3 remove unpacker mod statement 2024-10-31 23:42:16 +11:00
DecDuck 7049673596 restructing and renaming 2024-10-25 17:41:03 +11:00
DecDuck 2ec351f20e fixed multi-chunk downloads 2024-10-25 10:28:58 +11:00
DecDuck 4779383fc9 better download defaults 2024-10-24 22:17:50 +11:00
DecDuck 5ed0833e61 my own take on some BASED design decisions 2024-10-24 22:05:58 +11:00
DecDuck 57a5737b6c Add LICENSE 2024-10-22 22:41:21 +00:00
DecDuck 7e3da04beb fixed some of quexeky's BASED design decisions 2024-10-20 20:55:37 +11:00
DecDuck bf46dec359 beginnings of game state management 2024-10-17 21:05:25 +11:00
DecDuck 5ef6b8e528 cleanup and game UI beginnings 2024-10-15 20:05:13 +11:00
DecDuck 8a2d23df26 slight ui/ux fixes and updates to auth protocol 2024-10-12 17:44:23 +11:00
DecDuck e828bca2a5 reorganisation, cleanup and new nonce protocol 2024-10-12 17:34:47 +11:00
DecDuck ac66b20591 patch for not draggable windows during setup 2024-10-09 18:02:09 +11:00
DecDuck 959dad383e fixed windows issues 2024-10-09 17:55:19 +11:00
DecDuck 0c0cfebc1e client now fetches user information from Drop server 2024-10-09 16:52:24 +11:00
DecDuck ac1c3b609a ci/cd and patches for windows builds 2024-10-09 05:09:48 +11:00
DecDuck 8f6f184739 compliant with new APIs 2024-10-09 00:37:27 +11:00
DecDuck 556898fc13 migrate to new droplet ca system 2024-10-08 21:45:57 +11:00
DecDuck 4bb33c8223 handshakes 2024-10-08 18:08:52 +11:00
DecDuck ae4c65b7ab another stage of client authentication 2024-10-08 16:13:28 +11:00
DecDuck 22b1aeec9f auth initiate, database and more 2024-10-08 13:17:06 +11:00
DecDuck 78fc668923 README update 2024-10-08 01:04:03 +11:00
DecDuck c9577444cd migrate to nuxt and groundwork 2024-10-08 00:39:42 +11:00
DecDuck c46c54b2a5 migrated unpacking to rust zstd to conform with droplet
@drop/droplet now packs with zstd, so converts unpacker.rs to use zstd
2024-10-07 15:10:38 +11:00
DecDuck e504c003b1 convert to more sensible permission schema 2024-10-06 13:37:30 +11:00
DecDuck f6cd7c3d1f initial commit 2024-10-06 01:10:57 +10:00