summaryrefslogtreecommitdiffstats
path: root/api/logic/InstanceImportTask.h
Commit message (Collapse)AuthorAgeLines
* GH-469 Implement support for importing and searching for Technic Platform ↵kb10002020-10-13-1/+18
| | | | | | | and Solder modpacks This does not support any custom modpack.jar for 1.6 or newer, it simply uses standard Forge then. Supports Forge and Fabric, and JAR mods for 1.5 and older.
* NOISSUE simplify.Petr Mrázek2018-07-28-1/+0
|
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-26/+26
|
* NOISSUE redo new instance dialogPetr Mrázek2018-03-27-9/+3
|
* NOISSUE retry committing instances if it fails a few timesPetr Mrázek2017-09-05-2/+1
| | | | This should fix issues with antivirus locking files/folders on Windows.
* NOISSUE refactor pack import (extraction and paths)Petr Mrázek2017-09-04-4/+10
| | | | | | 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 Add flame.Petr Mrázek2017-04-22-3/+3
|
* NOISSUE finalize curse modpack import workPetr Mrázek2017-04-21-2/+0
|
* NOISSUE add import from curse zip packsPetr Mrázek2017-04-20-0/+11
| | | | Does not actually grab mods, but resolves them and prints the results in logs.
* NOISSUE use QtConcurrent to run FS operations in worker threadsPetr Mrázek2016-10-26-0/+7
| | | | | Not all operations - only the ones that aren't in error handling. The API for QFuture is too nasty to do much more in a sensible way.
* NOISSUE Granular instance reloadPetr Mrázek2016-10-26-0/+40