Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE merging of strategy into profile, onesix into minecraft | Petr Mrázek | 2017-09-09 | -3/+3 |
| | ||||
* | NOISSUE add support for Flame packs with resource packs | Petr Mrázek | 2017-09-08 | -2/+2 |
| | | | | And a bunch of undefined things we don't handle intentionally just yet... | |||
* | NOISSUE retry committing instances if it fails a few times | Petr Mrázek | 2017-09-05 | -42/+2 |
| | | | | This should fix issues with antivirus locking files/folders on Windows. | |||
* | NOISSUE refactor pack import (extraction and paths) | Petr Mrázek | 2017-09-04 | -35/+64 |
| | | | | | | 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 move some zip utility functions back to quazip | Petr Mrázek | 2017-05-31 | -1/+1 |
| | | | | It's not entirely clean yet. | |||
* | NOISSUE do not try to restore file permissions when importing modpacks | Petr Mrázek | 2017-05-25 | -1/+1 |
| | ||||
* | NOISSUE Revert all recent changes to NetAction and NetJob | Petr Mrázek | 2017-05-03 | -4/+4 |
| | ||||
* | NOISSUE refactor NetAction to be based on Task | Petr Mrázek | 2017-04-29 | -4/+4 |
| | | | | Still missing some things, this is part 1. | |||
* | NOISSUE Add flame. | Petr Mrázek | 2017-04-22 | -26/+31 |
| | ||||
* | NOISSUE fix problems in old curse packs | Petr Mrázek | 2017-04-22 | -3/+61 |
| | | | | | | | | | Added: * jarmod importing * fixing of bad minecraft versions * mapping of undefined 'recommended' forge versions to something appropriate * some fake guessing of pack icons * fixes for some more issues found with the pack manifest format | |||
* | NOISSUE fix build: there is no qInfo in old Qt5. | Petr Mrázek | 2017-04-21 | -4/+4 |
| | ||||
* | NOISSUE finalize curse modpack import work | Petr Mrázek | 2017-04-21 | -25/+119 |
| | ||||
* | NOISSUE add import from curse zip packs | Petr Mrázek | 2017-04-20 | -11/+77 |
| | | | | Does not actually grab mods, but resolves them and prints the results in logs. | |||
* | NOISSUE use QtConcurrent to run FS operations in worker threads | Petr Mrázek | 2016-10-26 | -7/+25 |
| | | | | | 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/+146 |