Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2022-05-13 | Merge pull request #557 from PolyMC/ZekeSmith-cf-api | Sefa Eyeoglu | |
2022-05-12 | chore: add license header to remaining files | flow | |
Also remove some unused imports | |||
2022-05-12 | chore: add polymc license headers to launcher/net files | flow | |
2022-05-12 | fix: abort and fail logic in tasks | flow | |
Also sets up correctly the status connections | |||
2022-05-12 | refactor: more net cleanup | flow | |
This runs clang-tidy on some other files in launcher/net/. This also makes use of some JSON wrappers in HttpMetaCache, instead of using the Qt stuff directly. Lastly, this removes useless null checks (crashes don't occur because of this, but because of concurrent usage / free of the QByteArray pointer), and fix a fixme in Download.h | |||
2022-05-12 | refactor: remove some superfluous signals | flow | |
Since now we're inheriting from Task, some signals can be reused. | |||
2022-05-12 | refactor: organize a little more the code in launcher/net/ | flow | |
This also reduces some code duplication by using some Task logic in NetAction. | |||
2022-05-12 | Add UI for miscellaneous instance setting overrides | Kenneth Chew | |
2022-05-12 | Add instance overrides for miscellaneous settings | Kenneth Chew | |
2022-05-12 | CurseForge API Key update to PolyMC key | Ezekiel Smith | |
Use the key CurseForge provided me to use for PolyMC *pr done on mobile if someone could test that would be great* | |||
2022-05-11 | chore: add version of polymc area in bug report template | DioEgizio | |
2022-05-09 | Hide temporary directory in instances folder | Kenneth Chew | |