Age | Commit message (Collapse) | Author |
|
Drop legacy instances
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CI: Release builds and workflow
|
|
|
|
Add issue template for RFCs
|
|
Prepare readme for 1.1.0, mark unofficial packages as unofficial
|
|
Enable WSL support
|
|
Switch to new MSA Client ID
|
|
Detect MSA Client ID change
|
|
|
|
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.
|
|
|
|
|
|
|
|
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)
|
|
|
|
|