Commit graph

18 commits

Author SHA1 Message Date
Le Philousophe
0fe46dbebf DLC: Fix build 2025-01-27 23:10:07 +01:00
Le Philousophe
7c1b35f84c DLC: Fix build following changes to networking code API 2024-06-08 11:15:57 +02:00
Ankush Dutt
a26d00a2b7 DLC: Remove Playstore code 2023-09-14 08:22:56 +02:00
Ankush Dutt
9a68de2f52 BACKENDS: DLC: Handle errors in ScummVMCloud::extractZip() 2023-09-14 08:22:56 +02:00
Ankush Dutt
6890e3097b BACKENDS: DLC: Improve code readability in scummvmcloud.cpp 2023-09-14 08:22:56 +02:00
Ankush Dutt
097b049aea DLC: Use forward declaration where appropriate 2023-09-14 08:22:56 +02:00
Ankush Dutt
ee2e8afd30 JANITORIAL: Fix indentation in scummvmcloud 2023-09-14 08:22:56 +02:00
Ankush Dutt
d932cb8179 JANITORIAL: Fix formatting and define in scummvmcloud.h 2023-09-14 08:22:56 +02:00
Ankush Dutt
3d841a59e0 DLC: Use const, uint32 and reference where appropriate 2023-09-14 08:22:56 +02:00
Ankush Dutt
8774429891 JANITORIAL: Fix defines and code formatting 2023-09-14 08:22:56 +02:00
Ankush Dutt
a344e7e43f BACKENDS: Implement auto addition of DLC entry in ScummVM config after download 2023-09-14 08:22:56 +02:00
Ankush Dutt
86f01bcd45 BACKENDS: Improve ScummVMCloud::extractZip()
- Extract each game in it's own directory based on it's name
- Add extra parameter to pass the destination path
2023-09-14 08:22:56 +02:00
Ankush Dutt
6a269c6b06 BACKENDS: Implement get DLC list on request and redraw dialog once DLCs are fetched
This commit will add functionality to only fetch the DLCs from the server
on clicking the button for browsing DLCs. Before, we were fetching the DLCs on start.
The dialog will redraw once the DLCs are fetched. The fetched DLCs are cached.
2023-09-14 08:22:56 +02:00
Ankush Dutt
1a8c5383a4 BACKENDS: Delete request when DLC is downloaded 2023-09-14 08:22:56 +02:00
Ankush Dutt
c3fcfd0b00 BACKENDS: Implement extract downloaded DLCs and remove cache in ScummVMCloud 2023-09-14 08:22:56 +02:00
Ankush Dutt
5ac2efcf5c BACKENDS: Populate dlc list using getAllDLCs() response 2023-09-14 08:22:56 +02:00
Ankush Dutt
f380eaf9cc BACKENDS: Generalize startDownloadAsync() for downloading DLCs 2023-09-14 08:22:56 +02:00
Ankush Dutt
c0f91421cc BACKENDS: Initial code for downloading DLCs using CURL 2023-09-14 08:22:56 +02:00