Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE normalize instances path in FolderInstanceProvider | Petr Mrázek | 2017-12-03 | -2/+3 |
| | | | | | This resolves some issues with the instance export dialog when the instances folder path contains '..' and '.', or involves symlinks. | |||
* | NOISSUE implement LEgacy instance migration | Petr Mrázek | 2017-09-26 | -0/+10 |
| | ||||
* | NOISSUE Add back Legacy for migration purposes | Petr Mrázek | 2017-09-17 | -0/+5 |
| | ||||
* | NOISSUE merging of strategy into profile, onesix into minecraft | Petr Mrázek | 2017-09-09 | -2/+2 |
| | ||||
* | NOISSUE Remove Legacy support | Petr Mrázek | 2017-09-09 | -5/+0 |
| | ||||
* | NOISSUE retry committing instances if it fails a few times | Petr Mrázek | 2017-09-05 | -24/+98 |
| | | | | This should fix issues with antivirus locking files/folders on Windows. | |||
* | NOISSUE refactor pack import (extraction and paths) | Petr Mrázek | 2017-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 instances | Petr Mrázek | 2017-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 threads | Petr Mrázek | 2016-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 reload | Petr Mrázek | 2016-10-26 | -0/+356 |