aboutsummaryrefslogtreecommitdiff
path: root/api/logic
AgeCommit message (Collapse)Author
2021-07-13NOISSUE Use constants for user agentsJamie Mansfield
Here lies yet another early-stage move to debrand the MultiMC codebase, as well as reducing the burden of updating strings across the codebase for a future MultiMC6.
2021-07-06GH-1949 Allow ATLauncher pack downloads to be abortedJamie Mansfield
2021-07-06GH-1949 Allow Technic pack downloads to be abortedJamie Mansfield
This supports both 'single zip' modpacks and Solder packs, through the Technic mod platform page.
2021-07-06GH-1949 Allow modpacks.ch pack downloads to be abortedJamie Mansfield
2021-07-06GH-1949 Allow Legacy FTB pack downloads to be abortedJamie Mansfield
It looks like this was just an mistake when implementing support for legacy FTB.
2021-06-30NOISSUE Fix detection for 32-bit Azul or Bellsoft JavaJamie Mansfield
Co-authored-by: Pedro Cunha <pedroagracio@gmail.com>
2021-06-28NOISSUE Cache file downloads for modpacks.chJamie Mansfield
2021-06-28NOISSUE Verify file checksums for modpacks.chJamie Mansfield
2021-06-23NOISSUE Fail launch if minimum Java requirement is not metJamie Mansfield
This will fail launch in the following conditions: 1. A version greater than or equal to Minecraft 17w13a, and less than 21w19a - and the Java version is less than 8. 2. A version greater than or equal to Minecraft 21w19a - and the Java version is less than 16.
2021-06-23NOISSUE Check mod and config checksums for ATLauncherJamie Mansfield
2021-06-22Merge pull request #3819 from jamierocks/atl-optional-modsPetr Mrázek
NOISSUE Support ATLauncher optional mods
2021-06-22Add detection of manually installed JDKs in /optColbie Dison
2021-06-21NOISSUE Support mod grouping and dependenciesJamie Mansfield
2021-06-21NOISSUE Support ATLauncher optional modsJamie Mansfield
2021-06-19GH-2971 Brand mod model for resource/texture pack pagesJamie Mansfield
2021-06-18NOISSUE Don't translate logged entriesJamie Mansfield
2021-06-18NOISSUE Add BellSoft and Azul Javaphit
2021-06-18NOISSUE Cleanup duplication and Microsoft JDKphit
2021-06-18NOISSUE Add AdoptOpenJDK Java detectionphit
2021-06-09NOISSUE Support CurseForge modpacks using Fabric LoaderJamie Mansfield
2021-06-03NOISSUE Fail pack installation for download errors for FTBJamie Mansfield
This effectively reverts the changes made in [1] to resolve GH-3304. [1] 05ffcf706bff92bdc48f3063d6a64508f8b7674c
2021-05-24Merge pull request #3804 from Janrupf/feature/default-serverPetr Mrázek
Add ability to select a server to join in the instance settings
2021-05-22NOISSUE Add missing license headerJanrupf
2021-05-22NOISSUE Allow joining servers from the servers pageJanrupf
2021-05-22NOISSUE Use minecraft logic for parsing adressesJanrupf
2021-05-22NOISSUE Use Vanilla logic for resolving serversJanrupf
2021-05-22NOISSUE Make LauncherPart aware of server to joinJanrupf
2021-05-22NOISSUE Resolve minecraft server using DNS SRVJanrupf
2021-05-22NOISSUE Add server launch argumentsJanrupf
2021-05-22NOISSUE Fix new Oracle Java Detection on WindowsPhilip T
Those were changed with Java 9 https://docs.oracle.com/javase/9/install/installation-jdk-and-jre-microsoft-windows-platforms.htm#JSJIG-GUID-47C269A3-5220-412F-9E31-4B8C37A82BFB
2021-05-22NOISSUE Register settings for setting a serverJanrupf
2021-05-15Merge pull request #3735 from kumquat-ir/developPetr Mrázek
NOISSUE Parse META-INF/mods.toml for Forge 1.14+ mod metadata
2021-05-15Merge pull request #3787 from JoelTroch/feature/gh-3450Petr Mrázek
GH-3450 Add checkboxes to display and record game time
2021-05-15Merge pull request #3729 from jamierocks/atl-loader-targetsPetr Mrázek
Various ATLauncher improvements and bug fixes
2021-05-13GH-3450 Add checkboxes to display and record game timeJoël Troch
2021-05-06GH-3764 Only install client mods for ATLauncher packsJamie Mansfield
2021-04-29NOISSUE stop relying on forge servers for old FML libsPetr Mrázek
2021-04-17reimplement parsing logic for tomlc99kumquat-ir
2021-04-17switch to new toml librarykumquat-ir
2021-04-16replace ${file.jarVersion} with something usefulkumquat-ir
2021-04-16parse META-INF/mods.toml for metadatakumquat-ir
2021-04-16NOISSUE Support Fabric modpacks on ATLauncherJamie Mansfield
Annoyingly the metadata structure is loader dependent :(
2021-04-16NOISSUE Emit failure on failure conditionsJamie Mansfield
The 'Installing modpack' dialog will no longer stay open forever, even though the installation has failed.
2021-04-16NOISSUE Support custom,latest,recommended loader versions for ATLJamie Mansfield
This provides support for modpacks using the new loader mechanism in ATLauncher and using a non-specific version target.
2021-04-08Merge pull request #3691 from phit/feature/fixcursePetr Mrázek
NOISSUE Curseforge makeover
2021-04-08NOISSUE Fix string formatting issuesJamie Mansfield
This allows translations to have more control over the output :)
2021-04-08GH-3334 Show English variants correctlyJamie Mansfield
This will no longer show 'American English' with the statistics of 'British English', yet show the correct translations - and will now display 'British English'.
2021-04-08NOISSUE Curseforge makeoverphit
update UI to match other modpack platforms add sorting add version selection, fixes GH-3667 add installing beta versions, fixes GH-3611
2021-04-01NOISSUE improve GradleSpecifier and handle broken library namesPetr Mrázek
2021-03-29NOISSUE fix it some more in different filePetr Mrázek