aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Collapse)Author
2022-06-17fix: fix warnings reported by LGTM.comSefa Eyeoglu
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-14refactor: move away from UnitTest.cmakeSefa Eyeoglu
2022-06-14refector: move download action to ExternalResourcesPageSefa Eyeoglu
2022-06-14refactor: Create a more clear hierarchy for some instance pagesflow
Previously, the Shaders, Texture packs and Resource packs tabs had as parent the ModFolderPage, making it so that making changes only to the Mods page would require checking the id of the page for the correct one. This was hackish and error-prone. Now, those pages all inherit from a single class, ExternalResourcesPage, that handles the basic behaviour of all of them, while allowing for individual modification in code. This is still not a clear separation, since internally, all those resources are derived from Mods, so for now there's still some awkward common code :/
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
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