Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-22 | Merge pull request #597 from Scrumplex/refactor-modloader-modapi | Sefa Eyeoglu | |
2022-05-21 | Merge pull request #608 from timoreo22/feature/curseforge-fix | timoreo22 | |
Very Temporary Fix for curseforge | |||
2022-05-20 | fix(ui): make CF and MR modpack dialogs more consistent | Sefa Eyeoglu | |
2022-05-20 | Apply suggestions | timoreo | |
2022-05-20 | Very Temporary Fix for curseforge | timoreo | |
2022-05-20 | Add cursefrog key override | dada513 | |
2022-05-19 | refactor: allow tracking multiple mod loaders | Sefa Eyeoglu | |
2022-05-17 | fix: remove unnecessary Qt version checks | Sefa Eyeoglu | |
2022-05-17 | fix: replace deprecated stuff as of Qt 5.12 | Sefa Eyeoglu | |
2022-05-17 | Merge pull request #565 from Scrumplex/modrinth-packs | Sefa Eyeoglu | |
Initial Modrinth modpack support | |||
2022-05-17 | Update launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui | Sefa Eyeoglu | |
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-05-17 | Merge pull request #529 from flowln/vertical_toolbar | txtsd | |
Set right orientation for instance toolbar when moving it around | |||
2022-05-17 | Merge pull request #540 from kthchew/fix/executable-screenshot | txtsd | |
Show "executable" screenshots in the screenshot manager | |||
2022-05-16 | fix: mod skipping between pages and remove dead code | flow | |
2022-05-16 | fix: missed change to metacache entry lookup | flow | |
2022-05-16 | fix: typo and useless code | flow | |
2022-05-16 | fix: use own metacache base for modrinth icons | Sefa Eyeoglu | |
2022-05-16 | fix: better hack for icons that cant be natively scaled to 48x48 | flow | |
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 | Merge pull request #560 from kthchew/feature/close-pmc-override | flow | |
Add instance overrides for miscellaneous settings | |||
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 #546 from kthchew/feature/scrollable-accounts | dada513 | |
2022-05-15 | fix: always show project url, if available | Sefa Eyeoglu | |
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-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-13 | Merge pull request #528 from flowln/guo_ext | Sefa Eyeoglu | |
2022-05-12 | Add UI for miscellaneous instance setting overrides | Kenneth Chew | |
2022-05-09 | Make profile menu scrollable | Kenneth Chew | |
2022-05-09 | Merge pull request #537 from PolyMC/stable | timoreo22 | |
Merge stable into develop | |||
2022-05-09 | Show "executable" screenshots in the screenshot manager | Kenneth Chew | |
Since the readable/writable filter was removed to do this, extra code was added to enable/disable certain buttons based on whether the screenshot is readable or writable. | |||
2022-05-08 | Retranslate playtime text immediately when language is changed | Kenneth Chew | |
2022-05-08 | Retranslate account actions after switching language | Kenneth Chew | |
2022-05-08 | adopt changes from #497 remapped | Ryan Cao | |
2022-05-07 | fix: always have the instance toolbar be vertical | flow | |
This overrides the orientation set automatically by Qt when we start moving the toolbar around. |