Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-1860 fix old jarmods | Petr Mrázek | 2017-04-22 | -1/+1 |
| | | | | Names were not set for the libraries, making them return invalid things | |||
* | NOISSUE silly/simple implementation of mod metadata in OneSix version format | Petr Mrázek | 2017-04-21 | -0/+35 |
| | ||||
* | NOISSUE jar mods as libraries, fix for customizing net.minecraft | Petr Mrázek | 2017-04-17 | -30/+97 |
| | ||||
* | GH-1853 fix FTB and parsing of old version files | Petr Mrázek | 2017-04-14 | -0/+1 |
| | ||||
* | NOISSUE slightly refactor jarMod entry reading | Petr Mrázek | 2017-04-14 | -6/+6 |
| | ||||
* | NOISSUE implement mainJar support in OneSix format | Petr Mrázek | 2017-04-13 | -58/+51 |
| | | | | 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 | -7/+13 |
| | | | | libraries | |||
* | NOISSUE fix liteloader uid where it is hardcoded hardcoded | Petr Mrázek | 2017-04-07 | -3/+3 |
| | ||||
* | NOISSUE Make forge installable again | Petr Mrázek | 2017-04-07 | -80/+95 |
| | ||||
* | NOISSUE preview of LWJGL version changing | Petr Mrázek | 2017-04-07 | -12/+44 |
| | | | | | 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 | -144/+55 |
| | | | | | | | | 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 | -18/+132 |
| | ||||
* | NOISSUE hack it together enough to get launching back | Petr Mrázek | 2017-04-07 | -24/+30 |
| | | | | | 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 | -3/+4 |
| | ||||
* | 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 | |||
* | 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 | -4/+4 |
| | ||||
* | NOISSUE always run the ExtractNatives task during launch | Petr Mrázek | 2016-11-17 | -9/+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 | -10/+2 |
| | | | | Not persistent across MultiMC runs. | |||
* | NOISSUE add instance-local library storage | Petr Mrázek | 2016-10-02 | -5/+13 |
| | | | | | | 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 | -298/+520 |
| | ||||
* | NOISSUE implement direct java launch | Petr Mrázek | 2016-08-01 | -107/+194 |
| | | | | Just running the Java process and giving it params on the command line | |||
* | NOISSUE refactor *Download into more, smaller pieces | Petr Mrázek | 2016-06-05 | -3/+10 |
| | | | | | | * Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour. | |||
* | 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/+1814 |