Age | Commit message (Collapse) | Author |
|
This caused a crash when the action was selected!
|
|
|
|
Make version labels in About dialog selectable
|
|
Don't create unnecessary folders when extracting ZIPs
|
|
Track real CPU architecture for instances
|
|
|
|
|
|
|
|
|
|
|
|
User can copy version/build info easily.
|
|
|
|
|
|
Add OpenBSD support
|
|
|
|
Hide index folder on Windows
|
|
PackPlatforms: Record where packs come from
|
|
More links for CF / Modrinth mods / modpacks
|
|
|
|
|
|
Previously, the Shaders, Texture packs and Resource packs tabs had as
parent the ModFolderPage, making it so that making changes only to the
Mods page would require checking the id of the page for the correct one.
This was hackish and error-prone.
Now, those pages all inherit from a single class, ExternalResourcesPage,
that handles the basic behaviour of all of them, while allowing for
individual modification in code.
This is still not a clear separation, since internally, all those
resources are derived from Mods, so for now there's still some awkward
common code :/
|
|
Fix mod metadata tests
|
|
Co-authored-by: flow <flowlnlnln@gmail.com>
|
|
|
|
Avoid re-registering InstanceType
|
|
This maintains the previous behaviour
|
|
im stupid
|
|
(i.e. mods without ModDetails that may have metadata)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
Always store InstanceType
|
|
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
|
|
another oopsie x.x
|
|
|
|
|
|
|
|
|
|
|