Age | Commit message (Collapse) | Author |
|
Also adds gzip compressed log support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
needs to be split differently
needs to be squashed together with the logic from MainWindow
|
|
|
|
|
|
|
|
|
|
|
|
* download to multimc folder hierarchy
* use rename, not copy
* keep backup after update
* clean previous backup before update
* it's not 'copy', it's 'replace'
|
|
|
|
|
|
|
|
|
|
|
|
Removes magical parameter madness.
All require* can throw
All ensure* need a default value and never throw
|
|
|
|
|
|
|
|
|
|
|
|
Includes a change to jar mods, where they gain an 'originalName' attribute used only for display
|
|
Needs some work - jar mods just have the uuid name
|
|
This is a temporary solution.
|
|
They use attributes not defined in the OneSix format.
|
|
Because the URLs can contain {}, which are percent encoded in URLs and this breaks variable substitution
|
|
|
|
|
|
Makes it possible to mix libraries managed by FTB and MultiMC
Backport from unstable
|
|
Values are now escaped properly
|
|
|
|
name, icon and notes won't be overwritten when loading FTB packs
this also eliminates the file saving delay from setting the values
|
|
|
|
|
|
This can cut the FTB loading by ~66% - worth it, but not ideal.
Real solution will have to be implemented later.
|
|
|
|
|
|
|
|
|
|
Fixes NEI in MC 1.4.7 and probably other obscure issues
|
|
|