Petr Mrázek
fbe9d15875
NOISSUE fix it some more in different file
2021-03-29 22:03:52 +02:00
Petr Mrázek
094ed0bc81
NOISSUE fix build issue with QJsonValueRef on macOS 11
...
This will remove support for macOS 10.7 and 10.8, but their numbers in analytics are 0
2021-03-29 21:51:28 +02:00
Petr Mrázek
73af0f271a
NOISSUE fix build - missing includes in RWStorage.h
2021-03-26 01:48:37 +01:00
Petr Mrázek
369a243f1f
Merge pull request #3682 from kb-1000/rename-twitch-curseforge
...
NOISSUE rename Twitch to flame internally for consistency and to CurseForge for user displayed strings
2021-03-26 00:38:58 +00:00
kb1000
a0cb1a0d42
NOISSUE rename Twitch to flame internally for consistency and to CurseForge for user displayed strings
2021-03-24 00:59:43 +01:00
kb1000
9d7ba275ab
NOISSUE print information about whether the system GLFW or OpenAL workarounds are active to the instance log
2021-03-23 22:57:39 +01:00
Petr Mrázek
84c673c5ba
GH-3467 fix stall-out in ScanModFolders when the folders don't exist
2021-03-10 03:58:24 +01:00
Petr Mrázek
0c98589a7f
GH-3602 Create .minecraft before running pre-launch commands
2021-03-10 03:58:24 +01:00
Jamie Mansfield
9c69b0cdde
NOISSUE Install jarmods for modpacks.ch
...
This patch will now install any jarmods from modpacks.ch packs,
searching the 'jarmods' directory to find them.
2021-02-25 14:43:04 +00:00
Jamie Mansfield
9d91cd496f
NOISSUE Download all mods before writing the instance for modpacks.ch
...
This is prepatory work for implementing jarmods support for
modpacks.ch, where we will need to look through files in a directory -
which would require that those files are present at such time.
This might even fix some weird bugs, maybe - I've not encountered any
bugs from how this previously worked, but I feel that what's going on
is slightly clearer now.
2021-02-25 14:34:51 +00:00
Jamie Mansfield
384680ca13
NOISSUE Support Fabric mod loader for modpacks.ch
...
There aren't any (currently) packs on modpacks.ch that use Fabric, but
they do have support in their modpacklauncher. This patch just means
we preemptively have support should any packs that require it be
introduced.
2021-02-25 13:55:26 +00:00
Petr Mrázek
1edcd9b86e
NOISSUE implement deleting skins
2021-02-11 02:23:00 +01:00
Petr Mrázek
6b3b7ded2d
GH-3130 fix uploading skins by using the new skins endpoint
2021-02-10 03:32:17 +01:00
Petr Mrázek
7265abf763
NOISSUE sprinkle suspendSave all over pack import tasks
2021-02-09 22:46:51 +01:00
Petr Mrázek
13a7f8d3b7
NOISSUE fix multiple issues in ATLauncher integration
2021-02-09 05:04:23 +01:00
Petr Mrázek
434369ca7c
NOISSUE tweak ATLauncher pack cache names to avoid filesystem issues
2021-02-08 02:23:35 +01:00
Petr Mrázek
c54d922f26
NOISSUE and fix one more build fail
2021-02-07 23:54:29 +01:00
Petr Mrázek
85d5e9ff23
NOISSUE fix some build fails on linux and windows
2021-02-07 23:51:10 +01:00
Jamie Mansfield
ab19b86341
GH-405 ATLauncher Support
2021-02-07 23:30:24 +01:00
Petr Mrázek
1cf60a01d5
Merge pull request #3538 from Scotsguy/develop
...
NOISSUE Update Copyright Year
2021-02-07 02:23:31 +01:00
Christopher Hasse
047546c59e
Fix catching polymorphic type by value error
...
fixes #3579
2021-02-06 18:55:44 -06:00
Petr Mrázek
75c14990e5
Merge pull request #3580 from kb-1000/remove-proxy-auth-from-log
...
NOISSUE Remove proxy user and password from the MultiMC log
2021-02-06 20:47:56 +01:00
kb1000
71bb50f64c
NOISSUE Remove proxy user and password from the MultiMC log
2021-02-06 20:16:04 +01:00
Petr Mrázek
1868e0ccf1
GH-3229 fix copy seed button not working for newer worlds
...
Added the `optional-bare` library and refactored NBT reading
code to support this change.
2021-02-06 15:58:03 +01:00
kb1000
df2b9adc1e
Fix up 1.7.10 forge versions for Technic platform import by removing -1.7.10 suffix
2021-01-29 10:18:33 +01:00
AppleTheGolden
0de064eb35
NOISSUE Update Copyright Year
2021-01-18 08:28:54 +01:00
Jamie Mansfield
b8c6a42f49
NOISSUE Add sorting options to FTB pack install page
2020-11-29 13:46:14 +00:00
Jamie Mansfield
edfea9894e
NOISSUE Cleanup Technic support
2020-11-13 16:38:18 +00:00
Jamie Mansfield
fd1a8f039a
GH-3437 Extract Technic single zip packs to correct place
2020-11-13 16:33:52 +00:00
Petr Mrázek
4197ae0128
NOISSUE remove obsolete TODO comment from SolderPackInstallTask
2020-10-13 22:20:28 +02:00
Petr Mrázek
4689571c24
NOISSUE fix build: QTemporaryDir::filePath was added in Qt 5.9
2020-10-13 22:01:01 +02:00
kb1000
8021fb25d0
GH-469 Implement support for importing and searching for Technic Platform 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-13 21:34:16 +02:00
Petr Mrázek
762ddaea65
Merge pull request #3372 from jamierocks/ftb-data-temp-fix
...
GH-3304 Temporarily ignore download failures for FTB packs
2020-10-12 01:36:56 +02:00
Jamie Mansfield
05ffcf706b
GH-3304 Temporarily ignore download failures for FTB packs
...
This is a temporary measure, to match FTB's own installer, to allow
packs to download while FTB work on fixing the data from their API.
2020-10-12 00:28:05 +01:00
Petr Mrázek
dded11004f
NOISSUE adapt to work on Windows, fix reading symlink targets on POSIX
2020-10-12 01:01:51 +02:00
Petr Mrázek
f1284ab96b
NOISSUE just eliminate QCOMPARE. it doesn't work at all.
2020-10-11 23:50:36 +02:00
Petr Mrázek
3aca4cbe20
NOISSUE tweak QCOMPARE vs QVERIFY
...
... the Qt test framework is annoyingly complicated and brittle.
... it may have to be replaced with something more reliable.
2020-10-11 23:45:41 +02:00
Petr Mrázek
015c34bb38
NOISSUE dis-ambiguate call to ensureBoolean in PackageManifest
2020-10-11 23:32:57 +02:00
Petr Mrázek
a49472349d
NOISSUE fix constructing Path from iterators
...
Old Qt doesn't have the iterator-based constructors...
2020-10-11 23:28:38 +02:00
Petr Mrázek
0946c7c138
NOISSUE basic code for downloading JREs from Mojang
...
Not integrated yet, but the logic has tests and shouldn't
be too shaky. Integration comes next.
2020-10-11 23:20:35 +02:00
Petr Mrázek
5180536cc3
NOISSUE add a way to use native system versions of OpenAL and GLFW
...
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-09-10 23:10:17 +02:00
Petr Mrázek
27e43d037e
NOISSUE remove translations from CheckJava launch step
2020-09-07 22:33:57 +02:00
Petr Mrázek
feae420450
NOISSUE add 'java.vendor' to the checker and display/log the value
2020-09-07 22:28:41 +02:00
Petr Mrázek
8a0027c73a
NOISSUE Add world icons and world icon reset button
2020-08-22 01:34:55 +02:00
Petr Mrázek
c6c9feb3a2
NOISSUE attempt to fix build on macOS
2020-08-21 02:40:19 +02:00
Jamie Mansfield
b0f5f4cb13
GH-3095 New FTB platform support
...
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-08-21 02:24:29 +02:00
Petr Mrázek
e7f373496e
GH-3234 Add support for custom meta URLs at build time
...
This is not particularly interesting for non-developers.
Also includes some internal restructuring of URL constants in general.
2020-07-18 16:22:05 +02:00
Bowser65
155f4f7471
NOISSUE render the skin overlay in SkinUtils
2020-07-12 19:36:40 +02:00
Petr Mrázek
cd57e354fe
NOISSUE fix a bunch of valgrind errors
2020-06-28 13:25:53 +02:00
Petr Mrázek
a0ef20a264
NOISSUE rename ComponentList to PackProfile
...
It's not just components, so the naming needed cleaning up.
2020-06-27 12:02:31 +02:00
Petr Mrázek
e7f79c9076
Remove some old forge hacks
...
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-05-19 15:13:16 +02:00
John C. Allwein
5c921589f1
NOISSUE fix compiling of api/logic/Version.cpp
...
-Wrange-loop-construct triggers this error in clang
2020-04-19 14:36:42 -04:00
Petr Mrázek
3ff93a4216
NOISSUE Bare-bones twitch pack browser
2020-04-01 00:44:24 +02:00
Petr Mrázek
0281845fc8
GH-2544 allow adding files to libraries
without affecting classpath
...
This is done by adding library-like objects into the `mavenFiles`
list in version JSONs.
2020-03-27 02:23:15 +01:00
Petr Mrázek
e6cc65cf69
NOISSUE no means no, #2
2020-03-26 10:38:13 +01:00
Petr Mrázek
ebb17cb5f8
NOISSUE no means no.
2020-03-26 03:51:14 +01:00
Petr Mrázek
bc98181ec2
GH-2769 add an option to not copy play time when copying instances
2020-01-09 15:31:32 +01:00
Petr Mrázek
355e5e24da
GH-2819 mod list filter now also looks at descriptions and authors
2020-01-08 21:12:45 +01:00
Petr Mrázek
f413e61cd8
NOISSUE Do not crash when dependencies are customized and conflict
2020-01-08 04:41:47 +01:00
Petr Mrázek
43628556ed
NOISSUE fix comment in Commandline.h
2019-11-26 19:06:45 +01:00
Petr Mrázek
af5120c828
GH-2859 remove twitch page and modpack import from URL
...
The functionality was broken, beyond repair and an ongoing maintenance
nightmare.
2019-11-18 00:38:36 +01:00
Petr Mrázek
47ed2f48d4
NOISSUE put legacy FTB support in a namespace, fix its base URL
2019-11-03 23:48:12 +01:00
Petr Mrázek
1210d3abf1
NOISSUE fix display of european portuguese in language lists
2019-09-27 00:23:03 +02:00
Petr Mrázek
5c0c26cd25
TRANSLATIONS-82 fix typos: resove -> resolve
2019-09-25 22:31:09 +02:00
Petr Mrázek
a35a2e877e
NOISSUE remove nonsensical logic related to 'MultiMC.app/' prefixes in update manifests
2019-09-19 01:13:02 +02:00
Petr Mrázek
1747f413b9
GH-851 save, load and use group expansion status
2019-08-20 02:58:27 +02:00
Kaeptm Blaubaer
84e0cb1daa
Escape ; too in instance folder names
2019-08-13 07:39:00 +02:00
Petr Mrázek
c291946d2a
NOISSUE do not lose selection on mod enable/disable toggle
2019-08-05 00:46:59 +02:00
Petr Mrázek
4ed67413ac
GH-988 add ability to toggle mods with keyboard
2019-08-04 21:13:50 +02:00
Petr Mrázek
b75ba53d4b
GH-2785 fix crash caused by starting multiple mod folder update tasks
2019-08-04 11:12:19 +02:00
Petr Mrázek
ce4a55bc3b
NOISSUE fix listing of mods in log, improve display with unicode
2019-08-04 05:08:40 +02:00
Petr Mrázek
6b82e942d0
NOISSUE fix build on linux
2019-08-04 03:39:25 +02:00
Petr Mrázek
a3ffa3d665
NOISSUE asynchronous, parallel mod folder listing and mod resolving
2019-08-04 03:27:53 +02:00
Petr Mrázek
7d13e31198
NOISSUE refactor Mod a bunch, get rid of dead code
2019-08-03 05:30:46 +02:00
Petr Mrázek
40c9af1a8b
NOISSUE remove dependency of legacy mod list on the Mod class
2019-08-03 03:12:48 +02:00
Petr Mrázek
bafcf93eb1
NOISSUE fix bug with drag & drop not working with empty mod list
2019-07-31 01:27:35 +02:00
Petr Mrázek
d6c6653872
NOISSUE Add basic accessibility support to GroupView
2019-07-22 01:40:52 +02:00
Petr Mrázek
6fde775b90
NOISSUE Show Version page while the instancer is running.
...
All controls are disabled.
2019-07-15 23:16:34 +02:00
Petr Mrázek
80b3efff11
NOISSUE Do not hide mods list pages when the instance is running.
...
Instead, disable (most of) the controls.
2019-07-15 01:07:21 +02:00
Petr Mrázek
b9d4293552
NOISSUE update component buttons some more when the versions change
2019-07-11 01:01:47 +02:00
Petr Mrázek
725ec35635
NOISSUE recognize curseforge URLs dropped on top of MultiMC
2019-07-09 22:04:52 +02:00
Petr Mrázek
8ee11b1a8e
GH-2716 do not censor values shorter than 4 in logs
2019-07-01 00:00:34 +02:00
Petr Mrázek
63330bf111
NOISSUE connect twitch URL resolving to modpack resolving. works now.
2019-06-30 11:03:59 +02:00
Petr Mrázek
fde43c993e
NOISSUE add silly twitch URL and CCIP resolving page to 'add instance'
...
It needs a few more steps and it will handle all kinds of twitch packs.
2019-06-27 03:20:11 +02:00
Petr Mrázek
34611c00e3
Merge branch 'feature/update_translation_fix' into develop
2019-06-25 23:41:16 +02:00
Petr Mrázek
75ddbc8851
Merge pull request #2705 from Janrupf/feature/fix_external_deletion_interaction
...
GH-2515 Save instance ID before display dialog
2019-06-23 21:31:56 +02:00
Petr Mrázek
2f1d31cf43
Merge pull request #2706 from Janrupf/feature/fix_hashtag_in_notes
...
Feature/fix hashtag in notes
2019-06-23 21:19:10 +02:00
janrupf
b5a16935b7
NOISSUE Renaming for better understanding
2019-06-23 14:54:17 +02:00
janrupf
320637e8dc
GH-1701 Check job size for translation
2019-06-22 01:54:08 +02:00
janrupf
1ed84eddd5
GH-2515 Save instance ID before display dialog
2019-06-21 23:55:16 +02:00
janrupf
7b52b8689b
NOISSUE Test comment escaping with unit tests
2019-06-21 23:46:54 +02:00
janrupf
d21700ee91
NOISSUE Revert INI parser back to single pass
2019-06-21 23:46:54 +02:00
janrupf
f87c890912
GH-1813 Escape # in INI (and better reader)
2019-06-21 23:46:54 +02:00
janrupf
306b98edac
GH-2592 Autoselect newly created instances
2019-06-21 22:38:26 +02:00
janrupf
c1953739d9
NOISSUE Don't append .disabled to string
2019-06-17 15:49:26 +02:00
Petr Mrázek
e8bf9cef24
Merge branch 'develop' of https://github.com/lelandliu/MultiMC5 into develop
2019-06-15 22:47:36 +02:00
Petr Mrázek
6c30076b6c
GH-2639 Add simple fabric loader installation support
2019-06-15 21:25:23 +02:00
asie
d251097545
fix author name parsing
2019-06-15 16:36:13 +02:00
asie
c35dbd972e
Add Fabric mod JSON parsing support
2019-06-15 13:54:20 +02:00
Leland Liu
0c5d121452
Fixed adding a disabled duplicate
2019-06-14 15:48:24 -04:00