Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | GH-3930 Track duration of previous game sessions | 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-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-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 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-13 | GH-3450 Add checkboxes to display and record game time | Joël Troch | |
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-01 | NOISSUE improve GradleSpecifier and handle broken library names | Petr Mrázek | |
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-11 | NOISSUE implement deleting skins | Petr Mrázek | |
2021-02-10 | GH-3130 fix uploading skins by using the new skins endpoint | Petr Mrázek | |
2021-02-09 | NOISSUE fix multiple issues in ATLauncher integration | Petr Mrázek | |
2021-02-07 | GH-405 ATLauncher Support | Jamie Mansfield | |
2021-02-07 | Merge pull request #3538 from Scotsguy/develop | Petr Mrázek | |
NOISSUE Update Copyright Year | |||
2021-02-06 | Fix catching polymorphic type by value error | Christopher Hasse | |
fixes #3579 | |||
2021-02-06 | GH-3229 fix copy seed button not working for newer worlds | Petr Mrázek | |
Added the `optional-bare` library and refactored NBT reading code to support this change. | |||
2021-01-18 | NOISSUE Update Copyright Year | AppleTheGolden | |
2020-09-10 | NOISSUE add a way to use native system versions of OpenAL and GLFW | Petr Mrázek | |
If your OS comes with patched/fixed/newer versions of those, you can now check the checkboxes and stop using the old ones shipped by Mojang. | |||
2020-08-22 | NOISSUE Add world icons and world icon reset button | Petr Mrázek | |
2020-07-18 | GH-3234 Add support for custom meta URLs at build time | Petr Mrázek | |
This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general. | |||
2020-06-28 | NOISSUE fix a bunch of valgrind errors | Petr Mrázek | |
2020-06-27 | NOISSUE rename ComponentList to PackProfile | Petr Mrázek | |
It's not just components, so the naming needed cleaning up. | |||
2020-05-19 | Remove some old forge hacks | Petr Mrázek | |
Forge apparently removed all `.pack.xz` files without warning. It broke a bunch of stuff, as always. But it also means we don't need some ugly code anymore. This is removed: - Support for 'forge-pack-xz' and the forge-specific file download compression. - The pack200 library we no longer need. This stays: - The LZMA decompression library - we may still want to use it. | |||
2020-03-27 | GH-2544 allow adding files to `libraries` without affecting classpath | Petr Mrázek | |
This is done by adding library-like objects into the `mavenFiles` list in version JSONs. | |||
2020-03-26 | NOISSUE no means no, #2 | Petr Mrázek | |
2020-03-26 | NOISSUE no means no. | Petr Mrázek | |
2020-01-08 | GH-2819 mod list filter now also looks at descriptions and authors | Petr Mrázek | |
2020-01-08 | NOISSUE Do not crash when dependencies are customized and conflict | Petr Mrázek | |
2019-08-05 | NOISSUE do not lose selection on mod enable/disable toggle | Petr Mrázek | |
2019-08-04 | GH-988 add ability to toggle mods with keyboard | Petr Mrázek | |
2019-08-04 | GH-2785 fix crash caused by starting multiple mod folder update tasks | Petr Mrázek | |
2019-08-04 | NOISSUE fix listing of mods in log, improve display with unicode | Petr Mrázek | |
2019-08-04 | NOISSUE fix build on linux | Petr Mrázek | |
2019-08-04 | NOISSUE asynchronous, parallel mod folder listing and mod resolving | Petr Mrázek | |
2019-08-03 | NOISSUE refactor Mod a bunch, get rid of dead code | Petr Mrázek | |
2019-08-03 | NOISSUE remove dependency of legacy mod list on the Mod class | Petr Mrázek | |