Age | Commit message (Collapse) | Author |
|
Your copy of MultiMC might stop working after this update
because we no longer bundle Qt and other system libraries.
Contact us at https://discord.gg/0k2zsXGNHs0fE4Wm if
you need help with installing Qt.
Qt 5.4.x or newer is required.
|
|
Now it handles formats other than png.
|
|
This eliminates some weird crashes.
|
|
|
|
Fixes issue where on first run, the translations don't show up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Completeness does no imply quality.
|
|
Same needs to be applied to the application settings later.
|
|
|
|
|
|
The hotloading is still inefficient
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This adds Task::State::AbortedByUser as a possibility
|
|
This may or may not expose issues when it actually IS used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Current will be disabled and renamed to '$name-old'.
Old one, if present, will be removed.
|
|
No more fallback for local libraries. They must be in the instance, always.
|
|
|
|
|
|
The model was not sending the appropriate signals.
|
|
This removes the fallback to global `libraries` folder for `local` libraries.
|
|
Instead of hardcoding it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issues were caused by use of `popen()` with no `pclose()` counterpart...
|
|
Static analysis was complaining about it.
|
|
|
|
|
|
|