summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/onesix/OneSixInstance.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek2017-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ázek2017-01-10-2/+6
|
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-1/+1
|
* NOISSUE always run the ExtractNatives task during launchPetr Mrázek2016-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 instancesPetr Mrázek2016-11-04-9/+1
| | | | Not persistent across MultiMC runs.
* NOISSUE add instance-local library storagePetr Mrázek2016-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 cancellablePetr Mrázek2016-08-14-2/+2
|
* NOISSUE implement direct java launchPetr Mrázek2016-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 placesPetr Mrázek2016-05-01-3/+3
| | | | Minecraft and Java are not generic.
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+597