aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Collapse)Author
2022-06-22Merge pull request #812 from jn64/fix/about-labelsEzekiel Smith
Make version labels in About dialog selectable
2022-06-22Merge pull request #817 from flowln/zip_ensure_pathEzekiel Smith
Don't create unnecessary folders when extracting ZIPs
2022-06-22Merge pull request #778 from Scrumplex/track-real-architectureEzekiel Smith
Track real CPU architecture for instances
2022-06-20Set beam cursor on selectable labelsjn64
2022-06-19fix: don't create unnecessary folders when extracting ZIPsflow
2022-06-18Make GitHub link focusable by keyboardjn64
2022-06-18Make labels selectablejn64
User can copy version/build info easily.
2022-06-15Merge pull request #694 from Technous285/develop-1flow
Add OpenBSD support
2022-06-15fix https://github.com/PolyMC/PolyMC/issues/798DioEgizio
2022-06-14Merge pull request #716 from flowln/mod_perma_2Ezekiel Smith
Hide index folder on Windows
2022-06-14Merge pull request #665 from jamierocks/h-managed-packsEzekiel Smith
PackPlatforms: Record where packs come from
2022-06-14Merge pull request #634 from flowln/donate_linksEzekiel Smith
More links for CF / Modrinth mods / modpacks
2022-06-13Merge pull request #714 from Scrumplex/fix-testsSefa Eyeoglu
Fix mod metadata tests
2022-06-13refactor: make is_indexed false by defaultSefa Eyeoglu
Co-authored-by: flow <flowlnlnln@gmail.com>
2022-06-12Merge pull request #759 from flowln/mod_perma_3Sefa Eyeoglu
2022-06-12Merge pull request #783 from Scrumplex/fix-avoid-settings-register-warningsflow
Avoid re-registering InstanceType
2022-06-12fix: segfault when the same mod is present enabled and disabled at onceflow
This maintains the previous behaviour
2022-06-12fix: correctly handle disabled mods with metadataflow
im stupid
2022-06-12fix: handling of incomplete modsflow
(i.e. mods without ModDetails that may have metadata)
2022-06-12chore: add license headersSefa Eyeoglu
2022-06-12fix: remove updater if it is not usedSefa Eyeoglu
2022-06-12fix(tests): wait until ModFolderModel has updatedSefa Eyeoglu
2022-06-12refactor(test): fix loading mod metadata settingSefa Eyeoglu
2022-06-12fix(test): fix packwiz testflow
2022-06-12Merge pull request #771 from flowln/modrinth_multiple_downloadsSefa Eyeoglu
2022-06-12Merge pull request #632 from ryanccn/macos-app-heuristicSefa Eyeoglu
2022-06-12Update Application.cppRyan Cao
2022-06-11fix: avoid re-registering InstanceTypeSefa Eyeoglu
2022-06-11Merge pull request #780 from flowln/guo_ext_2dada513
2022-06-11Merge pull request #773 from vancez/fix-launch-buttondada513
2022-06-11Merge pull request #770 from flowln/technic_linksdada513
2022-06-11fix: account for the dequeued url when checking the number of urlsflow
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-06-11Merge pull request #709 from Scrumplex/fix-instancetypesSefa Eyeoglu
Always store InstanceType
2022-06-11fix: dequeue first added file in mrpack importflow
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-06-11Merge pull request #732 from MrMelon54/developSefa Eyeoglu
2022-06-11fix: apply client overrides in mrpacksflow
another oopsie x.x
2022-06-11fix: remove file filter from translationSefa Eyeoglu
2022-06-11fix: allow discovering mrpacks in languages without dotflow
2022-06-11Merge pull request #708 from ryanccn/custom-user-agentSefa Eyeoglu
2022-06-11feat: track real CPU architecture for instancesSefa Eyeoglu
2022-06-10change slot nameVance
2022-06-10I changed my mindRyan Cao
2022-06-10fix: update toolbar when instance state changesVance
2022-06-09revert: don't check modrinth whitelisted hostsflow
people didn't seem to like it, and its not required
2022-06-09fix: enable using more than one download url in mrpacksflow
Kinda, it's ugly and hackish, since we don't have the facilities to do this properly (yet!)
2022-06-09fix: properly parse mrpacks without the 'env' fieldflow
It's optional, so some files may not have it (like most of FO).
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