Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE fix a bunch of compiler warnings | Petr Mrázek | 2017-05-21 | -2/+0 |
| | ||||
* | GH-1856 Make MultiMC fail hard when things are missing | Petr Mrázek | 2017-04-23 | -13/+2 |
| | | | | | | Things like: * jar mods * valid version files | |||
* | NOISSUE jar mods as libraries, fix for customizing net.minecraft | Petr Mrázek | 2017-04-17 | -8/+16 |
| | ||||
* | NOISSUE fix liteloader uid where it is hardcoded hardcoded | Petr Mrázek | 2017-04-07 | -1/+1 |
| | ||||
* | NOISSUE Make forge installable again | Petr Mrázek | 2017-04-07 | -73/+70 |
| | ||||
* | NOISSUE preview of LWJGL version changing | Petr Mrázek | 2017-04-07 | -2/+2 |
| | | | | | It still needs work - some LWJGL versions are exclusive to macOS. This has to be encoded in the json. | |||
* | NOISSUE refactor builtin patch loading slightly | Petr Mrázek | 2017-04-07 | -40/+19 |
| | ||||
* | NOISSUE add filename to newly created jar mod patches | Petr Mrázek | 2017-04-07 | -2/+1 |
| | ||||
* | NOISSUE Rough refactor of ProfilePatch and VersionFile internals. | Petr Mrázek | 2017-04-07 | -134/+44 |
| | | | | | | | | 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 remove some dead code from version related classes | Petr Mrázek | 2017-04-07 | -4/+0 |
| | ||||
* | NOISSUE stuff and things happened. Maybe. | Petr Mrázek | 2017-04-07 | -14/+116 |
| | ||||
* | NOISSUE hack it together enough to get launching back | Petr Mrázek | 2017-04-07 | -2/+4 |
| | | | | | Meta index will now always return valid objects. They just might never load if they don't exist on the server. | |||
* | NOISSUE Remove hardcoded LWJGL (modern) | Petr Mrázek | 2017-04-07 | -6/+2 |
| | ||||
* | NOISSUE Remove Minecraft version list and versions. | Petr Mrázek | 2017-04-07 | -1/+2 |
| | ||||
* | GH-1828 do not load assets info from custom version files | Petr Mrázek | 2017-02-28 | -0/+12 |
| | | | | Fixes issue where this causes the launcher to use the old assets URL | |||
* | NOISSUE reorganize and document libraries | Petr Mrázek | 2016-05-01 | -0/+418 |