aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-02Technic: Include the modpack version in instance titleJamie Mansfield
2022-04-02Technic: Prevent potential HTML injectionJamie Mansfield
2022-04-02Technic: Allow pack API urls to be used in searchJamie Mansfield
This mimics the behaviour that the Technic launcher has, and their website displays API URLs for. The big benefit of this, is to be able to install private packs now :)
2022-04-02Merge pull request #383 from PolyMC/ZekeSmith-licensetimoreo22
Update License
2022-04-02Merge pull request #373 from Scrumplex/feat-world-sizeSefa Eyeoglu
2022-04-02Update LicenseEzekiel Smith
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-04-01Merge pull request #375 from dada513/fix_modrinth_urldada513
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 #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-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.