Age | Commit message (Expand) | Author |
2022-09-20 | fix: some abort-related issues | flow |
2022-09-20 | feat(ui): improve info dialog before updating an instance | flow |
2022-09-20 | fix: hook up setAbortStatus in instance import tasks | flow |
2022-09-20 | fix: simplify abort handling and add missing emits | flow |
2022-09-20 | fix: correctly set managed pack fields in CF pack | flow |
2022-09-20 | feat: add override awareness to CF modpack updating | flow |
2022-09-20 | fix: correctly set all managed pack fields in Modrinth pack | flow |
2022-09-20 | feat: add override handling in modrinth pack update | flow |
2022-09-20 | feat: add override helper functions | flow |
2022-09-20 | refactor: change the way instance names are handled | flow |
2022-09-20 | feat: add curseforge modpack updating | flow |
2022-09-20 | refactor: move creation of CF file download task to a separate function | flow |
2022-09-20 | refactor: move flame modpack import to separate file | flow |
2022-09-20 | refactor: add `throw_on_blocked` arg to Flame file parse | flow |
2022-09-20 | feat: add 'getFiles' by fileIds route in Flame API | flow |
2022-09-20 | feat: add early modrinth pack updating | flow |
2022-09-20 | refactor: move modrinth modpack import to separate file | flow |
2022-09-11 | refactor: restructure tests | Sefa Eyeoglu |
2022-09-07 | Merge pull request #939 from flowln/mod_downloader_improve | flow |
2022-09-06 | Fixed up a warning | timoreo |
2022-08-28 | fix: Mod type enum -> Resource type enum | flow |
2022-08-28 | Merge pull request #1052 from flowln/resource_model | Sefa Eyeoglu |
2022-08-28 | Merge pull request #965 from flowln/fat_files_in_memory | Sefa Eyeoglu |
2022-08-20 | refactor: move general info from Mod to Resource | flow |
2022-08-20 | Merge pull request #919 from kumquat-ir/download-all-blocked | Sefa Eyeoglu |
2022-08-11 | Merge pull request #897 from jamierocks/atl-updating-initial | timoreo |
2022-08-05 | fix: don't mutate QHash while iterating over it | flow |
2022-08-05 | fix: add some more nullptr checks / protection | flow |
2022-08-01 | feat: lazy-load CF mod descriptions | flow |
2022-08-01 | feat: add mod descriptions to CF mods | flow |
2022-08-01 | refactor: use function cb instead of class cb in getVersions | flow |
2022-08-01 | refactor: use function cb instead of class cb in getModInfo | flow |
2022-08-01 | feat: display the 'body' of a MR mod on the mod downloader | flow |
2022-07-31 | use BlockedModsDialog for ftb packs as well | kumquat-ir |
2022-07-30 | Merge pull request #941 from Scrumplex/bump-cxx-standard | LennyMcLennington |
2022-07-26 | refactor: shuffle some things around to improve readability | flow |
2022-07-26 | fix(ui): pump events to show "Copying modpack files..." text | flow |
2022-07-26 | chore: clean up FTBPackInstallTask a bit and connect missing signals | flow |
2022-07-26 | fix: add abort handlign in Flame's FileResolvingTask | flow |
2022-07-26 | chore: add license headers | Sefa Eyeoglu |
2022-07-26 | feat: implement mod resolving for FTB | Sefa Eyeoglu |
2022-07-24 | refactor+feat: improve code separation in ensure metadata | flow |
2022-07-24 | refactor: add a HashUtils place for hashing stuff | flow |
2022-07-24 | feat: do incremental calculation of CF's hash | flow |
2022-07-24 | feat: use QIODevice for calcuating the JAR hash on Modrinth | flow |
2022-07-24 | refactor: use QIODevice instead of a whole QByteArray for hash calc. | flow |
2022-07-20 | refactor!: bump to C++17 and C17 | Sefa Eyeoglu |
2022-07-19 | fix: fix translations for mod updater | Sefa Eyeoglu |
2022-07-17 | fix: bogus returns in EnsureMetadataTask | flow |
2022-07-17 | fix: std::list -> QList | flow |