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
8a0027c73a
NOISSUE Add world icons and world icon reset button
2020-08-22 01:34:55 +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
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
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
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
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
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
8ee11b1a8e
GH-2716 do not censor values shorter than 4 in logs
2019-07-01 00:00:34 +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
Petr Mrázek
70ed30f9e6
GH-2591 less std::shared_ptr and more shared_qobject_ptr
...
This eliminates some weird crashes.
2019-04-07 23:59:04 +02:00
Petr Mrázek
0b95d2b03f
NOISSUE fix build
2019-02-19 01:11:54 +01:00
Petr Mrázek
9c82adaee5
GH-2209 Fix sounds in old (pre-1.6) versions
2019-02-19 01:00:03 +01:00
Petr Mrázek
e4599ee2d1
NOISSUE fix builds?
2019-01-30 01:12:21 +01:00
Petr Mrázek
62c9fcdc6c
NOISSUE first step towards having game options management
2019-01-30 00:35:24 +01:00
Petr Mrázek
c1ea42d3d9
Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into develop
2019-01-17 00:51:54 +01:00
AppleTheGolden
437dec91f9
Update Copyright Year
2019-01-16 21:14:24 +01:00
Petr Mrázek
7436c94976
NOISSUE Replace Quality with Completeness in language widget
...
Completeness does no imply quality.
2019-01-14 01:36:04 +01:00
Petr Mrázek
075e173fbd
NOISSUE fix build
2018-12-12 00:05:53 +01:00
Petr Mrázek
3fe9165201
NOISSUE fix logging for gametype
2018-12-11 23:54:29 +01:00
Petr Mrázek
13b293dd65
GH-2374 fix missing alternating backgrounds in worlds, add gametype column
2018-12-11 23:53:14 +01:00
Petr Mrázek
3018310be3
NOISSUE fix typo
2018-12-06 00:36:31 +01:00
Petr Mrázek
f111d1bc0c
GH-2483 fix minor issue while checking for missing local files
2018-12-06 00:33:49 +01:00
Petr Mrázek
0ee915200b
GH-2478 fix jarmods being detected as missing
2018-11-26 09:57:51 +01:00
Petr Mrázek
9eb456336d
NOISSUE fix unit tests
2018-11-26 03:22:20 +01:00
Petr Mrázek
3f6aecf5a2
GH-2475 fix reporting missing local libraries on launch
2018-11-26 03:06:58 +01:00
Petr Mrázek
33a7cc1890
NOISSUE fix up mod installation and add a lot of logging for it
2018-11-21 00:29:41 +01:00
Petr Mrázek
a8e77f0ecc
NOISSUE remove some nonsense and dead code
2018-11-15 00:36:47 +01:00
Petr Mrázek
5603133822
GH-2384 when adding mods with the same filename, rotate the files
...
Current will be disabled and renamed to '$name-old'.
Old one, if present, will be removed.
2018-11-12 02:39:52 +01:00
Petr Mrázek
47b1f9a860
NOISSUE fix up unit test for the changed Library behavior
...
No more fallback for local libraries. They must be in the instance, always.
2018-11-12 02:02:07 +01:00