Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Let evil win.
|
|
|
|
Nix flake meta
|
|
|
|
Add Contributor Covenant 2.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix: improve code readability in Application.cpp
|
|
upstream merge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add Slackware package
|
|
Change: set MACOSX_BUNDLE_GUI_IDENTIFIER to org.polymc (fixes org.multimc.PolyMC)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
…trigger GH release using tags
|
|
|
|
|
|
Currently qtbase is broken on aarch64-darwin, therefor dropping support, so the check can succeed
|
|
Merge stable into develop
|
|
This reverts commit 5779f20fa1633577889b7bda839c5486eb2ba922.
|
|
|
|
|
|
Add MSA-Client-ID override in UI
|
|
|