aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/flame/FlameAPI.h
AgeCommit message (Expand)Author
2023-07-08LiteMod downloadingTheKodeToad
2023-06-25Fix unsafe usage of std::optional::value in FlameAPITheKodeToad
2023-06-23Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into...Trial97
2023-06-19Added overide for Quilt/FabricTrial97
2023-06-15Made ByteSynkArray to use shared_ptrTrial97
2023-04-21Updated linksTrial97
2023-04-21Fixed tipoTrial97
2023-04-21Added Dependency APITrial97
2023-02-05feat(RD): add resource pack downloaderflow
2023-01-23fix(license): add/fix my copyright/license headersflow
2023-01-13refactor: change some ResourceAPI from NetJob to Taskflow
2023-01-13refactor(RD): clear up sorting methodsflow
2023-01-13refactor(RD): decouple ResourceModels from ResourcePagesflow
2023-01-13refactor: generalize mod models and APIs to resourcesflow
2022-09-26huge nit: added const refs, everywheretimoreo
2022-09-20feat: add 'getFiles' by fileIds route in Flame APIflow
2022-08-01feat: add mod descriptions to CF modsflow
2022-07-17fix: std::list -> QListflow
2022-07-17fix: don't use shared_ptr for a background task T_Tflow
2022-07-17feat: add some mod api callsflow
2022-07-17feat: add api call to flameflow
2022-06-17fix: fix warnings reported by LGTM.comSefa Eyeoglu
2022-06-14Merge pull request #634 from flowln/donate_linksEzekiel Smith
2022-05-24feat: add links for curseforge modsflow
2022-05-24feat: add donate links for modrinth modsflow
2022-05-23refactor: move code out of ModIndex.hflow
2022-05-19refactor: allow tracking multiple mod loadersSefa Eyeoglu
2022-05-08adopt changes from #497 remappedRyan Cao
2022-04-16fix: query for Fabric mods if Quilt is in useSefa Eyeoglu
2022-04-15fix: 'All' filter working and get around CF API capabilitiesflow
2022-04-15feat: Use version filter when searching modsflow
2022-03-24optimize: Improve mod versions request to Modrinthflow
2022-03-14tidy: Fix clang-tidy issues on files changed in this PRflow
2022-03-07refactor: de-duplicate common code in network mod APIsflow
2022-03-07refactor: move NetJob away from ModModel to ModAPIflow
2022-03-06refactor: use Enum instead of raw int for ModLoaderTypeflow
2022-03-02refactor: move url creation for mods to modplatform/flow