aboutsummaryrefslogtreecommitdiff
path: root/api/logic/FolderInstanceProvider.cpp
AgeCommit message (Collapse)Author
2018-03-27NOISSUE redo new instance dialogPetr Mrázek
2018-03-16NOISSUE move modpack platform related files to 'modplatform' subfoldersPetr Mrázek
2018-02-28Added FTB pack selection ad download, WIPJanrupf
2018-02-18GH-2154 Ignore 'hidden' flag of insttance foldersPetr Mrázek
2017-12-30NOISSUE handle 'folder' Flame packages by ignoring them, show warnings for ↵Petr Mrázek
minor Flame import problems
2017-12-05GH-2059 fix instance directory not being created on first launchPetr Mrázek
2017-12-03NOISSUE normalize instances path in FolderInstanceProviderPetr Mrázek
This resolves some issues with the instance export dialog when the instances folder path contains '..' and '.', or involves symlinks.
2017-09-26NOISSUE implement LEgacy instance migrationPetr Mrázek
2017-09-17NOISSUE Add back Legacy for migration purposesPetr Mrázek
2017-09-09NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek
2017-09-09NOISSUE Remove Legacy supportPetr 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-09-02GH-1971 do not check filesystem boundaries when committing instancesPetr Mrázek
The check wasn't very good and was breaking because it assumed uniform paths.
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