Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-04 | fix: properly detect arm64 | Victor | |
2022-04-03 | Check for empty slug before setting pack url | Harry Peach | |
2022-04-03 | Merge pull request #387 from Scrumplex/fix-world-size | Ezekiel Smith | |
fix: calculate world sizes individually | |||
2022-04-02 | BuildConfig: Make Technic API base URL and build constants | Jamie Mansfield | |
2022-04-02 | Technic: Verify checksums for pack build mods | Jamie Mansfield | |
2022-04-02 | Technic: Display available versions for Solder packs | Jamie Mansfield | |
2022-04-02 | Technic: Replace inline parsing code with API models | Jamie Mansfield | |
2022-04-02 | Technic: Add API models for Solder packs | Jamie Mansfield | |
2022-04-02 | Technic: Match CurseForge pack description format | Jamie Mansfield | |
2022-04-02 | Technic: Include the modpack version in instance title | Jamie Mansfield | |
2022-04-02 | Technic: Prevent potential HTML injection | Jamie Mansfield | |
2022-04-02 | Technic: Allow pack API urls to be used in search | Jamie 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-02 | fix: calculate world sizes individually | Sefa Eyeoglu | |
2022-04-02 | Merge pull request #373 from Scrumplex/feat-world-size | Sefa Eyeoglu | |
2022-04-02 | fix(launch/VerifyJava): reword log output | Sefa Eyeoglu | |
2022-04-01 | fix: codestyle | Sefa Eyeoglu | |
2022-04-01 | Merge pull request #370 from embeddedt/develop | Ezekiel Smith | |
Make launcher icon grayscale for pe_light theme | |||
2022-04-01 | feat: Use a single progress dialog when doing multiple tasks | flow | |
This puts all mod downloading tasks inside a SequentialTask, which is, for more than one task, a multi step task. This is handled by the ProgressDialog by showing both the global progress of tasks executed, and the individual progress of each of them. | |||
2022-04-01 | fix: remove redundant include | Sefa Eyeoglu | |
2022-04-01 | Merge pull request #355 from dada513/flatpak_properly | Ezekiel Smith | |
Fix flatpak properly | |||
2022-03-31 | Fix modrinth usable URL in mod downloader | dada513 | |
2022-03-31 | feat: track and display world size | Sefa Eyeoglu | |
2022-03-31 | Scrumplex moment | dada513 | |
2022-03-30 | Make launcher icon grayscale for pe_light theme | embeddedt | |
2022-03-29 | fix(i18n): remove brand names from translations | Sefa Eyeoglu | |
2022-03-29 | Merge pull request #344 from oynqr/build/allow-disabling-tests | Sefa Eyeoglu | |
2022-03-29 | Merge pull request #360 from FayneAldan/patch-2 | dada513 | |
2022-03-29 | Merge pull request #352 from Scrumplex/fix-name | Sefa Eyeoglu | |
Update Credits and Branding | |||
2022-03-29 | Merge pull request #356 from flowln/version_optimize | Sefa Eyeoglu | |
Improve mod versions request to Modrinth | |||
2022-03-28 | Convert \s in Windows POLYMC_JAVA_PATHS | Fayne Aldan | |
Allows you to use either `\` or `/` on Windows | |||
2022-03-28 | Merge branch 'develop' of https://github.com/PolyMC/PolyMC into flatpak_properly | dada513 | |
2022-03-28 | Fix | dada513 | |
2022-03-27 | Fix POLYMC_JAVA_PATHS env not working on Windows | Fayne Aldan | |
2022-03-27 | chore: add license header | Sefa Eyeoglu | |
chore: add license header | |||
2022-03-27 | fix(credits): wrap UTF-8 text with QString | Sefa Eyeoglu | |
2022-03-27 | fix: update credits | Sefa Eyeoglu | |
2022-03-27 | fix: remove "PolyMC" from strings | Sefa Eyeoglu | |
2022-03-27 | Merge pull request #341 from dada513/develop | Sefa Eyeoglu | |
2022-03-27 | Inform user about possible issues when using a Portal as instance folder | dada513 | |
2022-03-27 | newline more like waste | dada513 | |
2022-03-27 | Merge branch 'develop' of https://github.com/PolyMC/PolyMC into develop | dada513 | |
2022-03-27 | Add quit launcher after game stops option (Steam Deck) | dada513 | |
lecense | |||
2022-03-27 | fix newline (scrumplex nitpick not allowed) | dada513 | |
2022-03-27 | more flatpak fixes | dada513 | |
2022-03-27 | Fix flatpak properly | dada513 | |
2022-03-24 | optimize: Improve mod versions request to Modrinth | flow | |
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-24 | chore: resolve conflicts and merge upstream | flow | |
2022-03-24 | chore: add license header | Sefa Eyeoglu | |
2022-03-24 | feat: block launch if Java is incompatible | Sefa 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-23 | Allow disabling building of tests | Philipp David | |