Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-16 | fix: use own metacache base for modrinth icons | Sefa Eyeoglu | |
2022-05-16 | Merge pull request #564 from flowln/cf_icon | Sefa Eyeoglu | |
2022-05-16 | Merge pull request #568 from kthchew/fix/mac-steam-overlay | Sefa Eyeoglu | |
2022-05-16 | fix: better hack for icons that cant be natively scaled to 48x48 | flow | |
2022-05-16 | fix: import modrinth packs with weird overrides structure | flow | |
Probably because of Packwiz limitations, or an space optimizer that did this :) | |||
2022-05-15 | feat: better handling of optional mods | flow | |
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-15 | change: switch to modrinth production servers | flow | |
2022-05-15 | fix: macos compilation | flow | |
i forgor macos is cringe with static arrays :skull: edit: WHY DONT MAC LET ME USE STD::ARRAY ;----; | |||
2022-05-15 | change: add alpha note to modrinth page | flow | |
2022-05-15 | fix: pack sorting and other search parameters | flow | |
2022-05-15 | feat: support quilt.mod.json metadata | Sefa Eyeoglu | |
2022-05-15 | Merge pull request #560 from kthchew/feature/close-pmc-override | flow | |
Add instance overrides for miscellaneous settings | |||
2022-05-15 | Add Allow DYLD Environment Variables Entitlement to macOS build | Kenneth Chew | |
This allows the Steam overlay to be injected into Minecraft. | |||
2022-05-15 | Fix indentation of macOS resources | Kenneth Chew | |
2022-05-15 | Merge pull request #531 from Ozynt/patch-1 | Sefa Eyeoglu | |
Remove reference to legacy Minecraft accounts | |||
2022-05-15 | Merge pull request #539 from kthchew/fix/translation-switch | flow | |
Fix untranslated strings after changing language | |||
2022-05-15 | Merge pull request #547 from kthchew/feature/hidden-temp | dada513 | |
2022-05-15 | Merge pull request #546 from kthchew/feature/scrollable-accounts | dada513 | |
2022-05-15 | Merge pull request #545 from DioEgizio/patch-4 | dada513 | |
2022-05-15 | fix: validate whitelisted download urls | flow | |
2022-05-15 | fix: always show project url, if available | Sefa Eyeoglu | |
2022-05-15 | change: update modrinth icon | flow | |
Updates to the version at https://github.com/modrinth/docs/blob/master/static/img/logo.svg | |||
2022-05-15 | change: use modrinth icon as default on modrinth packs | flow | |
2022-05-15 | feat: add version of Modrinth modpack to instance name | Sefa Eyeoglu | |
2022-05-15 | chore: license headers 2 | flow | |
2022-05-15 | chore: add/update license headers | Sefa Eyeoglu | |
2022-05-15 | change: use build variables for the modrinth API URLs | flow | |
Make it more consistent with the others | |||
2022-05-15 | fix: add author page url | flow | |
2022-05-15 | feat: add support for Quilt Loader in Modrinth packs | Sefa Eyeoglu | |
2022-05-15 | fix: fix build on Qt 5.12 | Sefa Eyeoglu | |
2022-05-15 | Merge pull request #4 from flowln/modrinth_pack | Sefa Eyeoglu | |
2022-05-14 | fix: choose valid download url even if it's not the primary one | flow | |
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-14 | change: list what file types can be entered in the importer | flow | |
2022-05-14 | refactor: some random improvements | flow | |
2022-05-14 | fix: Have the URL be the project URL itself | flow | |
(I think, doesn't seem to work for the waffle though, probably because of the staging API :/) | |||
2022-05-14 | fix: make all modrinth modpacks have the same icon size | flow | |
2022-05-14 | fix: download icon as well when importing modrinth modpacks | flow | |
2022-05-14 | feat: add modrinth pack downloading | flow | |
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-14 | fix: adapt upstream Modrinth code to our codebase | Sefa Eyeoglu | |
2022-05-14 | Add support for importing Modrinth packs from files | kb1000 | |
2022-05-14 | refactor: rename Modrinth classes to ModrinthMod | Sefa Eyeoglu | |
2022-05-14 | Refactor script parsing | icelimetea | |
2022-05-14 | Fix the license header | icelimetea | |
2022-05-13 | fix: Handle icons with a dot in their names | flow | |
E.g. some FTB modpacks. Also fixes an issue with the name viewing on the Icon Chooser dialog when the name was too big. | |||
2022-05-13 | Merge pull request #519 from Scrumplex/cleanup-cmake | timoreo22 | |
Remove in-tree CMake modules where possible | |||
2022-05-13 | Add the license header to EntryPoint | icelimetea | |
2022-05-13 | Add the license header to LauncherFactory | icelimetea | |
2022-05-13 | Merge pull request #528 from flowln/guo_ext | Sefa Eyeoglu | |
2022-05-13 | Fix formatting | icelimetea | |
2022-05-13 | Merge pull request #553 from DioEgizio/add-version-PolyMC | timoreo22 | |
chore: add version of polymc area in bug report template |