aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft
AgeCommit message (Collapse)Author
2017-09-09NOISSUE remove FTB integrationPetr Mrázek
2017-09-08NOISSUE add support for Flame packs with resource packsPetr Mrázek
And a bunch of undefined things we don't handle intentionally just yet...
2017-09-04NOISSUE refactor pack import (extraction and paths)Petr Mrázek
It now: * Doesn't extract until it knows the content format is good. * Extracts in a predictable location, not requiring to use a second path for the actual pack root.
2017-09-02NOISSUE handle error 201 in Auth codePetr Mrázek
This is something I ran into when one of my accounts stopped working. The auth token probably expired. This should now be handled as a normal auth error, not a network failure.
2017-08-28NOISSUE simplify ProblemProviderPetr Mrázek
2017-08-22NOISSUE implement more error handlingJoona
2017-08-22NOISSUE remove debug statementJoona
2017-08-22NOISSUE Add GPU vendor and driver versionJoona
2017-08-22CPU and GPU model on LinuxJoona
2017-08-22move env cleaning and clean before java testJoona
2017-08-07GH-1314 add UI for custom minecraft jar additionPetr Mrázek
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.
2017-07-21GH-1929 do not allow non-current update task to affect the update processPetr Mrázek
Errors are handled by setting a flag and failing on the next call to next()
2017-07-07GH-1927 fix potential issue with FMLLibrariesTask succeeding twice.Petr Mrázek
2017-07-07GH-1927 Add more specific task status loggingPetr Mrázek
* 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.
2017-07-05NOISSUE rearrange global initializationPetr Mrázek
2017-06-26NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek
Possibly also some bug fixes.
2017-05-31NOISSUE move some zip utility functions back to quazipPetr Mrázek
It's not entirely clean yet.
2017-05-29NOISSUE split wrapper commands into command and argsPetr Mrázek
This lets you use commands with parameters.
2017-05-22NOISSUE log native extraction failures also to game logPetr Mrázek
2017-05-21NOISSUE more compiler warning removalPetr Mrázek
2017-05-21NOISSUE get rid of some more compiler warningsPetr Mrázek
2017-05-21NOISSUE fix a bunch of compiler warningsPetr Mrázek
2017-05-21GH-1895 update LWJGL list during legacy instance updatePetr Mrázek
2017-05-13NOISSUE add a linux system packaging install layoutPetr Mrázek
2017-05-09NOISSUE log even more about 'Flame' resolving issuesPetr Mrázek
2017-05-09NOISSUE log 'Flame' mod resolver parsing errors.Petr Mrázek
2017-05-03NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek
2017-05-03NOISSUE replace std::shared_ptr with shared_qobject_ptr for all download tasksPetr Mrázek
2017-04-29NOISSUE refactor NetAction to be based on TaskPetr Mrázek
Still missing some things, this is part 1.
2017-04-25NOISSUE fix Mojang JSON format unit test on Qt 5.6 by dumping JSON to byte ↵Petr Mrázek
arrays
2017-04-24GH-1856 Fix metadata version and list loadingPetr Mrázek
Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either.
2017-04-23GH-1856 Make MultiMC fail hard when things are missingPetr Mrázek
Things like: * jar mods * valid version files
2017-04-22NOISSUE do not write library display name twicePetr Mrázek
2017-04-22GH-1860 fix old jarmodsPetr Mrázek
Names were not set for the libraries, making them return invalid things
2017-04-22NOISSUE Add flame.Petr Mrázek
2017-04-22NOISSUE fix problems in old curse packsPetr Mrázek
Added: * jarmod importing * fixing of bad minecraft versions * mapping of undefined 'recommended' forge versions to something appropriate * some fake guessing of pack icons * fixes for some more issues found with the pack manifest format
2017-04-22NOISSUE 'required' attribute of curse manifests is optional, libraries ↵Petr Mrázek
attribute reading
2017-04-21NOISSUE finalize curse modpack import workPetr Mrázek
2017-04-21NOISSUE silly/simple implementation of mod metadata in OneSix version formatPetr Mrázek
2017-04-20NOISSUE add import from curse zip packsPetr Mrázek
Does not actually grab mods, but resolves them and prints the results in logs.
2017-04-17NOISSUE jar mods as libraries, fix for customizing net.minecraftPetr Mrázek
2017-04-15NOISSUE stop using the `path` attributes from Mojang download infoPetr Mrázek
It really should not dictate how are things stored and it just makes the metadata bigger for no reason.
2017-04-14GH-1853 fix FTB and parsing of old version filesPetr Mrázek
2017-04-14NOISSUE slightly refactor jarMod entry readingPetr Mrázek
2017-04-13NOISSUE implement mainJar support in OneSix formatPetr Mrázek
This allows customizing the main jar like any other library.
2017-04-07NOISSUE fix issue with the narrator feature by splitting java and native ↵Petr Mrázek
libraries
2017-04-07NOISSUE fix liteloader uid where it is hardcoded hardcodedPetr Mrázek
2017-04-07NOISSUE Make forge installable againPetr Mrázek
2017-04-07NOISSUE preview of LWJGL version changingPetr Mrázek
It still needs work - some LWJGL versions are exclusive to macOS. This has to be encoded in the json.
2017-04-07NOISSUE refactor builtin patch loading slightlyPetr Mrázek