Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | -80/+308 |
| | | | | | | | 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 Remove PermGemn warning ignoring | Petr Mrázek | 2015-05-07 | -6/+0 |
| | ||||
* | NOISSUE more logging | Petr Mrázek | 2015-05-06 | -0/+3 |
| | ||||
* | GH-942 fix vanilla version list | Petr Mrázek | 2015-05-06 | -10/+17 |
| | | | | | Latest release gets the star Latest snapshot, if it's newer than latest release gets the bug | |||
* | Fixed some Forge typos in dialogs. Fixes #940 | Sky | 2015-05-05 | -4/+4 |
| | ||||
* | 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 | -3/+3 |
| | ||||
* | GH-907 improve Java testing and PermGen deprecation handling | Petr Mrázek | 2015-05-04 | -29/+273 |
| | ||||
* | GH-933 map exit code -1 to 'crashed' | Petr Mrázek | 2015-05-02 | -1/+4 |
| | ||||
* | GH-922 improve version select dialogs | Petr Mrázek | 2015-05-02 | -0/+9 |
| | ||||
* | NOISSUE handle recommended versions better | Petr Mrázek | 2015-05-02 | -7/+39 |
| | | | | | Moved constants to the version data file Use recommended Minecraft instead of latest stable for new instances by default | |||
* | NOISSUE do not propagate instance change events when nothing actually changed | Petr Mrázek | 2015-05-02 | -0/+6 |
| | ||||
* | NOISSUE fix build issues | Petr Mrázek | 2015-05-02 | -1/+1 |
| | | | | Hopefully all | |||
* | GH-328 overhaul all relevant version lists | Petr Mrázek | 2015-05-01 | -208/+217 |
| | ||||
* | NOISSUE eliminate ProgressProvider | Petr Mrázek | 2015-04-26 | -105/+69 |
| | ||||
* | GH-849 Further NetJob related fixes | Petr Mrázek | 2015-04-26 | -34/+31 |
| | ||||
* | GH-849 Fix failure signals not getting delivered from NetJob properly | Petr Mrázek | 2015-04-26 | -33/+37 |
| | ||||
* | GH-885 export dialog for filtering exported files | Petr Mrázek | 2015-04-19 | -11/+408 |
| | | | | Includes implementation of a separator based prefix tree and some related bits | |||
* | 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 | -183/+396 |
| | ||||
* | GH-329 update description text in MainWindow when instance Minecraft version ↵ | Petr Mrázek | 2015-04-13 | -0/+1 |
| | | | | changes | |||
* | NOISSUE use QObjectPtr for translations and screenshots | Petr Mrázek | 2015-04-13 | -3/+8 |
| | ||||
* | NOISSUE fix legacy edit instance | Petr Mrázek | 2015-04-13 | -33/+0 |
| | ||||
* | NOISSUE do not fail when updates don't have MultiMC.app prefix on OSX | Petr Mrázek | 2015-04-13 | -2/+1 |
| | ||||
* | GH-228 do not recurse into reparse points when deleting instances | Petr Mrázek | 2015-04-13 | -2/+2 |
| | ||||
* | GH-228 do not follow symlinks during instance copy on unix | Petr Mrázek | 2015-04-13 | -1/+1 |
| | | | | Windows will need a more complex solution. | |||
* | NOISSUE fix profilers | Petr Mrázek | 2015-04-13 | -60/+102 |
| | ||||
* | 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 | -133/+4 |
| | ||||
* | NOISSUE Add NullInstance for instances that can't be loaded | Petr Mrázek | 2015-04-12 | -1/+64 |
| | ||||
* | NOISSUE move everything. | Petr Mrázek | 2015-04-12 | -318/+611 |
| | ||||
* | SCRATCH separate the generic updater logic from the application | Petr Mrázek | 2015-04-12 | -794/+767 |
| | ||||
* | NOISSUE fix notification checker | Petr Mrázek | 2015-04-12 | -26/+42 |
| | ||||
* | 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 | -48/+45 |
| | ||||
* | NOISSUE fix overlap in instance settings registration | Petr Mrázek | 2015-04-12 | -30/+0 |
| | ||||
* | SCRATCH nuke the overcomplicated logger, use a simple one. | Petr Mrázek | 2015-04-12 | -319/+319 |
| | ||||
* | NOISSUE fix segfault when version list is null | Petr Mrázek | 2015-04-12 | -0/+4 |
| | ||||
* | SCRATCH remove remaining references to MultiMC.h and fix legacy LWJGL | Petr Mrázek | 2015-04-12 | -108/+197 |
| | ||||
* | Fix NagUtils and hack GroupView to work | Petr Mrázek | 2015-04-12 | -65/+3 |
| | ||||
* | SCRATCH move icons over to Env, instance proxy model to gui | Petr Mrázek | 2015-04-12 | -39/+21 |
| | ||||
* | SCRATCH eliminate InstanceFactory | Petr Mrázek | 2015-04-12 | -282/+186 |
| | ||||
* | NOISSUE Move FTB logic out of generic code | Petr Mrázek | 2015-04-04 | -226/+396 |
| |