aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Collapse)Author
2022-04-04fix: properly detect arm64Victor
2022-04-03Merge pull request #387 from Scrumplex/fix-world-sizeEzekiel Smith
fix: calculate world sizes individually
2022-04-02fix: calculate world sizes individuallySefa Eyeoglu
2022-04-02Merge pull request #373 from Scrumplex/feat-world-sizeSefa Eyeoglu
2022-04-01fix: codestyleSefa Eyeoglu
2022-04-01Merge pull request #370 from embeddedt/developEzekiel Smith
Make launcher icon grayscale for pe_light theme
2022-04-01fix: remove redundant includeSefa Eyeoglu
2022-04-01Merge pull request #355 from dada513/flatpak_properlyEzekiel Smith
Fix flatpak properly
2022-03-31Fix modrinth usable URL in mod downloaderdada513
2022-03-31feat: track and display world sizeSefa Eyeoglu
2022-03-31Scrumplex momentdada513
2022-03-30Make launcher icon grayscale for pe_light themeembeddedt
2022-03-29Merge pull request #344 from oynqr/build/allow-disabling-testsSefa Eyeoglu
2022-03-29Merge pull request #360 from FayneAldan/patch-2dada513
2022-03-29Merge pull request #352 from Scrumplex/fix-nameSefa Eyeoglu
Update Credits and Branding
2022-03-29Merge pull request #356 from flowln/version_optimizeSefa Eyeoglu
Improve mod versions request to Modrinth
2022-03-28Convert \s in Windows POLYMC_JAVA_PATHSFayne Aldan
Allows you to use either `\` or `/` on Windows
2022-03-28Merge branch 'develop' of https://github.com/PolyMC/PolyMC into flatpak_properlydada513
2022-03-28Fixdada513
2022-03-27Fix POLYMC_JAVA_PATHS env not working on WindowsFayne Aldan
2022-03-27chore: add license headerSefa Eyeoglu
chore: add license header
2022-03-27fix(credits): wrap UTF-8 text with QStringSefa Eyeoglu
2022-03-27fix: update creditsSefa Eyeoglu
2022-03-27fix: remove "PolyMC" from stringsSefa Eyeoglu
2022-03-27Merge pull request #341 from dada513/developSefa Eyeoglu
2022-03-27Inform user about possible issues when using a Portal as instance folderdada513
2022-03-27newline more like wastedada513
2022-03-27Merge branch 'develop' of https://github.com/PolyMC/PolyMC into developdada513
2022-03-27Add quit launcher after game stops option (Steam Deck)dada513
lecense
2022-03-27fix newline (scrumplex nitpick not allowed)dada513
2022-03-27more flatpak fixesdada513
2022-03-27Fix flatpak properlydada513
2022-03-24optimize: Improve mod versions request to Modrinthflow
This uses more arguments in the GET request for mod versions on the Modrinth API, filtering what versions can be returned, decreasing load on Modrinth servers and improving a little the time it takes for the versions to be available to the user. This also removes the now unneeded check on correct modloaders in ModrinthPackIndex, since it is now filtered by the Modrinth server. Lastly, this adds a couple of helper functions in ModModel.
2022-03-24chore: resolve conflicts and merge upstreamflow
2022-03-23Allow disabling building of testsPhilipp David
2022-03-22fix: fix skipping one on file counting in mod version parseflow
2022-03-21Merge pull request #322 from oynqr/build/static-rainbowSefa Eyeoglu
Build with static rainbow
2022-03-21Merge pull request #298 from Scrumplex/fix-i18nSefa Eyeoglu
Fix translatable strings
2022-03-22Merge pull request #323 from Scrumplex/retranslate-pagesEzekiel Smith
Retranslate all settings pages
2022-03-21Build with static rainbowPhilipp David
2022-03-21Revert "fix: use our own prefix for rainbow lib"Philipp David
This reverts commit 61db1c46beb465c33124ec4f34dfdcefd4d804d3.
2022-03-21Merge pull request #315 from txtsd/display_scalingEzekiel Smith
Allow fractional DPI scaling
2022-03-20fix: retranslate CustomCommandsSefa Eyeoglu
2022-03-20fix: retranslate mod download pagesSefa Eyeoglu
2022-03-20chore: add license headerSefa Eyeoglu
2022-03-20App: Retranslate all pages when the language is changedJamie Mansfield
2022-03-20App: Retranslate page header titlesJamie Mansfield
This fixes a bug that is only practically effects the title of the language page not updating the header when changing the language.
2022-03-20Merge pull request #311 from DioEgizio/patch-2txtsd
fix webp
2022-03-20fix: disable "Install Forge" button when neededSefa Eyeoglu
2022-03-20fix: disable "Download mods" button when neededSefa Eyeoglu
Fixes #271