summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft
Commit message (Collapse)AuthorAgeLines
* NOISSUE use classparser for importing Legacy instances with undecided ↵Petr Mrázek2017-09-27-6/+14
| | | | Minecraft versions
* GH-1993 swap min/max memory settings when they are the wrong way aroundPetr Mrázek2017-09-27-2/+12
|
* GH-1997 fix off by one error in 8.3 path logicPetr Mrázek2017-09-27-0/+5
|
* GH-1997 try to fix Windows buildPetr Mrázek2017-09-27-2/+2
| | | | Coding blind. Much !!FUN!!.
* GH-1997 replace use of weird hacks with normal java argumentsPetr Mrázek2017-09-27-1/+59
| | | | | | | This affects classpath and java.library.path. The catch is that if the strings cannot be expressed in system codepage on Windows, it tries to use 8.3 paths.
* NOISSUE implement LEgacy instance migrationPetr Mrázek2017-09-26-53/+136
|
* NOISSUE ignore the 'Example Mod' mod name, use filename insteadPetr Mrázek2017-09-25-1/+2
|
* NOISSUE make instance traits() constPetr Mrázek2017-09-22-3/+3
|
* NOISSUE remove some dead code from MinecraftInstance (moved elsewhere)Petr Mrázek2017-09-22-18/+0
|
* NOISSUE prefer to use '.minecraft' instead of 'minecraft' folderPetr Mrázek2017-09-20-6/+6
|
* NOISSUE more work on Legacy migrationPetr Mrázek2017-09-20-0/+114
|
* NOISSUE Add back Legacy for migration purposesPetr Mrázek2017-09-17-0/+669
|
* NOISSUE put back missing OneSix upgrade logicPetr Mrázek2017-09-10-0/+62
|
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-1549/+1143
|
* NOISSUE Remove Legacy supportPetr Mrázek2017-09-09-2207/+0
|
* NOISSUE remove FTB integrationPetr Mrázek2017-09-09-796/+0
|
* NOISSUE add support for Flame packs with resource packsPetr Mrázek2017-09-08-1/+57
| | | | And a bunch of undefined things we don't handle intentionally just yet...
* NOISSUE refactor pack import (extraction and paths)Petr Mrázek2017-09-04-1/+1
| | | | | | 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.
* NOISSUE handle error 201 in Auth codePetr Mrázek2017-09-02-0/+1
| | | | | | | 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.
* NOISSUE simplify ProblemProviderPetr Mrázek2017-08-28-1/+1
|
* NOISSUE implement more error handlingJoona2017-08-22-19/+27
|
* NOISSUE remove debug statementJoona2017-08-22-1/+0
|
* NOISSUE Add GPU vendor and driver versionJoona2017-08-22-1/+23
|
* CPU and GPU model on LinuxJoona2017-08-22-4/+35
|
* move env cleaning and clean before java testJoona2017-08-22-65/+2
|
* GH-1314 add UI for custom minecraft jar additionPetr Mrázek2017-08-07-19/+108
| | | | | | 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-98/+120
| | | | | | * 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 rearrange global initializationPetr Mrázek2017-07-05-1/+1
|
* NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek2017-06-26-1/+1
| | | | Possibly also some bug fixes.
* NOISSUE move some zip utility functions back to quazipPetr Mrázek2017-05-31-2/+1
| | | | It's not entirely clean yet.
* NOISSUE split wrapper commands into command and argsPetr Mrázek2017-05-29-8/+14
| | | | This lets you use commands with parameters.
* NOISSUE log native extraction failures also to game logPetr Mrázek2017-05-22-1/+3
|
* NOISSUE more compiler warning removalPetr Mrázek2017-05-21-6/+3
|
* NOISSUE get rid of some more compiler warningsPetr Mrázek2017-05-21-3/+3
|
* NOISSUE fix a bunch of compiler warningsPetr Mrázek2017-05-21-10/+7
|
* GH-1895 update LWJGL list during legacy instance updatePetr Mrázek2017-05-21-8/+15
|
* NOISSUE add a linux system packaging install layoutPetr Mrázek2017-05-13-1/+2
|
* NOISSUE log even more about 'Flame' resolving issuesPetr Mrázek2017-05-09-1/+5
|
* NOISSUE log 'Flame' mod resolver parsing errors.Petr Mrázek2017-05-09-0/+3
|
* NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek2017-05-03-61/+60
|
* NOISSUE replace std::shared_ptr with shared_qobject_ptr for all download tasksPetr Mrázek2017-05-03-8/+9
|
* NOISSUE refactor NetAction to be based on TaskPetr Mrázek2017-04-29-52/+52
| | | | Still missing some things, this is part 1.
* NOISSUE fix Mojang JSON format unit test on Qt 5.6 by dumping JSON to byte ↵Petr Mrázek2017-04-25-2/+3
| | | | arrays
* GH-1856 Fix metadata version and list loadingPetr Mrázek2017-04-24-19/+29
| | | | 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-96/+48
| | | | | | 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 Add flame.Petr Mrázek2017-04-22-25/+25
|