Age | Commit message (Collapse) | Author |
|
|
|
Always scale mod icons to the right size
|
|
|
|
|
|
Way faster :)
Signed-off-by: flow <flowlnlnln@gmail.com>
|
|
|
|
|
|
Teh :|
Co-authored-by: timoreo22 <timo.oreo34@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Workaround Qt bug to fix menu bar separators on macOS
|
|
Fix duplicate name in window title
|
|
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
Makes it easier to read about new blog posts! Yay :D
|
|
|
|
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
|
|
|
|
This caused a crash when the action was selected!
|
|
|
|
|
|
|
|
|
|
|
|
User can copy version/build info easily.
|
|
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 :/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let me just say, this does not look right
|
|
Add on-disk mod metadata information
|
|
|
|
|