Age | Commit message (Collapse) | Author |
|
|
|
|
|
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix crash if no Minecraft version is selected in the new instance screen
|
|
Revert "better FreeBSD support"
|
|
|
|
Only trigger macOS instance rename on KeyDown
|
|
fix: use size in bytes to sort by world size
|
|
|
|
|
|
|
|
|
|
This is macOS specific
|
|
|
|
|
|
specify -DLauncher_BUILD_PLATFORM on CI builds (EDIT: also remove "on x")
|
|
|
|
|
|
|
|
Thus also removes a suggestCurrent call from loaderFilterChanged, as it will already be triggered by setSelectedLoaderVersion
|
|
|
|
Those are modified programatically, and never show up to the user!
|
|
|
|
|
|
|
|
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
- The launch option is no longer empty.
- The program now checks on startup whether an instance is selected to decide whether to disable instance options.
Also, get rid of a dynamic cast.
|
|
Query for Fabric mods if Quilt is in use
|
|
Right now we want to include Fabric mods in our searches where possible.
Modrinth allows definining multiple loaders, while Flame only allows a
single value.
As a compromise we ask for Fabric mods only on Flame and for both Fabric
and Quilt mods on Modrinth.
|