summaryrefslogtreecommitdiffstats
path: root/api/logic/FolderInstanceProvider.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE implement LEgacy instance migrationPetr Mrázek2017-09-26-0/+10
|
* NOISSUE Add back Legacy for migration purposesPetr Mrázek2017-09-17-0/+5
|
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-2/+2
|
* NOISSUE Remove Legacy supportPetr Mrázek2017-09-09-5/+0
|
* NOISSUE retry committing instances if it fails a few timesPetr Mrázek2017-09-05-24/+98
| | | | This should fix issues with antivirus locking files/folders on Windows.
* NOISSUE refactor pack import (extraction and paths)Petr Mrázek2017-09-04-3/+47
| | | | | | 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.
* GH-1971 do not check filesystem boundaries when committing instancesPetr Mrázek2017-09-02-6/+3
| | | | The check wasn't very good and was breaking because it assumed uniform paths.
* NOISSUE use QtConcurrent to run FS operations in worker threadsPetr Mrázek2016-10-26-2/+2
| | | | | 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/+356