Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-31 | NOISSUE set groups for instances by not setting groups for instances | Petr Mrázek | |
So simple. Better in every way. | |||
2018-07-28 | NOISSUE simplify. | Petr Mrázek | |
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-05-19 | Catch C++ exceptions by const reference | Charles Milette | |
Fixes #2277 | |||
2018-03-27 | NOISSUE redo new instance dialog | Petr Mrázek | |
2018-03-16 | NOISSUE move modpack platform related files to 'modplatform' subfolders | Petr Mrázek | |
2018-01-21 | NOISSUE fix bad redirect URLs provided by the curse CDN | Petr Mrázek | |
MultiMC now parses the HTTP Location header in a (more) tolerant mode. | |||
2017-12-30 | NOISSUE handle 'folder' Flame packages by ignoring them, show warnings for ↵ | Petr Mrázek | |
minor Flame import problems | |||
2017-12-03 | GH-2026 implement changes necessary to support 1.13 snapshots | Petr Mrázek | |
2017-11-04 | NOISSUE rename MinecraftProfile to ComponentList | Petr Mrázek | |
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug. | |||
2017-09-26 | NOISSUE make sure MultiMC and Flame import is mutually exclusive | Petr Mrázek | |
2017-09-26 | NOISSUE remove Flame manifest on import | Petr Mrázek | |
This prevents treating the instance as a Flame pack later. | |||
2017-09-26 | NOISSUE do not fail when the Flame overrides folder is missing | Petr Mrázek | |
2017-09-25 | GH-2000 translate 'required' from Flame pack manifests to '.disabled' | Petr Mrázek | |
2017-09-09 | NOISSUE merging of strategy into profile, onesix into minecraft | Petr Mrázek | |
2017-09-08 | NOISSUE add support for Flame packs with resource packs | Petr Mrázek | |
And a bunch of undefined things we don't handle intentionally just yet... | |||
2017-09-05 | NOISSUE retry committing instances if it fails a few times | Petr Mrázek | |
This should fix issues with antivirus locking files/folders on Windows. | |||
2017-09-04 | NOISSUE 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-05-31 | NOISSUE move some zip utility functions back to quazip | Petr Mrázek | |
It's not entirely clean yet. | |||
2017-05-25 | NOISSUE do not try to restore file permissions when importing modpacks | Petr Mrázek | |
2017-05-03 | NOISSUE Revert all recent changes to NetAction and NetJob | Petr Mrázek | |
2017-04-29 | NOISSUE refactor NetAction to be based on Task | Petr Mrázek | |
Still missing some things, this is part 1. | |||
2017-04-22 | NOISSUE Add flame. | Petr Mrázek | |
2017-04-22 | NOISSUE fix problems in old curse packs | Petr Mrázek | |
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 | |||
2017-04-21 | NOISSUE fix build: there is no qInfo in old Qt5. | Petr Mrázek | |
2017-04-21 | NOISSUE finalize curse modpack import work | Petr Mrázek | |
2017-04-20 | NOISSUE add import from curse zip packs | Petr Mrázek | |
Does not actually grab mods, but resolves them and prints the results in logs. | |||
2016-10-26 | NOISSUE use QtConcurrent to run FS operations in worker threads | Petr 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-26 | NOISSUE Granular instance reload | Petr Mrázek | |