aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform
AgeCommit message (Expand)Author
2023-03-12fix: explicit conversion to C string to fix MinGW g++ 10 buildKenneth Chew
2023-02-05feat(RD): add shader pack downloaderflow
2023-02-05feat(RD): add resource pack downloaderflow
2023-02-02fix(Inst.Import): don't allow bad file path in mrpack importflow
2023-01-25refactor: make shared_qobject_ptr ctor explicitflow
2023-01-24Merge branch 'develop' into remove-updaterSefa Eyeoglu
2023-01-23fix(license): add/fix my copyright/license headersflow
2023-01-13fix(ModUpdater): ensure instead of require icon_urlflow
2023-01-13fix(ModUpdater): fail mods individually when there's errors in the JSONflow
2023-01-13refactor(RD): allow setting custom folder target for downloaded resourcesflow
2023-01-13refactor: change some ResourceAPI from NetJob to Taskflow
2023-01-13fix: CodeQL warnings about the rule of twoflow
2023-01-13fix(RD): pass copy of IndexedPack to callbacks instead of ref.flow
2023-01-13refactor(RD): clear up sorting methodsflow
2023-01-13fix: build with qt5.12 on Linux and pedantic flagflow
2023-01-13refactor(RD): decouple ResourceModels from ResourcePagesflow
2023-01-13refactor: generalize mod models and APIs to resourcesflow
2023-01-13Merge pull request #714 from redstrate/cmarkflow
2023-01-12fix: Remove extra line breaks for modrinth descriptionsJoshua Goins
2023-01-07Merge pull request #576 from Ryex/identify-zip-packsSefa Eyeoglu
2023-01-06fix: Add 1.16+ Forge library prefix in TechnicPackProcessor.cppbyquanton
2022-12-29refactor: add an `identify` function to make easy to reuseRachel Powers
2022-12-29refactor: use std::filesystem::rename insted of copy and then moving.Rachel Powers
2022-12-26fix: cleanup and suggested changesRachel Powers
2022-12-25fix: explicit QFileInfo converison for qt6Rachel Powers
2022-12-25feat: support installing worlds during flame pack import.Rachel Powers
2022-12-24feat: zip resource validation check for flameRachel Powers
2022-12-17refactor(Inst. Import): use m_* for member variables in MR componentsflow
2022-12-17fix(Inst. Import): correctly set component versions when updatingflow
2022-12-13fix(Inst.Import): don't set managed pack info from imported ZIPsflow
2022-12-10Merge pull request #32 from flowln/modpack_update_pageflow
2022-12-08fix(blockedmods): Track and use targetFolder for blocked filesRachel Powers
2022-12-07fix: don't try updating Flame instance names when updating versionsflow
2022-12-06fix(ManagedPackPage): only update the current instance exactlyflow
2022-12-06feat+fix: allow forwarding extra info to InstanceImportTaskflow
2022-12-06feat: allow skipping the update confirmation dialogflow
2022-12-06refactor: abstract away update confirmation dialogflow
2022-12-06feat: add logic for the modrinth instance modpack pageflow
2022-12-06chore: add license headersSefa Eyeoglu
2022-12-06chore: reformat codeSefa Eyeoglu
2022-12-05fix: don't allocate BlockedsModsDialogSefa Eyeoglu
2022-12-01fix(FileResolvingTask): Fail instead of crash when there's API errorsflow
2022-11-11feat: add list of watched foldersRachel Powers
2022-11-11properly handle a currently running hashing taskRachel Powers
2022-11-11drag&drop + add folder to watchRachel Powers
2022-11-11Merge pull request #304 from Ryex/move-downloadsflow
2022-11-11add some extra debug logs for CF blocked modsRachel Powers
2022-11-10Merge pull request #397 from flowln/windows_mod_updater_fixes_maybeSefa Eyeoglu
2022-11-07fix: use cross-platform toStdString in FlameHasherflow
2022-11-04Merge pull request #366 from TheLastRar/MSVC-BuildSefa Eyeoglu