Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-25 | NOISSUE bulk addition of code from Katabasis | Petr Mrázek | |
2021-07-22 | NOISSUE Disable Install Forge button on 1.17 (and above) | Jamie Mansfield | |
It appears that Minecraft Forge for Minecraft 1.17 will require setting JVM arguments to operate, this is not currently possible with MultiMC's meta. Therefore, when Forge for 1.17 is released a solution will need to be looked into. | |||
2021-07-22 | Added total playtime | Leland Liu | |
2021-07-22 | Merge pull request #3728 from jamierocks/sort-languages | Petr Mrázek | |
NOISSUE Sort languages alphabetically by their key | |||
2021-07-13 | GH-3930 Track duration of previous game sessions | Jamie Mansfield | |
2021-07-13 | NOISSUE Specify Imgur client ID at build time | Jamie Mansfield | |
2021-07-13 | NOISSUE Use constants for user agents | Jamie 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-06 | GH-1949 Allow ATLauncher pack downloads to be aborted | Jamie Mansfield | |
2021-07-06 | GH-1949 Allow Technic pack downloads to be aborted | Jamie Mansfield | |
This supports both 'single zip' modpacks and Solder packs, through the Technic mod platform page. | |||
2021-07-06 | GH-1949 Allow modpacks.ch pack downloads to be aborted | Jamie Mansfield | |
2021-07-06 | GH-1949 Allow Legacy FTB pack downloads to be aborted | Jamie Mansfield | |
It looks like this was just an mistake when implementing support for legacy FTB. | |||
2021-06-30 | NOISSUE Fix detection for 32-bit Azul or Bellsoft Java | Jamie Mansfield | |
Co-authored-by: Pedro Cunha <pedroagracio@gmail.com> | |||
2021-06-28 | NOISSUE Cache file downloads for modpacks.ch | Jamie Mansfield | |
2021-06-28 | NOISSUE Verify file checksums for modpacks.ch | Jamie Mansfield | |
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. |