pollymc/launcher/modplatform/flame
flow 6a18079953
refactor: generalize mod models and APIs to resources
Firstly, this abstract away behavior in the mod download models that can
also be applied to other types of resources into a superclass, allowing
other resource types to be implemented without so much code duplication.

For that, this also generalizes the APIs used (currently, ModrinthAPI
and FlameAPI) to be able to make requests to other types of resources.

It also does a general cleanup of both of those. In particular, this
makes use of std::optional instead of invalid values for errors and,
well, optional values :p

This is a squash of some commits that were becoming too interlaced
together to be cleanly separated.

Signed-off-by: flow <flowlnlnln@gmail.com>
2023-01-13 16:23:00 -03:00
..
FileResolvingTask.cpp fix(FileResolvingTask): Fail instead of crash when there's API errors 2022-12-01 15:33:35 -03:00
FileResolvingTask.h fix: fix segfault when resolving Flame resources 2022-10-22 14:11:51 +02:00
FlameAPI.cpp refactor: generalize mod models and APIs to resources 2023-01-13 16:23:00 -03:00
FlameAPI.h refactor: generalize mod models and APIs to resources 2023-01-13 16:23:00 -03:00
FlameCheckUpdate.cpp refactor: generalize mod models and APIs to resources 2023-01-13 16:23:00 -03:00
FlameCheckUpdate.h refactor: generalize mod models and APIs to resources 2023-01-13 16:23:00 -03:00
FlameInstanceCreationTask.cpp refactor: generalize mod models and APIs to resources 2023-01-13 16:23:00 -03:00
FlameInstanceCreationTask.h refactor: generalize mod models and APIs to resources 2023-01-13 16:23:00 -03:00
FlameModIndex.cpp refactor: generalize mod models and APIs to resources 2023-01-13 16:23:00 -03:00
FlameModIndex.h feat: lazy-load CF mod descriptions 2022-08-01 07:33:30 -03:00
FlamePackIndex.cpp fix https://github.com/PolyMC/PolyMC/issues/798 2022-06-15 09:11:23 +02:00
FlamePackIndex.h Merge pull request #634 from flowln/donate_links 2022-06-14 23:52:00 +10:00
PackManifest.cpp feat: add curseforge modpack updating 2022-09-20 18:36:08 -03:00
PackManifest.h feat: add curseforge modpack updating 2022-09-20 18:36:08 -03:00