aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Collapse)Author
2022-06-11Merge pull request #773 from vancez/fix-launch-buttondada513
2022-06-11Merge pull request #770 from flowln/technic_linksdada513
2022-06-11Merge pull request #709 from Scrumplex/fix-instancetypesSefa Eyeoglu
Always store InstanceType
2022-06-11Merge pull request #732 from MrMelon54/developSefa Eyeoglu
2022-06-11Merge pull request #708 from ryanccn/custom-user-agentSefa Eyeoglu
2022-06-10change slot nameVance
2022-06-10fix: update toolbar when instance state changesVance
2022-06-09fix: allow opening external links in technic modpack pageflow
2022-06-07QString::locateAwareCompare() is better for human-like sortingMrMelon
2022-06-06Simplify sorting logic to a single std::sort callMrMelon
2022-06-06Merge pull request #685 from kthchew/fix/technic-quiltflow
Add Quilt support for Technic modpacks
2022-06-06Add initial sorting functionMrMelon
2022-06-05Update launcher/Application.cppRyan Cao
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-06-04refactor(ui): use tabs for APIPageSefa Eyeoglu
2022-06-04Revert "Merge pull request #315 from txtsd/display_scaling"DioEgizio
This reverts commit fcf728f3b5f4923cc05edfeb45f8340f420669cf.
2022-06-04make $LAUNCHER_VER actually workRyan Cao
2022-06-04change UI to scrollRyan Cao
let me just say, this does not look right
2022-06-04Merge pull request #426 from flowln/mod_permaSefa Eyeoglu
Add on-disk mod metadata information
2022-06-04fix: always store InstanceTypeSefa Eyeoglu
2022-06-04feat: custom user-agentRyan Cao
2022-06-01Update MCEditTool.cppglowiak
2022-06-01Update UpdateController.cppglowiak
2022-06-01Merge pull request #682 from istudyatuni/fix-add-account-behaviourSefa Eyeoglu
2022-05-30Use `QStringList` instead of `QSet<QString>`Kenneth Chew
Co-authored-by: flow <flowlnlnln@gmail.com>
2022-05-30Add Quilt support for Technic modpacksKenneth Chew
2022-05-30Merge pull request #505 from flowln/improve_download_uxSefa Eyeoglu
2022-05-30fix: do not show the "profile select" dialog if the user refused to add an ↵Ilia
account
2022-05-29Fix modrinth search filterstimoreo
2022-05-29fix: remove unnecessary translation (#674)Sefa Eyeoglu
2022-05-29Merge pull request #624 from ryanccn/global-jvm-argsSefa Eyeoglu
Make global JVM arguments multi-line
2022-05-29Merge pull request #672 from Scrumplex/fix-ftblegacy-pack-versionSefa Eyeoglu
fix: add version to Legacy FTB packs
2022-05-29Merge pull request #671 from Scrumplex/fix-importing-flame-mmc-packsSefa Eyeoglu
2022-05-29Merge pull request #661 from ↵Sefa Eyeoglu
flowln/wow_curseforge_is_being_uncompetitive_im_so_surprised
2022-05-29Update launcher/ui/pages/global/JavaPage.cppRyan Cao
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-05-29fix: add version to Legacy FTB packsSefa Eyeoglu
2022-05-29fix: fix importing Flame/MMC packsSefa Eyeoglu
2022-05-29fix: set version for Windows binariesSefa Eyeoglu
2022-05-29Update launcher/ui/pages/global/JavaPage.cppRyan Cao
Co-authored-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com>
2022-05-28feat: add warning of non-whitelisted URLs instead of a hard failflow
Based on people's votes on Discord :^)
2022-05-28clean up validateDownloadUrlLenny McLennington
2022-05-28change: add 'gitlab.com' to whitelisted Modrinth modpack urlsflow
2022-05-28debug: add non-translated debug logging for 'non-whitelisted url' failsflow
2022-05-28change: update whitelisted hosts in Modrinth modpacksflow
2022-05-28Rework curseforge download (#611)timoreo22
* Use the bulk endpoint on mod resolution for faster download * Search on modrinth for api blocked mods * Display a dialog for manually downloading blocked mods
2022-05-28Merge pull request #651 from Scrumplex/fix-mnemonic-apipagetimoreo22
Fix mnemonics in APIPage
2022-05-28Merge pull request #650 from flowln/modrinth_iconstimoreo22
Fix modpack icon importing with non-standard icon paths
2022-05-28Merge pull request #657 from JJL772/fix/misc-fixestimoreo22
Fix crash when aborting instance import
2022-05-28Merge pull request #639 from Scrumplex/fix-prio-modpack-formatstimoreo22
Prefer stricter modpack formats during import
2022-05-28Merge branch 'develop' into global-jvm-argsRyan Cao
2022-05-27Fix crash when aborting instance importJeremy Lorelli
Also turned a loop var into a reference to avoid copies on each iteration