Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fixed segfault in mod download
|
|
Drop legacy instances
|
|
|
|
|
|
|
|
Enable WSL support
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix: improve code readability in Application.cpp
|
|
|
|
|
|
|
|
This reverts commit 5779f20fa1633577889b7bda839c5486eb2ba922.
|
|
|
|
|
|
|
|
Closes #11
|
|
|
|
|
|
|
|
OpenBSD support and slackware build instructions
|
|
Closes: #128
|
|
[MACOS] Move app data to Application Support
|
|
|
|
Fix freedesktop icons. Again
|
|
Re-add RSS feed with the new PolyMC website
|
|
Fixed the download menu putting the wrong name
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 361ce7818ec8891e9a35bdfac4cdea77a0b6a949.
|