Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-21 | feat: add confirm dialog for installing mods | flow | |
When selecting multiple mods at once, it can become hard to keep track of which ones you selected. To address this, a dialog is now displayed when you finish selecting the mods to download, showing you which ones you selected and their filenames. From there, you can either accept it and download the mods, or you can cancel it and go back to the mod selection dialog. | |||
2022-02-21 | fix(ui): change text in selection button when there's no valid version | flow | |
2022-02-21 | feat(ui): allow downloading multiple mods from CurseForge at once | flow | |
2022-02-21 | feat(ui): allow downloading multiple mods in Modrinth at once | flow | |
2022-02-21 | feat: change task container in ModDownloadDialog to a QHash | flow | |
Previously, we used a unique_ptr to a ModDownloadTask to keep track of the selected mod to download when we accepted the dialog. In order to allow multiple mods to be selected at once for download, this has been changed to a QHash where the key is the mods name (since it doesn't seem right to allow for multiple versions of the same mod to be downloaded at once), and the value is a pointer to the corresponding ModDownloadTask. | |||
2022-02-21 | refactor: set default InstanceType to OneSix | Sefa Eyeoglu | |
2022-02-21 | refactor: drop LegacyInstance | Sefa Eyeoglu | |
2022-02-21 | refactor: drop migration for pre-component instances | Sefa Eyeoglu | |
2022-02-21 | fix | swirl | |
2022-02-21 | Create releases in a separate workflow | txtsd | |
2022-02-21 | Add generic Linux system builds | txtsd | |
2022-02-20 | remove notifications | swirl | |
2022-02-20 | Revert ba6a97557a0d90d77e9eba560931414e39042447 | Glitch | |
Let evil win. | |||
2022-02-19 | Fixed segfault when closing window while version info download is still going | timoreo | |
2022-02-19 | Merge pull request #168 from Kloenk/nix_flake_meta | dada513 | |
Nix flake meta | |||
2022-02-18 | fix: typo for account disabled error messages | Sefa Eyeoglu | |
2022-02-19 | Merge pull request #178 from Scrumplex/add-contributor-covenant | Ezekiel Smith | |
Add Contributor Covenant 2.1 | |||
2022-02-18 | Grab short version | txtsd | |
2022-02-18 | feat(accounts): interrupt MSAStep when client ID doesn't match | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): save client id in MSAStep | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): add disabled account state | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): support msa-client-id value | Sefa Eyeoglu | |
2022-02-18 | readd all packages | dada513 | |
2022-02-18 | chore: clarify trolling in code of conduct | Sefa Eyeoglu | |
2022-02-17 | Merge pull request #173 from Scrumplex/fix-application-cpp | LennyMcLennington | |
fix: improve code readability in Application.cpp | |||
2022-02-17 | Merge pull request #176 from PolyMC/upstream-merge | LennyMcLennington | |
upstream merge | |||
2022-02-17 | chore: add Contributor Covenant | Sefa Eyeoglu | |
2022-02-17 | Merge remote-tracking branch 'upstream/develop' into develop | swirl | |
2022-02-17 | fix: combine errors if --launch is missing | Sefa Eyeoglu | |
2022-02-17 | fix2 | dada513 | |
2022-02-17 | unofficial => community maintained | dada513 | |
2022-02-17 | Prepare readme for 1.1.0, mark unofficial packages as unofficial | dada513 | |
2022-02-17 | Merge pull request #131 from glowiak/patch-1 | dada513 | |
Add Slackware package | |||
2022-02-16 | Merge pull request #171 from DioEgizio/fix-org.polymc-macos | timoreo22 | |
Change: set MACOSX_BUNDLE_GUI_IDENTIFIER to org.polymc (fixes org.multimc.PolyMC) | |||
2022-02-16 | Merge branch 'develop' into patch-1 | glowiak | |
2022-02-16 | update | glowiak | |
2022-02-16 | fix: improve code readability in Application.cpp | Sefa Eyeoglu | |
2022-02-16 | refactor: switch to new MSA Client ID | Sefa Eyeoglu | |
2022-02-16 | Change: set MACOSX_BUNDLE_GUI_IDENTIFIER to org.polymc instead of org.multimc | DioEgizio | |
2022-02-16 | chore(github): add issue template for RFCs | Sefa Eyeoglu | |
2022-02-15 | Only trigger GH Release on stable branch | txtsd | |
2022-02-15 | Allow building release builds and… | txtsd | |
…trigger GH release using tags | |||
2022-02-14 | nix: add meta attribute | Finn Behrens | |
2022-02-14 | Merge pull request #160 from Scrumplex/custom-be-gone | Sefa Eyeoglu | |
2022-02-14 | flake.nix: drop aarch64-darwin | Finn Behrens | |
Currently qtbase is broken on aarch64-darwin, therefor dropping support, so the check can succeed | |||
2022-02-14 | Merge pull request #164 from Scrumplex/rebase-stable | Sefa Eyeoglu | |
Merge stable into develop | |||
2022-02-13 | Revert "make wsl work" | Lenny McLennington | |
This reverts commit 5779f20fa1633577889b7bda839c5486eb2ba922. | |||
2022-02-13 | make wsl work | swirl | |
2022-02-13 | Merge remote-tracking branch 'upstream/stable' into rebase-stable | Sefa Eyeoglu | |
2022-02-13 | Merge pull request #161 from Scrumplex/custom-clientid | LennyMcLennington | |
Add MSA-Client-ID override in UI |