Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 #348 from txtsd/issues | timoreo22 | |
Issue template changes | |||
2022-03-29 | Merge pull request #312 from Scrumplex/add-nightly.link | timoreo22 | |
Add nightly.link comments | |||
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-29 | Merge pull request #357 from FayneAldan/patch-1 | Sefa Eyeoglu | |
Fix POLYMC_JAVA_PATHS env not working on Windows | |||
2022-03-28 | Convert \s in Windows POLYMC_JAVA_PATHS | Fayne Aldan | |
Allows you to use either `\` or `/` on Windows | |||
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 | Merge pull request #349 from txtsd/gha_ignore | Sefa Eyeoglu | |
2022-03-27 | Merge pull request #220 from flowln/mod_refactor | Sefa Eyeoglu | |
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-26 | Merge pull request #351 from DioEgizio/lin-nodeps-again | Sefa Eyeoglu | |
2022-03-26 | Merge pull request #314 from Scrumplex/chore-bump-1.1.1 | LennyMcLennington | |
Bump to 1.1.1 | |||
2022-03-26 | bring back portable linux builds | DioEgizio | |
2022-03-25 | chore: Don't build release type during development | txtsd | |
2022-03-25 | chore: Ignore more paths | txtsd | |
2022-03-25 | fix(templates): Unsplit bulleted line | txtsd | |
2022-03-25 | fix(templates): Replace dead FAQ link with new wiki link | txtsd | |
2022-03-25 | fix(templates): Use correct labels | txtsd | |
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 | Merge pull request #337 from oynqr/misc/create-vendored-tarball | Sefa Eyeoglu | |
2022-03-24 | Merge pull request #334 from flowln/right_file_2 | Ezekiel Smith | |
Fix skipping file in mod version parsing | |||
2022-03-23 | Allow disabling building of tests | Philipp David | |
2022-03-23 | Update used actions and cleanup release flow | Philipp David | |
2022-03-23 | Create vendored tarball on release | Philipp David | |
2022-03-22 | fix: fix skipping one on file counting in mod version parse | flow | |
2022-03-22 | Merge pull request #330 from DioEgizio/notportable | Sefa Eyeoglu | |
bring back not portable windows builds | |||
2022-03-22 | fix some typos | DioEgizio | |
2022-03-21 | fix typos | DioEgizio | |
opz :P | |||
2022-03-21 | fix typo | DioEgizio | |
2022-03-21 | bring back notportable builds | DioEgizio | |
2022-03-21 | Merge pull request #322 from oynqr/build/static-rainbow | Sefa Eyeoglu | |
Build with static rainbow | |||
2022-03-21 | Merge pull request #326 from Scrumplex/feat-backport-pr | dada513 | |
2022-03-21 | feat(actions): add backport bot | Sefa Eyeoglu | |
2022-03-21 | Merge pull request #298 from Scrumplex/fix-i18n | Sefa Eyeoglu | |
Fix translatable strings | |||
2022-03-22 | Merge pull request #323 from Scrumplex/retranslate-pages | Ezekiel Smith | |
Retranslate all settings pages | |||
2022-03-21 | Build with static rainbow | Philipp David | |
2022-03-21 | Revert "fix: use our own prefix for rainbow lib" | Philipp David | |
This reverts commit 61db1c46beb465c33124ec4f34dfdcefd4d804d3. | |||
2022-03-21 | Merge pull request #315 from txtsd/display_scaling | Ezekiel Smith | |
Allow fractional DPI scaling | |||
2022-03-20 | fix: retranslate CustomCommands | Sefa Eyeoglu | |