Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-10 | GH-1060 create and delete update dir | Petr Mrázek | |
2015-06-09 | GH-1060 update tweaks | Petr Mrázek | |
* 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' | |||
2015-06-09 | GH-1060 add a lot of error checking and reporting to the inner updater | Petr Mrázek | |
2015-06-09 | GH-1060 tweaks to new update mechanism - logging | Petr Mrázek | |
2015-06-09 | GH-1060 implement very basic updater (only linux and maybe osx right now) | Petr Mrázek | |
2015-06-09 | GH-1060 remove some old updater bits and pieces | Petr Mrázek | |
2015-06-08 | GH-1049 fix bad ifdefs that prevent linux-specific env blacklisting | Petr Mrázek | |
2015-06-07 | GH-1060 remove updater code | Petr Mrázek | |
2015-06-06 | GH-1051 ignore CDPATH | Petr Mrázek | |
2015-06-06 | GH-1033 Set up travis for C++14 setup | Jan Dalheimer | |
No clang, no OSX, nothing | |||
2015-06-06 | NOISSUE Comment and bugfix the Resource system | Jan Dalheimer | |
2015-06-06 | NOISSUE sanitize Json | Petr Mrázek | |
Removes magical parameter madness. All require* can throw All ensure* need a default value and never throw | |||
2015-06-06 | NOISSUE remove StandardTask | Petr Mrázek | |
2015-06-06 | NOISSUE document exceptions a bit more | Petr Mrázek | |
2015-06-06 | NOISSUE use FS a bit more | Petr Mrázek | |
2015-06-06 | NOISSUE Various changes from multiauth that are unrelated to it | Jan Dalheimer | |
2015-06-06 | GH-1052 try using c++1y on OSX | Petr Mrázek | |
2015-06-06 | GH-1052 switch over to C++14 everywhere | Petr Mrázek | |
2015-06-06 | NOISSUE Don't attempt to package the accessible plugins on Qt >= 5.4 | Jan Dalheimer | |
2015-06-02 | NOISSUE begin working on 0.4.8 and update changelog | Petr Mrázek | |
2015-06-02 | NOISSUE redo the launcher part | Alex | |
2015-06-01 | GH-980 finalize changelog | Petr Mrázek | |
2015-06-01 | GH-1031 include icon in exported instance if it is custom | Petr Mrázek | |
2015-06-01 | GH-980 more changelog tweakery | Petr Mrázek | |
2015-06-01 | GH-980 Update changelog for 0.4.7 | Petr Mrázek | |
2015-05-31 | GH-1016 print list of mods, coremods and jarmods | Petr Mrázek | |
Includes a change to jar mods, where they gain an 'originalName' attribute used only for display | |||
2015-05-31 | GH-1016 print mods, jar mods and core mods on start | Petr Mrázek | |
Needs some work - jar mods just have the uuid name | |||
2015-05-31 | GH-1015 catch exceptions when doing profile reapply | Petr Mrázek | |
This is a temporary solution. | |||
2015-05-31 | GH-1021 make builtin versions not customizable | Petr Mrázek | |
They use attributes not defined in the OneSix format. | |||
2015-05-31 | GH-1020 use plain strings for library URLs | Petr Mrázek | |
Because the URLs can contain {}, which are percent encoded in URLs and this breaks variable substitution | |||
2015-05-29 | GH-1015 fix crash when version is incomplete and adding jar mods | Petr Mrázek | |
2015-05-29 | GH-994 hopefully fix issue with people still using jar mods | Petr Mrázek | |
Added an 'add mods' button to the version page Add jar mods now has a very angry nag dialog until it's used successfully Buttons on version page are rearranged to deemphasize jar mods | |||
2015-05-28 | GH-1011 fetch missing versions when customizing/reverting Minecraft patches | Petr Mrázek | |
2015-05-27 | GH-967 make libraries handle their own path prefix | Petr Mrázek | |
Makes it possible to mix libraries managed by FTB and MultiMC Backport from unstable | |||
2015-05-26 | NOISSUE use -fPIC builds when the system Qt is derpy | Petr Mrázek | |
2015-05-26 | GH-997 fix saving of settings values with special characters | Petr Mrázek | |
Values are now escaped properly | |||
2015-05-26 | GH-997 add unit test for ini file save/load passthrough | Petr Mrázek | |
2015-05-26 | GH-1003 Fix settings dialog delays | Petr Mrázek | |
2015-05-25 | GH-1003 add some save locking for dialog pages that deal with settings | Petr Mrázek | |
2015-05-25 | GH-992 GH-997 Do not rewrite values when loading FTB packs | Petr Mrázek | |
name, icon and notes won't be overwritten when loading FTB packs this also eliminates the file saving delay from setting the values | |||
2015-05-24 | GH-977 Initialize FTB icon properly (iconKey vs logo), remove debug prints | Petr Mrázek | |
2015-05-24 | GH-991 implement wrapper commands | Petr Mrázek | |
2015-05-23 | GH-992 Add a transaction/locking mechanism to settings objects | Petr Mrázek | |
This can cut the FTB loading by ~66% - worth it, but not ideal. Real solution will have to be implemented later. | |||
2015-05-22 | GH-977 Improve FTB loading and instance creation | Petr Mrázek | |
2015-05-22 | GH-980 update chengelog | Petr Mrázek | |
2015-05-22 | GH-977 this isn't funny anymore... | Petr Mrázek | |
2015-05-22 | GH-977 possibly fix FTB on windows. Maybe. Partially. Now maybe for real. | Petr Mrázek | |
2015-05-21 | GH-977 possibly fix FTB on windows. Maybe. Partially. | Petr Mrázek | |
2015-05-21 | GH-983 use 'minecraft.jar' for ancient jar-modded versions | Petr Mrázek | |
Fixes NEI in MC 1.4.7 and probably other obscure issues | |||
2015-05-21 | GH-985 fix jar mods | Petr Mrázek | |