aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-20Merge pull request #592 from flowln/technictimoreo22
Use empty string when version is null in the Technic pack manifest
2022-05-19Merge pull request #594 from Scrumplex/fix-support-split-nativesSefa Eyeoglu
Support Mojang's new split natives
2022-05-18fix: support split nativesSefa Eyeoglu
Mojang introduced a new structure for natives, notably for LWJGL. Now instead of using the `natives` structure of the version format, Mojang chose to create a seperate library entry for each platform, which uses the `rules` structure to specify the platform. These new split natives carry the same groupId and artifactId, as the main library, but have an additional classifier, like `natives-linux`. When comparing GradleSpecifiers we don't look at the classifier, so when the launcher sees an artifact called `org.lwjgl:lwjgl:3.3.1` and right after that an artifact called `org.lwjgl:lwjgl:3.3.1:natives-linux`, it will treat it as "already added" and forget it. This change will include the classifier in that comparison.
2022-05-18fix: version field in technic pack manifest being nullflow
Sometimes, the version field, that is supposed to be a string, was a null instead. Inspecting other entries, seems like the default for not having a version should be "", so I made it like that in case the version was null. I hope this fixes the issue :^)
2022-05-18Merge pull request #590 from DioEgizio/fix-qmj-over-fmjtimoreo22
fix(quilt) always prefer qmj over fmj
2022-05-18Merge pull request #127 from Scrumplex/refactor-bump-qt5.12Sefa Eyeoglu
2022-05-18fix(quilt) always prefer qmj over fmjDioEgizio
this fixes Quilt-only mods like ok zoomer showing wrong metadata
2022-05-17fix: ignore deprecation againSefa Eyeoglu
2022-05-17fix: remove unnecessary Qt version checksSefa Eyeoglu
2022-05-17chore!: drop support for Qt <5.12Sefa Eyeoglu
BREAKING CHANGE: If there are references to stuff that's deprecated as of Qt 5.12, the compilation will fail. This means that support for versions below 5.12 is hereby dropped
2022-05-17fix(updater): remove Windows version checkSefa Eyeoglu
Qt 5.12 doesn't support anything older than Windows 7 anyway, so we can't really check if we are on an older platform.
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