aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform
AgeCommit message (Expand)Author
2022-09-20refactor: move flame modpack import to separate fileflow
2022-09-20refactor: add `throw_on_blocked` arg to Flame file parseflow
2022-09-20feat: add 'getFiles' by fileIds route in Flame APIflow
2022-09-20feat: add early modrinth pack updatingflow
2022-09-20refactor: move modrinth modpack import to separate fileflow
2022-09-11refactor: restructure testsSefa Eyeoglu
2022-09-07Merge pull request #939 from flowln/mod_downloader_improveflow
2022-09-06Fixed up a warningtimoreo
2022-08-28fix: Mod type enum -> Resource type enumflow
2022-08-28Merge pull request #1052 from flowln/resource_modelSefa Eyeoglu
2022-08-28Merge pull request #965 from flowln/fat_files_in_memorySefa Eyeoglu
2022-08-20refactor: move general info from Mod to Resourceflow
2022-08-20Merge pull request #919 from kumquat-ir/download-all-blockedSefa Eyeoglu
2022-08-11Merge pull request #897 from jamierocks/atl-updating-initialtimoreo
2022-08-05fix: don't mutate QHash while iterating over itflow
2022-08-05fix: add some more nullptr checks / protectionflow
2022-08-01feat: lazy-load CF mod descriptionsflow
2022-08-01feat: add mod descriptions to CF modsflow
2022-08-01refactor: use function cb instead of class cb in getVersionsflow
2022-08-01refactor: use function cb instead of class cb in getModInfoflow
2022-08-01feat: display the 'body' of a MR mod on the mod downloaderflow
2022-07-31use BlockedModsDialog for ftb packs as wellkumquat-ir
2022-07-30Merge pull request #941 from Scrumplex/bump-cxx-standardLennyMcLennington
2022-07-26refactor: shuffle some things around to improve readabilityflow
2022-07-26fix(ui): pump events to show "Copying modpack files..." textflow
2022-07-26chore: clean up FTBPackInstallTask a bit and connect missing signalsflow
2022-07-26fix: add abort handlign in Flame's FileResolvingTaskflow
2022-07-26chore: add license headersSefa Eyeoglu
2022-07-26feat: implement mod resolving for FTBSefa Eyeoglu
2022-07-24refactor+feat: improve code separation in ensure metadataflow
2022-07-24refactor: add a HashUtils place for hashing stuffflow
2022-07-24feat: do incremental calculation of CF's hashflow
2022-07-24feat: use QIODevice for calcuating the JAR hash on Modrinthflow
2022-07-24refactor: use QIODevice instead of a whole QByteArray for hash calc.flow
2022-07-20refactor!: bump to C++17 and C17Sefa Eyeoglu
2022-07-19fix: fix translations for mod updaterSefa Eyeoglu
2022-07-17fix: bogus returns in EnsureMetadataTaskflow
2022-07-17fix: std::list -> QListflow
2022-07-17fix: don't use shared_ptr for a background task T_Tflow
2022-07-17change: make Mod a QObject used as a pointerflow
2022-07-17fix: handling around disabled modsflow
2022-07-17fix: don't require non-essential items in mod indexflow
2022-07-17feat: add some mod api callsflow
2022-07-17change: mod metadata improvementsflow
2022-07-17feat: improve metadata gen. networking and performanceflow
2022-07-17feat: add metadata get/delete via mod idflow
2022-07-17feat: add mod update dialogflow
2022-07-17feat: add mod update check tasksflow
2022-07-17feat: add changelog to mod providersflow
2022-07-17feat: add EnsureMetadataTaskflow