Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-16 | Merge pull request #430 from DioEgizio/make-helppages-on-their-own-dir | Ezekiel Smith | |
CHANGE: switch the help pages to their own dir | |||
2022-04-15 | Add Quilt install option while creating an instance | Kenneth Chew | |
2022-04-15 | Fix Fabric versions appearing for unsupported MC versions | Kenneth Chew | |
Also remove an old TODO comment, mentioning an issue that was already fixed. | |||
2022-04-15 | Show no loader selected message when add instance window first opens | Kenneth Chew | |
This resolves an issue where the message only shows when selecting a mod loader and then selecting "None" again. | |||
2022-04-15 | Fix build on Qt 5.6 | Kenneth Chew | |
2022-04-15 | Add option to install mod loader during instance creation | Kenneth Chew | |
2022-04-15 | Merge pull request #185 from Scrumplex/quilt | Sefa Eyeoglu | |
Quilt support | |||
2022-04-15 | CHANGE: switch the help pages to their own dir | DioEgizio | |
also renames modrinth-platform/curseforge-platform to just Mod-platform since they have the pages are basically the same | |||
2022-04-14 | refactor: cleanup ModLoaderType | Sefa Eyeoglu | |
2022-04-14 | fix: support Quilt from Minecraft 1.14 onwards | Sefa Eyeoglu | |
2022-04-14 | fix: remove unused code | Sefa Eyeoglu | |
2022-04-09 | refactor: switch Quilt mappings to hashed MojMap | Sefa Eyeoglu | |
2022-04-07 | fix: check for Quilt as Fabric-compatible loader | Sefa Eyeoglu | |
2022-04-07 | fix: restrict quilt-mappings versions to MC version | Sefa Eyeoglu | |
2022-04-07 | NOISSUE prevent -version being passed to the JRE | Petr Mrázek | |
We want specific JREs, always, not something that is magically resolved. This counteracts some really bad advice recently being spread on reddit. | |||
2022-04-07 | feat: initial Quilt support | Sefa Eyeoglu | |
2022-04-07 | Merge pull request #364 from Scrumplex/fix-i18n2 | Ezekiel Smith | |
Fix translatable strings 2 | |||
2022-04-06 | Merge pull request #380 from flowln/task-progress | Sefa Eyeoglu | |
2022-04-06 | Merge pull request #384 from jamierocks/technic-improvements | Sefa Eyeoglu | |
2022-04-06 | Allow components to specify Java agents and JVM arguments (#175) | Una | |
2022-04-04 | Merge pull request #345 from Scrumplex/handle-incompatible-java | Sefa Eyeoglu | |
2022-04-02 | BuildConfig: Make Technic API base URL and build constants | Jamie Mansfield | |
2022-04-02 | Technic: Display available versions 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-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 | Merge pull request #355 from dada513/flatpak_properly | Ezekiel Smith | |
Fix flatpak properly | |||
2022-03-29 | fix(i18n): remove brand names from translations | Sefa Eyeoglu | |
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 | Merge branch 'develop' of https://github.com/PolyMC/PolyMC into flatpak_properly | dada513 | |
2022-03-28 | Fix | dada513 | |
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 | Add quit launcher after game stops option (Steam Deck) | dada513 | |
lecense | |||
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-21 | Merge pull request #298 from Scrumplex/fix-i18n | Sefa Eyeoglu | |
Fix translatable strings | |||
2022-03-20 | fix: retranslate CustomCommands | Sefa Eyeoglu | |
2022-03-20 | fix: retranslate mod download pages | Sefa Eyeoglu | |
2022-03-20 | chore: add license header | Sefa Eyeoglu | |
2022-03-20 | App: Retranslate all pages when the language is changed | Jamie Mansfield | |