aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Expand)Author
2022-08-09fix: Make world safety nag title text match the action being performed instea...Robb
2022-08-09Fix use of Qt 5.14 enumMitchell Skaggs
2022-08-08Replace local 8-bit decoding with UTF-8 decodingMitchell Skaggs
2022-08-05fix: don't mutate QHash while iterating over itflow
2022-08-05fix: add some more nullptr checks / protectionflow
2022-08-05refactor: simplify smart pointers moreflow
2022-08-04Merge pull request #1017 from flowln/kill_orphan_metadataflow
2022-08-04refactor+fix: use QSharedPointer for shared_qobject_ptrflow
2022-08-04fix: emit abort in LaunchControllerSefa Eyeoglu
2022-08-03fix: Add root path detection on OpenBSDSefa Eyeoglu
2022-08-03fix: allow user to interrupt launch after 3 triesSefa Eyeoglu
2022-08-03Move large condition into a new lambdaGingeh
2022-08-02fix: remove orphaned metadata to avoid problems with auto-updating instsflow
2022-08-02Check for running instance when re-opening the mod folder page and when selec...Gingeh
2022-08-02Update launcher/ui/pages/instance/ModFolderPage.hGingeh
2022-08-01Disable "Check for Updates" and "Download Mods" while the game is runningGingeh
2022-08-01Disable "Check for Updates" if all mods are removedGingeh
2022-07-31use BlockedModsDialog for ftb packs as wellkumquat-ir
2022-07-31Merge remote-tracking branch 'origin/develop' into download-all-blockedkumquat-ir
2022-07-30Trash instances instead of deleting (when possible) (#549)Ryan Cao
2022-07-30Merge pull request #941 from Scrumplex/bump-cxx-standardLennyMcLennington
2022-07-28Merge pull request #699 from Scrumplex/resolve-ftb-mods-cftimoreo
2022-07-26Merge pull request #974 from flowln/accounts_qt6flow
2022-07-26fix: progress dialog going away even if the task was not abortedflow
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-26Merge pull request #961 from flowln/fix_resource_filterSefa Eyeoglu
2022-07-26fix: use const qualifier for operator==() and allow other comparisonsflow
2022-07-26chore: add some debugging prints in AccountListflow
2022-07-25Merge pull request #956 from flowln/jar_mods_aaLennyMcLennington
2022-07-24fix: pump events and do a queued start for concurrent tasksflow
2022-07-24feat: add hashing tasks to the sequential task in ModUpdateDialogflow
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-23fix: filter in external resource pages not workingflow
2022-07-23Merge pull request #951 from flowln/performace_tab_fixflow
2022-07-23fix: sigsegv when trying to use jar modsflow
2022-07-23fix: hide the entire performance tab on instance settings in non-Linuxflow
2022-07-23fix: actually substitute variables in pre/post launchSefa Eyeoglu
2022-07-23Merge pull request #893 from Scrumplex/refactor-env-handlingtimoreo
2022-07-23Merge pull request #877 from Scrumplex/refactor-offline-accountsSefa Eyeoglu
2022-07-23Merge pull request #947 from flowln/unicode_uhhtimoreo
2022-07-23fix: treat accounts as offline, if auth servers are downSefa Eyeoglu