Janrupf
d97f13b4aa
NOISSUE Use Vanilla logic for resolving servers
2021-05-22 17:00:14 +02:00
Janrupf
0ccd7223fd
NOISSUE Make LauncherPart aware of server to join
2021-05-22 16:33:16 +02:00
Janrupf
23a706bbae
NOISSUE Resolve minecraft server using DNS SRV
2021-05-22 16:14:25 +02:00
Janrupf
cc6cd0648a
NOISSUE Add server launch arguments
2021-05-22 13:54:34 +02:00
Janrupf
f0eb5b4a0c
NOISSUE Register settings for setting a server
2021-05-22 13:28:23 +02:00
Petr Mrázek
911074e966
Merge pull request #3735 from kumquat-ir/develop
...
NOISSUE Parse META-INF/mods.toml for Forge 1.14+ mod metadata
2021-05-15 00:36:46 +02:00
Joël Troch
de089195cd
GH-3450 Add checkboxes to display and record game time
2021-05-13 19:38:24 +02:00
Petr Mrázek
a09d03d71d
NOISSUE stop relying on forge servers for old FML libs
2021-04-29 02:32:21 +02:00
kumquat-ir
e2e5294fb9
reimplement parsing logic for tomlc99
2021-04-17 10:33:45 -07:00
kumquat-ir
e668aa0f95
switch to new toml library
2021-04-17 09:46:11 -07:00
kumquat-ir
13afad80fb
replace ${file.jarVersion} with something useful
2021-04-16 17:45:55 -07:00
kumquat-ir
7156e086f6
parse META-INF/mods.toml for metadata
2021-04-16 13:33:56 -07:00
Petr Mrázek
7246d8a779
NOISSUE improve GradleSpecifier and handle broken library names
2021-04-01 03:50:28 +02: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
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
13a7f8d3b7
NOISSUE fix multiple issues in ATLauncher integration
2021-02-09 05:04:23 +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
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
AppleTheGolden
0de064eb35
NOISSUE Update Copyright Year
2021-01-18 08:28:54 +01: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
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