Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | GH-1016 print mods, jar mods and core mods on start | Petr Mrázek | 2015-05-31 | -0/+15 | |
| | | | | Needs some work - jar mods just have the uuid name | ||||
* | GH-1015 catch exceptions when doing profile reapply | Petr Mrázek | 2015-05-31 | -16/+28 | |
| | | | | This is a temporary solution. | ||||
* | GH-1021 make builtin versions not customizable | Petr Mrázek | 2015-05-31 | -8/+34 | |
| | | | | They use attributes not defined in the OneSix format. | ||||
* | GH-1020 use plain strings for library URLs | Petr Mrázek | 2015-05-31 | -7/+14 | |
| | | | | Because the URLs can contain {}, which are percent encoded in URLs and this breaks variable substitution | ||||
* | GH-1015 fix crash when version is incomplete and adding jar mods | Petr Mrázek | 2015-05-29 | -1/+8 | |
| | |||||
* | GH-1011 fetch missing versions when customizing/reverting Minecraft patches | Petr Mrázek | 2015-05-28 | -11/+12 | |
| | |||||
* | GH-967 make libraries handle their own path prefix | Petr Mrázek | 2015-05-27 | -25/+76 | |
| | | | | | Makes it possible to mix libraries managed by FTB and MultiMC Backport from unstable | ||||
* | GH-991 implement wrapper commands | Petr Mrázek | 2015-05-24 | -2/+21 | |
| | |||||
* | GH-992 Add a transaction/locking mechanism to settings objects | Petr Mrázek | 2015-05-23 | -20/+20 | |
| | | | | | This can cut the FTB loading by ~66% - worth it, but not ideal. Real solution will have to be implemented later. | ||||
* | GH-983 use 'minecraft.jar' for ancient jar-modded versions | Petr Mrázek | 2015-05-21 | -2/+8 | |
| | | | | Fixes NEI in MC 1.4.7 and probably other obscure issues | ||||
* | GH-985 fix jar mods | Petr Mrázek | 2015-05-21 | -0/+2 | |
| | |||||
* | GH-952 Hardcore version page tweakery | Petr Mrázek | 2015-05-17 | -77/+294 | |
| | | | | | | | Version patches get a lot of new flags that determine which actions are allowed Version page respects the flags Customize, revert and edit for version patches Builting patches can be customized | ||||
* | NOISSUE do not dump minecraft version files into the log | Petr Mrázek | 2015-05-16 | -1/+0 | |
| | |||||
* | GH-958 print PID when starting Minecraft | Petr Mrázek | 2015-05-16 | -0/+3 | |
| | |||||
* | GH-952 do not remove {version,custom}.json files, rename them | Petr Mrázek | 2015-05-16 | -7/+7 | |
| | |||||
* | GH-952 flesh out {version,custom}.json upgrade step | Petr Mrázek | 2015-05-15 | -18/+50 | |
| | |||||
* | NOISSUE only watch mod folders when the user is looking at them | Petr Mrázek | 2015-05-11 | -0/+1 | |
| | |||||
* | NOISSUE more logging | Petr Mrázek | 2015-05-06 | -0/+3 | |
| | |||||
* | GH-942 fix vanilla version list | Petr Mrázek | 2015-05-06 | -10/+16 | |
| | | | | | Latest release gets the star Latest snapshot, if it's newer than latest release gets the bug | ||||
* | GH-907 fix location/java override for java detection | Petr Mrázek | 2015-05-05 | -3/+30 | |
| | |||||
* | NOISSUE windows hates me | Petr Mrázek | 2015-05-04 | -1/+1 | |
| | |||||
* | GH-907 improve Java testing and PermGen deprecation handling | Petr Mrázek | 2015-05-04 | -8/+68 | |
| | |||||
* | NOISSUE handle recommended versions better | Petr Mrázek | 2015-05-02 | -2/+24 | |
| | | | | | Moved constants to the version data file Use recommended Minecraft instead of latest stable for new instances by default | ||||
* | GH-328 overhaul all relevant version lists | Petr Mrázek | 2015-05-01 | -1/+39 | |
| | |||||
* | NOISSUE eliminate ProgressProvider | Petr Mrázek | 2015-04-26 | -17/+17 | |
| | |||||
* | GH-849 Further NetJob related fixes | Petr Mrázek | 2015-04-26 | -18/+16 | |
| | |||||
* | GH-887 fix patch file removal | Petr Mrázek | 2015-04-13 | -1/+20 | |
| | |||||
* | NOISSUE refactor and rearrange zip file utils | Petr Mrázek | 2015-04-13 | -181/+5 | |
| | |||||
* | GH-329 update description text in MainWindow when instance Minecraft version ↵ | Petr Mrázek | 2015-04-13 | -0/+1 | |
| | | | | changes | ||||
* | NOISSUE fix legacy edit instance | Petr Mrázek | 2015-04-13 | -33/+0 | |
| | |||||
* | SCRATCH remove more obsolete asset logic | Petr Mrázek | 2015-04-12 | -33/+0 | |
| | |||||
* | NOISSUE get rid of the obsolete version builder | Petr Mrázek | 2015-04-12 | -130/+4 | |
| | |||||
* | NOISSUE move everything. | Petr Mrázek | 2015-04-12 | -104/+110 | |
| | |||||
* | SCRATCH separate the generic updater logic from the application | Petr Mrázek | 2015-04-12 | -3/+1 | |
| | |||||
* | SCRATCH no more gui includes in logic | Petr Mrázek | 2015-04-12 | -38/+2 | |
| | |||||
* | SCRATCH move things to the right places | Petr Mrázek | 2015-04-12 | -3/+4231 | |
| | |||||
* | NOISSUE fix overlap in instance settings registration | Petr Mrázek | 2015-04-12 | -11/+0 | |
| | |||||
* | SCRATCH nuke the overcomplicated logger, use a simple one. | Petr Mrázek | 2015-04-12 | -43/+43 | |
| | |||||
* | SCRATCH remove remaining references to MultiMC.h and fix legacy LWJGL | Petr Mrázek | 2015-04-12 | -9/+5 | |
| | |||||
* | SCRATCH eliminate InstanceFactory | Petr Mrázek | 2015-04-12 | -5/+3 | |
| | |||||
* | NOISSUE Remove special FTB logic from generic version patch code | Petr Mrázek | 2015-04-04 | -25/+10 | |
| | |||||
* | NOISSUE use QSaveFile for saving patch order | Petr Mrázek | 2015-04-02 | -2/+14 | |
| | |||||
* | NOISSUE Split MultiMC app object into MultiMC and Env | Petr Mrázek | 2015-04-02 | -7/+4 | |
| | |||||
* | NOISSUE Refactors and moving of things | Petr Mrázek | 2015-04-02 | -683/+1250 | |
| | |||||
* | Change copyright dates to 2015 | Greenphlem | 2015-02-06 | -13/+13 | |
| | |||||
* | NOISSUE Fix jar mods for OnesSix | Petr Mrázek | 2014-12-27 | -0/+1 | |
| | |||||
* | Fix another bunch of copyright years, including fixing #397 | Jan Dalheimer | 2014-11-02 | -6/+6 | |
| | |||||
* | Update copyright year (finally...) | Jan Dalheimer | 2014-11-02 | -7/+7 | |
| | |||||
* | Sync from quickmods | Petr Mrázek | 2014-09-06 | -19/+24 | |
| | |||||
* | Fix version file problems, fix console window not being destroyed | Petr Mrázek | 2014-08-21 | -1/+1 | |
| |