Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-23 | NOISSUE Fail launch if minimum Java requirement is not met | Jamie 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-23 | NOISSUE Check mod and config checksums for ATLauncher | Jamie Mansfield | |
2021-06-22 | Merge pull request #3819 from jamierocks/atl-optional-mods | Petr Mrázek | |
NOISSUE Support ATLauncher optional mods | |||
2021-06-22 | Add detection of manually installed JDKs in /opt | Colbie Dison | |
2021-06-21 | NOISSUE Support mod grouping and dependencies | Jamie Mansfield | |
2021-06-21 | NOISSUE Support ATLauncher optional mods | Jamie Mansfield | |
2021-06-19 | GH-2971 Brand mod model for resource/texture pack pages | Jamie Mansfield | |
2021-06-18 | NOISSUE Don't translate logged entries | Jamie Mansfield | |
2021-06-18 | NOISSUE Add BellSoft and Azul Java | phit | |
2021-06-18 | NOISSUE Cleanup duplication and Microsoft JDK | phit | |
2021-06-18 | NOISSUE Add AdoptOpenJDK Java detection | phit | |
2021-06-09 | NOISSUE Support CurseForge modpacks using Fabric Loader | Jamie Mansfield | |
2021-06-03 | NOISSUE Fail pack installation for download errors for FTB | Jamie Mansfield | |
This effectively reverts the changes made in [1] to resolve GH-3304. [1] 05ffcf706bff92bdc48f3063d6a64508f8b7674c | |||
2021-05-24 | Merge pull request #3804 from Janrupf/feature/default-server | Petr Mrázek | |
Add ability to select a server to join in the instance settings | |||
2021-05-22 | NOISSUE Add missing license header | Janrupf | |
2021-05-22 | NOISSUE Allow joining servers from the servers page | Janrupf | |
2021-05-22 | NOISSUE Use minecraft logic for parsing adresses | Janrupf | |
2021-05-22 | NOISSUE Use Vanilla logic for resolving servers | Janrupf | |
2021-05-22 | NOISSUE Make LauncherPart aware of server to join | Janrupf | |
2021-05-22 | NOISSUE Resolve minecraft server using DNS SRV | Janrupf | |
2021-05-22 | NOISSUE Add server launch arguments | Janrupf | |
2021-05-22 | NOISSUE Fix new Oracle Java Detection on Windows | Philip 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-22 | NOISSUE Register settings for setting a server | Janrupf | |
2021-05-15 | Merge pull request #3735 from kumquat-ir/develop | Petr Mrázek | |
NOISSUE Parse META-INF/mods.toml for Forge 1.14+ mod metadata | |||
2021-05-15 | Merge pull request #3787 from JoelTroch/feature/gh-3450 | Petr Mrázek | |
GH-3450 Add checkboxes to display and record game time | |||
2021-05-15 | Merge pull request #3729 from jamierocks/atl-loader-targets | Petr Mrázek | |
Various ATLauncher improvements and bug fixes | |||
2021-05-13 | GH-3450 Add checkboxes to display and record game time | Joël Troch | |
2021-05-06 | GH-3764 Only install client mods for ATLauncher packs | Jamie Mansfield | |
2021-04-29 | NOISSUE stop relying on forge servers for old FML libs | Petr Mrázek | |
2021-04-17 | reimplement parsing logic for tomlc99 | kumquat-ir | |
2021-04-17 | switch to new toml library | kumquat-ir | |
2021-04-16 | replace ${file.jarVersion} with something useful | kumquat-ir | |
2021-04-16 | parse META-INF/mods.toml for metadata | kumquat-ir | |
2021-04-16 | NOISSUE Support Fabric modpacks on ATLauncher | Jamie Mansfield | |
Annoyingly the metadata structure is loader dependent :( | |||
2021-04-16 | NOISSUE Emit failure on failure conditions | Jamie Mansfield | |
The 'Installing modpack' dialog will no longer stay open forever, even though the installation has failed. | |||
2021-04-16 | NOISSUE Support custom,latest,recommended loader versions for ATL | Jamie Mansfield | |
This provides support for modpacks using the new loader mechanism in ATLauncher and using a non-specific version target. | |||
2021-04-08 | Merge pull request #3691 from phit/feature/fixcurse | Petr Mrázek | |
NOISSUE Curseforge makeover | |||
2021-04-08 | NOISSUE Fix string formatting issues | Jamie Mansfield | |
This allows translations to have more control over the output :) | |||
2021-04-08 | GH-3334 Show English variants correctly | Jamie 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-08 | NOISSUE Curseforge makeover | phit | |
update UI to match other modpack platforms add sorting add version selection, fixes GH-3667 add installing beta versions, fixes GH-3611 | |||
2021-04-01 | NOISSUE improve GradleSpecifier and handle broken library names | Petr Mrázek | |
2021-03-29 | NOISSUE fix it some more in different file | Petr Mrázek | |
2021-03-29 | NOISSUE fix build issue with QJsonValueRef on macOS 11 | Petr Mrázek | |
This will remove support for macOS 10.7 and 10.8, but their numbers in analytics are 0 | |||
2021-03-26 | NOISSUE fix build - missing includes in RWStorage.h | Petr Mrázek | |
2021-03-26 | Merge pull request #3682 from kb-1000/rename-twitch-curseforge | Petr Mrázek | |
NOISSUE rename Twitch to flame internally for consistency and to CurseForge for user displayed strings | |||
2021-03-24 | NOISSUE rename Twitch to flame internally for consistency and to CurseForge ↵ | kb1000 | |
for user displayed strings | |||
2021-03-23 | NOISSUE print information about whether the system GLFW or OpenAL ↵ | kb1000 | |
workarounds are active to the instance log | |||
2021-03-10 | GH-3467 fix stall-out in ScanModFolders when the folders don't exist | Petr Mrázek | |
2021-03-10 | GH-3602 Create .minecraft before running pre-launch commands | Petr Mrázek | |
2021-02-25 | NOISSUE Install jarmods for modpacks.ch | Jamie Mansfield | |
This patch will now install any jarmods from modpacks.ch packs, searching the 'jarmods' directory to find them. |