Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-1314 add UI for custom minecraft jar addition | Petr Mrázek | 2017-08-07 | -1/+6 |
| | | | | | | Also changes the text of the jar mod addition button. It should be clearer what it does and hopefully will not confuse as many people. | |||
* | GH-1927 Add more specific task status logging | Petr Mrázek | 2017-07-07 | -36/+39 |
| | | | | | | * Tasks are now described by class name and object name (or memory address). * Tasks starts are logged. * Aborted tasks are now treated just as the other cases. | |||
* | GH-1856 Make MultiMC fail hard when things are missing | Petr Mrázek | 2017-04-23 | -1/+0 |
| | | | | | | Things like: * jar mods * valid version files | |||
* | NOISSUE jar mods as libraries, fix for customizing net.minecraft | Petr Mrázek | 2017-04-17 | -3/+14 |
| | ||||
* | NOISSUE implement mainJar support in OneSix format | Petr Mrázek | 2017-04-13 | -38/+8 |
| | | | | This allows customizing the main jar like any other library. | |||
* | NOISSUE fix issue with the narrator feature by splitting java and native ↵ | Petr Mrázek | 2017-04-07 | -0/+2 |
| | | | | libraries | |||
* | NOISSUE fix liteloader uid where it is hardcoded hardcoded | Petr Mrázek | 2017-04-07 | -2/+2 |
| | ||||
* | NOISSUE Make forge installable again | Petr Mrázek | 2017-04-07 | -7/+25 |
| | ||||
* | NOISSUE preview of LWJGL version changing | Petr Mrázek | 2017-04-07 | -7/+37 |
| | | | | | It still needs work - some LWJGL versions are exclusive to macOS. This has to be encoded in the json. | |||
* | NOISSUE Rough refactor of ProfilePatch and VersionFile internals. | Petr Mrázek | 2017-04-07 | -1/+1 |
| | | | | | | | | They are now distinct classes with distinct responsibilities. * ProfilePatch is an entry in MinecraftProfile and can hold VersionFile or Meta::Version. * VersionFile is the basic element that holds version information loaded from JSON. * Meta::Version is the loader class for VersionFile(s) from a server. | |||
* | GH-1778: Fix placement of modded Minecraft.jar in OneSix instances. | Petr Mrázek | 2017-01-10 | -2/+6 |
| | ||||
* | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | 2017-01-08 | -1/+1 |
| | ||||
* | NOISSUE always run the ExtractNatives task during launch | Petr Mrázek | 2016-11-17 | -7/+0 |
| | | | | | The task now checks the conditions, giving the update process time to supply all the metadata. | |||
* | NOISSUE add a badge for crashed instances | Petr Mrázek | 2016-11-04 | -9/+1 |
| | | | | Not persistent across MultiMC runs. | |||
* | NOISSUE add instance-local library storage | Petr Mrázek | 2016-10-02 | -4/+10 |
| | | | | | | Any libraries stored in $instanceroot/libraries/ will override the libraries from MultiMC's global folders, as long as they are marked 'local' in the json patch. | |||
* | GH-352 Make OneSix instance update downloads cancellable | Petr Mrázek | 2016-08-14 | -2/+2 |
| | ||||
* | NOISSUE implement direct java launch | Petr Mrázek | 2016-08-01 | -104/+180 |
| | | | | Just running the Java process and giving it params on the command line | |||
* | NOISSUE move Java and Minecraft launch tasks to the proper places | Petr Mrázek | 2016-05-01 | -3/+3 |
| | | | | Minecraft and Java are not generic. | |||
* | NOISSUE reorganize and document libraries | Petr Mrázek | 2016-05-01 | -0/+597 |