aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-29fix(i18n): remove brand names from translationsSefa Eyeoglu
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 #348 from txtsd/issuestimoreo22
Issue template changes
2022-03-29Merge pull request #312 from Scrumplex/add-nightly.linktimoreo22
Add nightly.link comments
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-29Merge pull request #357 from FayneAldan/patch-1Sefa Eyeoglu
Fix POLYMC_JAVA_PATHS env not working on Windows
2022-03-28Convert \s in Windows POLYMC_JAVA_PATHSFayne Aldan
Allows you to use either `\` or `/` on Windows
2022-03-28😢 fix bullydada513
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-27Merge pull request #349 from txtsd/gha_ignoreSefa Eyeoglu
2022-03-27Merge pull request #220 from flowln/mod_refactorSefa 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-26Merge pull request #351 from DioEgizio/lin-nodeps-againSefa Eyeoglu
2022-03-26Merge pull request #314 from Scrumplex/chore-bump-1.1.1LennyMcLennington
Bump to 1.1.1
2022-03-26Merge pull request #314 from Scrumplex/chore-bump-1.1.1LennyMcLennington
Bump to 1.1.1
2022-03-26bring back portable linux buildsDioEgizio
2022-03-25chore: Don't build release type during developmenttxtsd
2022-03-25chore: Ignore more pathstxtsd
2022-03-25fix(templates): Unsplit bulleted linetxtsd
2022-03-25fix(templates): Replace dead FAQ link with new wiki linktxtsd
2022-03-25fix(templates): Use correct labelstxtsd
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-24chore: add license headerSefa Eyeoglu
2022-03-24feat: block launch if Java is incompatibleSefa Eyeoglu
Keep track of compatible Java versions from meta. Launch-step VerifyJavaInstall will check if current instance's Java version is compatible. Also add override option both globally and per-instance in-case the user doesn't care about the requirement.
2022-03-24Merge pull request #337 from oynqr/misc/create-vendored-tarballSefa Eyeoglu
2022-03-24Merge pull request #337 from oynqr/misc/create-vendored-tarballSefa Eyeoglu
2022-03-24Merge pull request #334 from flowln/right_file_2Ezekiel Smith
Fix skipping file in mod version parsing
2022-03-24Merge pull request #334 from flowln/right_file_2Ezekiel Smith
Fix skipping file in mod version parsing
2022-03-24libnbtplusplus: fix compilation as shared libraryPhilipp David
2022-03-23Allow disabling building of testsPhilipp David
2022-03-23Update used actions and cleanup release flowPhilipp David
2022-03-23Create vendored tarball on releasePhilipp David
2022-03-23Enable LTO for ActionsPhilipp David
2022-03-23Put LTO behind an optional flagPhilipp David