aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/modrinth/ModrinthPackManifest.cpp
AgeCommit message (Collapse)Author
2022-12-06feat: add logic for the modrinth instance modpack pageflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04Fix: Resolve ambiguous overload errorsTheLastRar
Clang-cl fails to select the correct function and instead errors Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-06-14Merge pull request #634 from flowln/donate_linksEzekiel Smith
More links for CF / Modrinth mods / modpacks
2022-06-09revert: don't check modrinth whitelisted hostsflow
people didn't seem to like it, and its not required
2022-05-28clean up validateDownloadUrlLenny McLennington
2022-05-28change: add 'gitlab.com' to whitelisted Modrinth modpack urlsflow
2022-05-28change: update whitelisted hosts in Modrinth modpacksflow
2022-05-24feat: add remaining links to modrinth modpacksflow
2022-05-24feat: add donate info to modrinth modpacksflow
2022-05-16fix: typo and useless codeflow
2022-05-15fix: validate whitelisted download urlsflow
2022-05-15chore: license headers 2flow
2022-05-15chore: add/update license headersSefa Eyeoglu
2022-05-15fix: add author page urlflow
2022-05-14fix: choose valid download url even if it's not the primary oneflow
It seems to be possible to have modpack versions that have to primary file. In those cases, we pick a valid one "at random".
2022-05-14fix: Have the URL be the project URL itselfflow
(I think, doesn't seem to work for the waffle though, probably because of the staging API :/)
2022-05-14feat: add modrinth pack downloadingflow
Things that don't work / work poorly (there's more for sure but those are the evident ones): - Icons are broken in the import dialog - No way to search for private packs - Icons are not downloaded when downloading a mod - No support for multiple download URLs - Probably a lot more...
2022-05-14Add support for importing Modrinth packs from fileskb1000