Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
This is not particularly interesting for non-developers.
Also includes some internal restructuring of URL constants in general.
|
|
Fix Fabric loader error messages being reused for intermediary mappings
|
|
Minor: Render the skin overlay in SkinUtils
|
|
|
|
|
|
|
|
It's not just components, so the naming needed cleaning up.
|
|
|
|
This makes the lazy loading of the paginated search results
actually work.
|
|
Allow compiling MultiMC using Qt builds without accessibility again
|
|
|
|
Update BUILD.md
|
|
fix: add support for args with spaces to MultiMC::messageReceived()
|
|
Clarify WSL error messages
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Previously, when the main instance of MultiMC would receive an `import`
or `launch` message from another instance, it would split the message on
each space, and only read the first word of the argument (zip path/URL
or instance ID). This commit fixes that problem by sectioning the
message string instead.
|
|
|
|
|
|
|
|
|
|
-Wrange-loop-construct triggers this error in clang
|
|
Fix macOS build instructions so that git submodule commands succeed
|
|
Try searching for 'craft'. Now it gives ALL the results, not just
the first page of 25.
|
|
|
|
|
|
|
|
|
|
|
|
This is done by adding library-like objects into the `mavenFiles`
list in version JSONs.
|
|
|
|
|
|
instructions
|
|
Tweak GenericName for Linux desktop entry
|
|
|
|
|
|
When specified, opens the "Import from zip" dialog as soon as the main
window is shown, with the URL field prefilled with the argument given to
the option.
Closes #2998
|
|
This commit enhances the IPC message system and adds a new IPC command
in order to allow secondary MultiMC processes that were started by
executing MultiMC with the `--import` command-line option to tell the
main MutliMC process to open the "Import from zip" dialog window and
prefill the URL field with the specified URL.
|
|
|
|
|
|
|
|
When specified, opens the "Import from zip" dialog as soon as the main
window is shown, with the URL field prefilled with the argument given to
the option.
Closes #2998
|
|
|