Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-25 | NOISSUE Flatten gui and logic libraries into MultiMC | Petr Mrázek | |
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-05-22 | NOISSUE Allow joining servers from the servers page | Janrupf | |
2021-05-22 | NOISSUE Resolve minecraft server using DNS SRV | Janrupf | |
2021-04-17 | switch to new toml library | kumquat-ir | |
2021-04-16 | parse META-INF/mods.toml for metadata | kumquat-ir | |
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-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-07 | GH-405 ATLauncher Support | Jamie Mansfield | |
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. | |||
2020-10-13 | GH-469 Implement support for importing and searching for Technic Platform ↵ | kb1000 | |
and Solder modpacks This does not support any custom modpack.jar for 1.6 or newer, it simply uses standard Forge then. Supports Forge and Fabric, and JAR mods for 1.5 and older. | |||
2020-10-11 | NOISSUE basic code for downloading JREs from Mojang | Petr Mrázek | |
Not integrated yet, but the logic has tests and shouldn't be too shaky. Integration comes next. | |||
2020-08-21 | NOISSUE attempt to fix build on macOS | Petr Mrázek | |
2020-08-21 | GH-3095 New FTB platform support | Jamie Mansfield | |
Models are based on the models from my go-modpacksch library. License: ======== The MIT License (MIT) Copyright (c) Jamie Mansfield <https://www.jamiemansfield.me/> Copyright (c) contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |||
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-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. | |||
2019-11-18 | GH-2859 remove twitch page and modpack import from URL | Petr Mrázek | |
The functionality was broken, beyond repair and an ongoing maintenance nightmare. | |||
2019-11-03 | NOISSUE put legacy FTB support in a namespace, fix its base URL | Petr Mrázek | |
2019-08-04 | NOISSUE fix listing of mods in log, improve display with unicode | Petr Mrázek | |
2019-08-04 | NOISSUE asynchronous, parallel mod folder listing and mod resolving | Petr Mrázek | |
2019-06-27 | NOISSUE add silly twitch URL and CCIP resolving page to 'add instance' | Petr Mrázek | |
It needs a few more steps and it will handle all kinds of twitch packs. | |||
2019-05-31 | NOISSUE improve icon handling while importing and exporting instances | Petr Mrázek | |
Now it handles formats other than png. | |||
2019-02-19 | GH-2209 Fix sounds in old (pre-1.6) versions | Petr Mrázek | |
2019-01-30 | NOISSUE first step towards having game options management | Petr Mrázek | |
2019-01-02 | NOISSUE hotloading of translations and use of local PO files | Petr Mrázek | |
The hotloading is still inefficient | |||
2018-11-15 | NOISSUE remove some nonsense and dead code | Petr Mrázek | |
2018-08-02 | NOISSUE FTB pack code implementation, cleaned up | Jannis Lübke | |
2018-07-28 | NOISSUE squish. | Petr Mrázek | |
2018-07-28 | NOISSUE simplify. | Petr Mrázek | |
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-07-15 | NOISSUE separate new mods model from the simple one | Petr Mrázek | |
It should list mods in various locations... | |||
2018-06-02 | GH-2291 Fix build with Qt 5.11+ | Sergey Shatunov | |
2018-04-02 | NOISSUE Added FTB Pack logos to chooser and fixed some missing includes | Janrupf | |
2018-03-27 | NOISSUE redo new instance dialog | Petr Mrázek | |
2018-03-16 | NOISSUE move modpack platform related files to 'modplatform' subfolders | Petr Mrázek | |
2018-02-28 | Added FTB pack selection ad download, WIP | Janrupf | |
2018-01-27 | NOISSUE do not install .a files for shared libraries on Windows | Petr Mrázek | |
2018-01-27 | NOISSUE rearrange build system | Petr Mrázek | |
* Added install commands to the libraries instead of force installing files * Most of the application cmake stuff moved to top level * RPATH should now be set/cleared correctly * Contains a fix for GH-1780 | |||
2017-12-03 | GH-2026 implement changes necessary to support 1.13 snapshots | Petr Mrázek | |
2017-11-17 | NOISSUE split out the LaunchProfile out of the ComponentList | Petr Mrázek | |
2017-11-04 | NOISSUE rename MinecraftProfile to ComponentList | Petr Mrázek | |
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug. | |||
2017-09-27 | NOISSUE use classparser for importing Legacy instances with undecided ↵ | Petr Mrázek | |
Minecraft versions | |||
2017-09-26 | NOISSUE implement LEgacy instance migration | Petr Mrázek | |
2017-09-20 | NOISSUE more work on Legacy migration | Petr Mrázek | |
2017-09-17 | NOISSUE Add back Legacy for migration purposes | Petr Mrázek | |
2017-09-09 | NOISSUE merging of strategy into profile, onesix into minecraft | Petr Mrázek | |
2017-09-09 | NOISSUE Remove Legacy support | Petr Mrázek | |