summaryrefslogtreecommitdiffstats
path: root/api/logic/CMakeLists.txt
Commit message (Collapse)AuthorAgeLines
* GH-1856 Make MultiMC fail hard when things are missingPetr Mrázek2017-04-23-1/+0
| | | | | | Things like: * jar mods * valid version files
* NOISSUE Add flame.Petr Mrázek2017-04-22-5/+5
|
* NOISSUE add import from curse zip packsPetr Mrázek2017-04-20-0/+6
| | | | Does not actually grab mods, but resolves them and prints the results in logs.
* NOISSUE jar mods as libraries, fix for customizing net.minecraftPetr Mrázek2017-04-17-1/+0
|
* NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek2017-04-07-0/+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.
* NOISSUE reimplement package dependenciesPetr Mrázek2017-04-07-2/+0
| | | | | It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version
* NOISSUE sanitize loading and downloading of metadata filesPetr Mrázek2017-04-07-8/+2
|
* NOISSUE simplify.Petr Mrázek2017-04-07-2/+0
|
* NOISSUE remove liteloader and forgePetr Mrázek2017-04-07-14/+2
|
* NOISSUE Remove Minecraft version list and versions.Petr Mrázek2017-04-07-4/+0
|
* NOISSUE Wonko is the new MetaPetr Mrázek2017-04-07-25/+25
| | | | And then Wonko was the Meta.
* NOISSUE fix up translation selection in settings and add OS/sys arch reportingPetr Mrázek2017-01-01-1/+1
|
* NOISSUE Translations model and initial setup wizard workPetr Mrázek2017-01-01-3/+2
|
* GH-1379 rename shared libraries to avoid collisions with system librariesPetr Mrázek2016-12-28-1/+1
| | | | It was unlikely, now it's impossible.
* NOISSUE mark used accounts/sessions in selection menusPetr Mrázek2016-11-17-0/+5
|
* NOISSUE use LoggedProcess to work around issues with QProcess on macOSPetr Mrázek2016-11-03-4/+4
|
* NOISSUE Granular instance reloadPetr Mrázek2016-10-26-0/+11
|
* NOISSUE use model/view for Minecraft log dataPetr Mrázek2016-08-19-0/+2
|
* GH-352 Make OneSix instance update downloads cancellablePetr Mrázek2016-08-14-0/+8
|
* Revert "NOISSUE rework of minecraft log"Petr Mrázek2016-08-10-2/+0
| | | | This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.
* NOISSUE rework of minecraft logPetr Mrázek2016-08-10-0/+2
| | | | | | | Now uses a model and a list view instead of text This lets mmc keep track of the contents regardless of whether the instance windows are open This is currently missing a way to select and copy text from the log.
* NOISSUE move creation of server resource pack folder to a separate taskPetr Mrázek2016-08-01-0/+2
|
* NOISSUE implement direct java launchPetr Mrázek2016-08-01-2/+8
| | | | Just running the Java process and giving it params on the command line
* NOISSUE refactor *Download into more, smaller piecesPetr Mrázek2016-06-05-11/+15
| | | | | | * Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
* GH-575 separate legacy jar mod list from mod listPetr Mrázek2016-05-15-0/+2
|
* GH-767 Basic skin uploadAlexia2016-05-15-1/+3
|
* GH-1559 Export IIconList from logic APIMrazek, Petr2016-05-03-0/+8
|
* NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵Petr Mrázek2016-05-01-50/+170
| | | | more dead tests.
* NOISSUE move Java and Minecraft launch tasks to the proper placesPetr Mrázek2016-05-01-6/+6
| | | | Minecraft and Java are not generic.
* NOISSUE re/move some dead code and unused build system partsPetr Mrázek2016-05-01-15/+0
|
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+344