Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-19 | Merge pull request #168 from Kloenk/nix_flake_meta | dada513 | |
Nix flake meta | |||
2022-02-19 | Merge pull request #178 from Scrumplex/add-contributor-covenant | Ezekiel Smith | |
Add Contributor Covenant 2.1 | |||
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 | 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 | Change: set MACOSX_BUNDLE_GUI_IDENTIFIER to org.polymc instead of org.multimc | DioEgizio | |
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 | |||
2022-02-12 | fix: MSA = Microsoft Authentication | Sefa Eyeoglu | |
2022-02-12 | fix(ui): explain why 'Add Microsoft' might be disabled | Sefa Eyeoglu | |
2022-02-12 | feat: implement MSA client id override | Sefa Eyeoglu | |
Closes #11 | |||
2022-02-12 | feat(ui): add custom MSA client id setting | Sefa Eyeoglu | |
2022-02-12 | feat: use commit hash for channel if ref not available | Sefa Eyeoglu | |
2022-02-12 | fix: don't use custom for version channel | Sefa Eyeoglu | |
Closes #159 | |||
2022-02-12 | Merge pull request #143 from Scrumplex/refactor-link-nbtpp-static | Sefa Eyeoglu | |
2022-02-12 | fix: use our own prefix for rainbow lib | Sefa Eyeoglu | |
2022-02-12 | Revert "refactor(build): link rainbow statically" | Sefa Eyeoglu | |
Windows build fails for some reason. Needs to be investigated later This reverts commit 812f00eb81158bfb4c2d61b228c0c1c796641ac1. | |||
2022-02-12 | refactor(build): link iconfix statically | Sefa Eyeoglu | |
2022-02-12 | refactor(build): link rainbow statically | Sefa Eyeoglu | |
2022-02-12 | Merge pull request #157 from txtsd/actions_fix | txtsd | |
Adjust OpenSSL step | |||
2022-02-12 | Adjust OpenSSL step | txtsd | |
2022-02-12 | Merge pull request #134 from glowiak/patch-2 | LennyMcLennington | |
OpenBSD support and slackware build instructions | |||
2022-02-12 | Merge pull request #149 from ZekeSmith/patch-1 | LennyMcLennington | |
License for assets | |||
2022-02-11 | change "loader mods" to "mods" | swirl | |
Closes: #128 | |||
2022-02-12 | Merge pull request #155 from txtsd/actions | LennyMcLennington | |
fix(ci): Unsplit OpenSSL step | |||
2022-02-12 | Unsplit OpenSSL step | txtsd | |
2022-02-12 | Update LICENSE | Ezekiel Smith | |
2022-02-11 | Merge pull request #146 from dada513/macos_application_support | LennyMcLennington | |
[MACOS] Move app data to Application Support | |||
2022-02-11 | refactor(build): link nbt++ statically | Sefa Eyeoglu | |
2022-02-11 | Merge pull request #145 from dada513/metainfix | timoreo22 | |
Update metadata | |||
2022-02-11 | Merge pull request #140 from txtsd/actions | LennyMcLennington | |
CI: Build AppImages | |||
2022-02-11 | Remove superfluous variable | txtsd | |
2022-02-11 | Add missing deploy flags | txtsd | |
2022-02-11 | Remove generic Linux builds | txtsd | |
They don't necessarily run on all distros |