aboutsummaryrefslogtreecommitdiff
path: root/api/logic/InstanceImportTask.h
AgeCommit message (Collapse)Author
2021-02-09NOISSUE fix multiple issues in ATLauncher integrationPetr Mrázek
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-10-13GH-469 Implement support for importing and searching for Technic Platform ↵kb1000
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.
2018-07-28NOISSUE simplify.Petr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-03-27NOISSUE redo new instance dialogPetr Mrázek
2017-09-05NOISSUE retry committing instances if it fails a few timesPetr Mrázek
This should fix issues with antivirus locking files/folders on Windows.
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-04-22NOISSUE Add flame.Petr Mrázek
2017-04-21NOISSUE finalize curse modpack import workPetr 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.
2016-10-26NOISSUE use QtConcurrent to run FS operations in worker threadsPetr Mrázek
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.
2016-10-26NOISSUE Granular instance reloadPetr Mrázek