Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-22 | fix: add missing connections to the abort signal | flow | |
Beginning with efa3fbff39bf0dabebdf1c6330090ee320895a4d, we separated the failing and the aborting signals, as they can mean different things in certain contexts. Still, some places are not yet changed to reflect this modification. This can cause aborting of progress dialogs to not work, instead making the application hang in an unusable satte. This goes through some places where it's not hooked up yet, fixing their behaviour in those kinds of situation. | |||
2022-06-15 | Merge pull request #694 from Technous285/develop-1 | flow | |
Add OpenBSD support | |||
2022-06-15 | fix https://github.com/PolyMC/PolyMC/issues/798 | DioEgizio | |
2022-06-14 | Merge pull request #716 from flowln/mod_perma_2 | Ezekiel Smith | |
Hide index folder on Windows | |||
2022-06-14 | Merge pull request #665 from jamierocks/h-managed-packs | Ezekiel Smith | |
PackPlatforms: Record where packs come from | |||
2022-06-14 | Merge pull request #634 from flowln/donate_links | Ezekiel Smith | |
More links for CF / Modrinth mods / modpacks | |||
2022-06-13 | Merge pull request #714 from Scrumplex/fix-tests | Sefa Eyeoglu | |
Fix mod metadata tests | |||
2022-06-13 | refactor: make is_indexed false by default | Sefa Eyeoglu | |
Co-authored-by: flow <flowlnlnln@gmail.com> | |||
2022-06-12 | Merge pull request #759 from flowln/mod_perma_3 | Sefa Eyeoglu | |
2022-06-12 | Merge pull request #783 from Scrumplex/fix-avoid-settings-register-warnings | flow | |
Avoid re-registering InstanceType | |||
2022-06-12 | fix: segfault when the same mod is present enabled and disabled at once | flow | |
This maintains the previous behaviour | |||
2022-06-12 | fix: correctly handle disabled mods with metadata | flow | |
im stupid | |||
2022-06-12 | fix: handling of incomplete mods | flow | |
(i.e. mods without ModDetails that may have metadata) | |||
2022-06-12 | chore: add license headers | Sefa Eyeoglu | |
2022-06-12 | fix: remove updater if it is not used | Sefa Eyeoglu | |
2022-06-12 | fix(tests): wait until ModFolderModel has updated | Sefa Eyeoglu | |
2022-06-12 | refactor(test): fix loading mod metadata setting | Sefa Eyeoglu | |
2022-06-12 | fix(test): fix packwiz test | flow | |
2022-06-12 | Merge pull request #771 from flowln/modrinth_multiple_downloads | Sefa Eyeoglu | |
2022-06-12 | Merge pull request #632 from ryanccn/macos-app-heuristic | Sefa Eyeoglu | |
2022-06-12 | Update Application.cpp | Ryan Cao | |
2022-06-11 | fix: avoid re-registering InstanceType | Sefa Eyeoglu | |
2022-06-11 | Merge pull request #780 from flowln/guo_ext_2 | dada513 | |
2022-06-11 | Merge pull request #773 from vancez/fix-launch-button | dada513 | |
2022-06-11 | Merge pull request #770 from flowln/technic_links | dada513 | |
2022-06-11 | fix: account for the dequeued url when checking the number of urls | flow | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-11 | Merge pull request #709 from Scrumplex/fix-instancetypes | Sefa Eyeoglu | |
Always store InstanceType | |||
2022-06-11 | fix: dequeue first added file in mrpack import | flow | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-11 | Merge pull request #732 from MrMelon54/develop | Sefa Eyeoglu | |
2022-06-11 | fix: apply client overrides in mrpacks | flow | |
another oopsie x.x | |||
2022-06-11 | fix: remove file filter from translation | Sefa Eyeoglu | |
2022-06-11 | fix: allow discovering mrpacks in languages without dot | flow | |
2022-06-11 | Merge pull request #708 from ryanccn/custom-user-agent | Sefa Eyeoglu | |
2022-06-10 | change slot name | Vance | |
2022-06-10 | I changed my mind | Ryan Cao | |
2022-06-10 | fix: update toolbar when instance state changes | Vance | |
2022-06-09 | revert: don't check modrinth whitelisted hosts | flow | |
people didn't seem to like it, and its not required | |||
2022-06-09 | fix: enable using more than one download url in mrpacks | flow | |
Kinda, it's ugly and hackish, since we don't have the facilities to do this properly (yet!) | |||
2022-06-09 | fix: properly parse mrpacks without the 'env' field | flow | |
It's optional, so some files may not have it (like most of FO). | |||
2022-06-09 | fix: allow opening external links in technic modpack page | flow | |
2022-06-07 | QString::locateAwareCompare() is better for human-like sorting | MrMelon | |
2022-06-06 | Simplify sorting logic to a single std::sort call | MrMelon | |
2022-06-06 | Merge pull request #685 from kthchew/fix/technic-quilt | flow | |
Add Quilt support for Technic modpacks | |||
2022-06-06 | Add initial sorting function | MrMelon | |
2022-06-05 | Update launcher/Application.cpp | Ryan Cao | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-04 | refactor(ui): use tabs for APIPage | Sefa Eyeoglu | |
2022-06-04 | Revert "Merge pull request #315 from txtsd/display_scaling" | DioEgizio | |
This reverts commit fcf728f3b5f4923cc05edfeb45f8340f420669cf. | |||
2022-06-04 | make $LAUNCHER_VER actually work | Ryan Cao | |
2022-06-04 | change UI to scroll | Ryan Cao | |
let me just say, this does not look right | |||
2022-06-04 | fix: hide .index folder on Windows | flow | |