Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE tabs -> spaces | Petr Mrázek | 2018-07-15 | -34/+34 |
| | ||||
* | NOISSUE split out the LaunchProfile out of the ComponentList | Petr Mrázek | 2017-11-17 | -1/+1 |
| | ||||
* | NOISSUE rename MinecraftProfile to ComponentList | Petr Mrázek | 2017-11-04 | -2/+2 |
| | | | | | It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug. | |||
* | 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 silly/simple implementation of mod metadata in OneSix version format | Petr Mrázek | 2017-04-21 | -0/+1 |
| | ||||
* | NOISSUE jar mods as libraries, fix for customizing net.minecraft | Petr Mrázek | 2017-04-17 | -7/+0 |
| | ||||
* | NOISSUE implement mainJar support in OneSix format | Petr Mrázek | 2017-04-13 | -0/+1 |
| | | | | This allows customizing the main jar like any other library. | |||
* | NOISSUE Rough refactor of ProfilePatch and VersionFile internals. | Petr Mrázek | 2017-04-07 | -14/+21 |
| | | | | | | | | 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. | |||
* | NOISSUE stuff and things happened. Maybe. | Petr Mrázek | 2017-04-07 | -7/+2 |
| | ||||
* | NOISSUE reorganize and document libraries | Petr Mrázek | 2016-05-01 | -0/+60 |