aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-17fix: replace deprecated stuff as of Qt 5.12Sefa Eyeoglu
2022-05-17Merge pull request #565 from Scrumplex/modrinth-packsSefa Eyeoglu
Initial Modrinth modpack support
2022-05-17Merge pull request #567 from Scrumplex/quilt-metadataSefa Eyeoglu
Support `quilt.mod.json` metadata
2022-05-17fix: update links for Quilt metadata formatSefa Eyeoglu
2022-05-17Update launcher/ui/pages/modplatform/modrinth/ModrinthPage.uiSefa Eyeoglu
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-05-17Merge pull request #529 from flowln/vertical_toolbartxtsd
Set right orientation for instance toolbar when moving it around
2022-05-17Merge pull request #540 from kthchew/fix/executable-screenshottxtsd
Show "executable" screenshots in the screenshot manager
2022-05-16fix: mod skipping between pages and remove dead codeflow
2022-05-16fix: missed change to metacache entry lookupflow
2022-05-16fix: typo and useless codeflow
2022-05-16fix: use own metacache base for modrinth iconsSefa Eyeoglu
2022-05-16Merge pull request #564 from flowln/cf_iconSefa Eyeoglu
2022-05-16Merge pull request #568 from kthchew/fix/mac-steam-overlaySefa Eyeoglu
2022-05-16fix: better hack for icons that cant be natively scaled to 48x48flow
2022-05-16fix: import modrinth packs with weird overrides structureflow
Probably because of Packwiz limitations, or an space optimizer that did this :)
2022-05-15feat: better handling of optional modsflow
This disables the optional mods by default and tell the user about it. Pretty hackish, but a better solution would involve the modrinth metadata to have the mod names... Also sorry for the diffs, my clangd went rogue x.x
2022-05-15change: switch to modrinth production serversflow
2022-05-15fix: macos compilationflow
i forgor macos is cringe with static arrays :skull: edit: WHY DONT MAC LET ME USE STD::ARRAY ;----;
2022-05-15change: add alpha note to modrinth pageflow
2022-05-15fix: pack sorting and other search parametersflow
2022-05-15feat: support quilt.mod.json metadataSefa Eyeoglu
2022-05-15Merge pull request #560 from kthchew/feature/close-pmc-overrideflow
Add instance overrides for miscellaneous settings
2022-05-15Add Allow DYLD Environment Variables Entitlement to macOS buildKenneth Chew
This allows the Steam overlay to be injected into Minecraft.
2022-05-15Fix indentation of macOS resourcesKenneth Chew
2022-05-15Merge pull request #531 from Ozynt/patch-1Sefa Eyeoglu
Remove reference to legacy Minecraft accounts
2022-05-15Merge pull request #539 from kthchew/fix/translation-switchflow
Fix untranslated strings after changing language
2022-05-15Merge pull request #547 from kthchew/feature/hidden-tempdada513
2022-05-15Merge pull request #546 from kthchew/feature/scrollable-accountsdada513
2022-05-15Merge pull request #545 from DioEgizio/patch-4dada513
2022-05-15fix: validate whitelisted download urlsflow
2022-05-15fix: always show project url, if availableSefa Eyeoglu
2022-05-15change: update modrinth iconflow
Updates to the version at https://github.com/modrinth/docs/blob/master/static/img/logo.svg
2022-05-15change: use modrinth icon as default on modrinth packsflow
2022-05-15feat: add version of Modrinth modpack to instance nameSefa Eyeoglu
2022-05-15chore: license headers 2flow
2022-05-15chore: add/update license headersSefa Eyeoglu
2022-05-15change: use build variables for the modrinth API URLsflow
Make it more consistent with the others
2022-05-15fix: add author page urlflow
2022-05-15feat: add support for Quilt Loader in Modrinth packsSefa Eyeoglu
2022-05-15fix: fix build on Qt 5.12Sefa Eyeoglu
2022-05-15Merge pull request #4 from flowln/modrinth_packSefa Eyeoglu
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-14change: list what file types can be entered in the importerflow
2022-05-14refactor: some random improvementsflow
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-14fix: make all modrinth modpacks have the same icon sizeflow
2022-05-14fix: download icon as well when importing modrinth modpacksflow
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-14fix: adapt upstream Modrinth code to our codebaseSefa Eyeoglu
2022-05-14Add support for importing Modrinth packs from fileskb1000