summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/onesix
Commit message (Collapse)AuthorAgeLines
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-2392/+0
|
* GH-1314 add UI for custom minecraft jar additionPetr Mrázek2017-08-07-12/+83
| | | | | | 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-1929 do not allow non-current update task to affect the update processPetr Mrázek2017-07-21-0/+24
| | | | Errors are handled by setting a flag and failing on the next call to next()
* GH-1927 fix potential issue with FMLLibrariesTask succeeding twice.Petr Mrázek2017-07-07-0/+1
|
* GH-1927 Add more specific task status loggingPetr Mrázek2017-07-07-36/+54
| | | | | | * 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.
* NOISSUE fix a bunch of compiler warningsPetr Mrázek2017-05-21-2/+0
|
* NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek2017-05-03-14/+14
|
* NOISSUE replace std::shared_ptr with shared_qobject_ptr for all download tasksPetr Mrázek2017-05-03-6/+6
|
* NOISSUE refactor NetAction to be based on TaskPetr Mrázek2017-04-29-8/+8
| | | | Still missing some things, this is part 1.
* GH-1856 Fix metadata version and list loadingPetr Mrázek2017-04-24-11/+22
| | | | Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either.
* GH-1856 Make MultiMC fail hard when things are missingPetr Mrázek2017-04-23-15/+2
| | | | | | Things like: * jar mods * valid version files
* NOISSUE do not write library display name twicePetr Mrázek2017-04-22-8/+2
|
* GH-1860 fix old jarmodsPetr Mrázek2017-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 formatPetr Mrázek2017-04-21-0/+35
|
* NOISSUE jar mods as libraries, fix for customizing net.minecraftPetr Mrázek2017-04-17-30/+97
|
* GH-1853 fix FTB and parsing of old version filesPetr Mrázek2017-04-14-0/+1
|
* NOISSUE slightly refactor jarMod entry readingPetr Mrázek2017-04-14-6/+6
|
* NOISSUE implement mainJar support in OneSix formatPetr Mrázek2017-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ázek2017-04-07-7/+13
| | | | libraries
* NOISSUE fix liteloader uid where it is hardcoded hardcodedPetr Mrázek2017-04-07-3/+3
|
* NOISSUE Make forge installable againPetr Mrázek2017-04-07-80/+95
|
* NOISSUE preview of LWJGL version changingPetr Mrázek2017-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 slightlyPetr Mrázek2017-04-07-40/+19
|
* NOISSUE add filename to newly created jar mod patchesPetr Mrázek2017-04-07-2/+1
|
* NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek2017-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 classesPetr Mrázek2017-04-07-4/+0
|
* NOISSUE stuff and things happened. Maybe.Petr Mrázek2017-04-07-18/+132
|
* NOISSUE hack it together enough to get launching backPetr Mrázek2017-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ázek2017-04-07-6/+2
|
* NOISSUE Remove Minecraft version list and versions.Petr Mrázek2017-04-07-3/+4
|
* GH-1828 do not load assets info from custom version filesPetr Mrázek2017-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ázek2017-01-10-2/+6
|
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-4/+4
|
* NOISSUE always run the ExtractNatives task during launchPetr Mrázek2016-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 instancesPetr Mrázek2016-11-04-10/+2
| | | | Not persistent across MultiMC runs.
* NOISSUE add instance-local library storagePetr Mrázek2016-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 cancellablePetr Mrázek2016-08-14-298/+520
|
* NOISSUE implement direct java launchPetr Mrázek2016-08-01-107/+194
| | | | Just running the Java process and giving it params on the command line
* NOISSUE refactor *Download into more, smaller piecesPetr Mrázek2016-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 placesPetr Mrázek2016-05-01-3/+3
| | | | Minecraft and Java are not generic.
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+1814