aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Collapse)Author
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
2021-03-29NOISSUE fix build issue with QJsonValueRef on macOS 11Petr Mrázek
This will remove support for macOS 10.7 and 10.8, but their numbers in analytics are 0
2021-03-26NOISSUE fix build - missing includes in RWStorage.hPetr Mrázek
2021-03-26Merge pull request #3682 from kb-1000/rename-twitch-curseforgePetr Mrázek
NOISSUE rename Twitch to flame internally for consistency and to CurseForge for user displayed strings
2021-03-24NOISSUE rename Twitch to flame internally for consistency and to CurseForge ↵kb1000
for user displayed strings
2021-03-23NOISSUE print information about whether the system GLFW or OpenAL ↵kb1000
workarounds are active to the instance log
2021-03-10GH-3467 fix stall-out in ScanModFolders when the folders don't existPetr Mrázek
2021-03-10GH-3602 Create .minecraft before running pre-launch commandsPetr Mrázek
2021-02-25NOISSUE Install jarmods for modpacks.chJamie Mansfield
This patch will now install any jarmods from modpacks.ch packs, searching the 'jarmods' directory to find them.