aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Collapse)Author
2022-04-15Add Quilt install option while creating an instanceKenneth Chew
2022-04-15Fix Fabric versions appearing for unsupported MC versionsKenneth Chew
Also remove an old TODO comment, mentioning an issue that was already fixed.
2022-04-15Show no loader selected message when add instance window first opensKenneth Chew
This resolves an issue where the message only shows when selecting a mod loader and then selecting "None" again.
2022-04-15Fix build on Qt 5.6Kenneth Chew
2022-04-15Add option to install mod loader during instance creationKenneth Chew
2022-04-15Merge pull request #185 from Scrumplex/quiltSefa Eyeoglu
Quilt support
2022-04-14refactor: cleanup ModLoaderTypeSefa Eyeoglu
2022-04-14fix: support Quilt from Minecraft 1.14 onwardsSefa Eyeoglu
2022-04-14fix: remove unused codeSefa Eyeoglu
2022-04-09Update launcher/resources/multimc/scalable/discord.svgRegular Baf
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-04-09Update discord.svgRegular Baf
2022-04-09Update discord.svgRegular Baf
2022-04-09Nevermind. It does.Regular Baf
2022-04-09size doesnt matter?Regular Baf
2022-04-09Attempt implementing the new discord logoRegular Baf
2022-04-09refactor: switch Quilt mappings to hashed MojMapSefa Eyeoglu
2022-04-08Merge pull request #407 from DioEgizio/upstream-cherrypickdada513
2022-04-08Update launcher/JavaCommon.cppDioEgizio
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-04-08Apply suggestionDioEgizio
Co-authored-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com>
2022-04-07test: add new test to Task testflow
Also adds one more check to setStatus test
2022-04-07test: add basic Task unit testflow
Only only two tests for now. We can iterate on this later :^) This is to try to avoid breaking things again!
2022-04-07fix: allow aborting CF modpack importingflow
2022-04-07fix: issue with status of non-sequencial tasksflow
2022-04-07fix: check for Quilt as Fabric-compatible loaderSefa Eyeoglu
2022-04-07fix: restrict quilt-mappings versions to MC versionSefa Eyeoglu
2022-04-07refactor: dynamically get best version for intermediary mappingsSefa Eyeoglu
2022-04-07NOISSUE save custom offline player nameVladislav Laetansky
2022-04-07NOISSUE fix error string for Xbox authorization failuresPetr Mrázek
2022-04-07NOISSUE prevent -version being passed to the JREPetr 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-07feat: initial Quilt supportSefa Eyeoglu
2022-04-07Merge pull request #364 from Scrumplex/fix-i18n2Ezekiel Smith
Fix translatable strings 2
2022-04-06Merge pull request #380 from flowln/task-progressSefa Eyeoglu
2022-04-06Merge pull request #384 from jamierocks/technic-improvementsSefa Eyeoglu
2022-04-06Merge pull request #397 from DioEgizio/manymc-detect-aarch64Sefa Eyeoglu
2022-04-06Allow components to specify Java agents and JVM arguments (#175)Una
2022-04-05Merge pull request #395 from HarryPeach/developdada513
2022-04-04Merge pull request #345 from Scrumplex/handle-incompatible-javaSefa Eyeoglu
2022-04-04fix: properly detect arm64Victor
2022-04-03Check for empty slug before setting pack urlHarry Peach
2022-04-03Merge pull request #387 from Scrumplex/fix-world-sizeEzekiel Smith
fix: calculate world sizes individually
2022-04-02BuildConfig: Make Technic API base URL and build constantsJamie Mansfield
2022-04-02Technic: Verify checksums for pack build modsJamie Mansfield
2022-04-02Technic: Display available versions for Solder packsJamie Mansfield
2022-04-02Technic: Replace inline parsing code with API modelsJamie Mansfield
2022-04-02Technic: Add API models for Solder packsJamie Mansfield
2022-04-02Technic: Match CurseForge pack description formatJamie Mansfield
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-02fix: calculate world sizes individuallySefa Eyeoglu