summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/onesix/OneSixInstance.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-706/+0
|
* GH-1314 add UI for custom minecraft jar additionPetr Mrázek2017-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 loggingPetr Mrázek2017-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 missingPetr Mrázek2017-04-23-1/+0
| | | | | | Things like: * jar mods * valid version files
* NOISSUE jar mods as libraries, fix for customizing net.minecraftPetr Mrázek2017-04-17-3/+14
|
* NOISSUE implement mainJar support in OneSix formatPetr Mrázek2017-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ázek2017-04-07-0/+2
| | | | libraries
* NOISSUE fix liteloader uid where it is hardcoded hardcodedPetr Mrázek2017-04-07-2/+2
|
* NOISSUE Make forge installable againPetr Mrázek2017-04-07-7/+25
|
* NOISSUE preview of LWJGL version changingPetr Mrázek2017-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á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