Commit Graph

81 Commits

Author SHA1 Message Date
arthomnix
b8811039f2 NOISSUE Update copyright dates 2023-04-09 14:03:20 +01:00
arthomnix
f756b25993 NOISSUE formatting 2023-04-08 21:00:32 +01:00
arthomnix
724eb76dc4 NOISSUE fix typo 2023-04-08 20:58:13 +01:00
arthomnix
71cf4f8d18 NOISSUE Add support for launching worlds directly via Quick Play 2023-04-08 18:03:20 +01:00
arthomnix
22f82c34bf NOISSUE Add support for joining servers via Quick Play 2023-04-08 10:29:12 +01:00
Petr Mrázek
c1ed09e747 NOISSUE add an interface to pass information to CraftPresence
Specifically, the icon key and instance title.
2023-03-10 19:56:17 +01:00
Petr Mrázek
7354c578fd NOISSUE Move hour formatting for play time to a function 2022-11-20 00:01:21 +01:00
arthomnix
b82d667859 NOISSUE Add setting to display playtime in hours only 2022-11-02 16:11:56 +00:00
xcfrg
346496c3fd
fix: log file extension of mods to clear ambiguity 2022-07-08 23:28:03 -04:00
Petr Mrázek
305157746a NOISSUE Do not log Mojang token response 2022-06-05 00:08:49 +02:00
Petr Mrázek
66c6e6e05d NOISSUE disambiguate Json parsing calls 2022-05-29 04:58:42 +02:00
Jamie Mansfield
78003c5eed
NOISSUE Apply the Minecraft version correctly
It was previously using a deprecated field.
2022-05-17 21:08:31 +01:00
Petr Mrázek
585c93fd7f
Merge pull request #4662 from Scotsguy/develop
NOISSUE Mod metadata parsing for Quilt mods
2022-05-17 21:21:31 +02:00
Jamie Mansfield
a28adf7b62
NOISSUE Match Vanilla launcher for launch arguments 2022-05-17 18:51:19 +01:00
AppleTheGolden
6ce93de8c0
NOISSUE Mod metadata parsing for quilt.mod.json 2022-04-30 11:56:51 +02:00
Petr Mrázek
a8b3d470da
Merge pull request #3760 from kb-1000/quilt
GH-3742 add Install Quilt button
2022-04-23 18:34:52 +02:00
Petr Mrázek
b39410a2c2 GH-4317 Detect forced migration state and show errors for it 2022-04-23 01:31:03 +02:00
Petr Mrázek
edeffef51d NOISSUE fix error string for Xbox authorization failures 2022-03-18 17:59:50 +01:00
kb1000
533cd09057
NOISSUE Rename Quilt intermediary references to hashed 2022-03-16 20:21:30 +01:00
kb1000
b2e18253a1
GH-3742 add Install Quilt button 2022-03-16 20:21:19 +01:00
Jamie Mansfield
cbcd822e44
NOISSUE Add missing licence headers to files I've authoured 2022-02-21 19:38:41 +00:00
Stypox
8b31c638f3
Fix error message
The code is trying to get a string from a json object, and if that fails it should log "is not a string", not "is not a timestamp".
2022-01-22 21:58:32 +01:00
Petr Mrázek
917f8a31e3 NOISSUE log server response when failing to fetch profile 2022-01-16 12:51:42 +01:00
Petr Mrázek
aa770b63fb NOISSUE correctly set http status code in auth reply 2022-01-16 12:46:20 +01:00
Petr Mrázek
86d99f80c3 NOISSUE add some logging to profile fetching failures 2022-01-16 11:43:19 +01:00
Petr Mrázek
9579231ccc NOISSUE fix build and change how NetJob is used
Feed it network upfront...
2021-12-31 05:27:59 +01:00
Petr Mrázek
9cc168c526 NOISSUE fix some OS ifdefs 2021-12-31 00:36:25 +01:00
Petr Mrázek
94fdf13f4a NOISSUE proper fix for missing profile + demo mode 2021-12-30 21:26:29 +01:00
Petr Mrázek
3efcccf334
Merge pull request #4345 from graemeg/freebsd-support
Adds FreeBSD support to MultiMC
2021-12-30 20:00:45 +01:00
Petr Mrázek
a6e59cb4f4 NOISSUE detect when user loses entitlements 2021-12-30 17:19:41 +01:00
Graeme Geldenhuys
f42c3a953c Restore getNativePath() to its original form. 2021-12-28 21:59:24 +00:00
Petr Mrázek
7d047f9223 NOISSE add a shortcut to the loaders mods to main window 2021-12-12 22:39:25 +01:00
Graeme Geldenhuys
fce98f5e16 Fixes compilation error expanding from macro 'major'. 2021-12-12 11:45:58 +00:00
Graeme Geldenhuys
7179e75e70 Changes required to support FreeBSD 2021-12-12 11:39:36 +00:00
Petr Mrázek
dba4c452e0 NOISSUE account tweaks 2021-12-08 01:22:57 +01:00
Petr Mrázek
825ef52dd5 NOISSUE fix up some corner cases around migrating accounts 2021-12-06 20:16:13 +01:00
Petr Mrázek
c8ca6acc15 NOISSUE fix some error mappings for Mojang accounts 2021-12-05 03:48:07 +01:00
Petr Mrázek
d37003b1de NOISSUE fix builds, make account refresh queue user friendly 2021-12-04 02:10:14 +01:00
Petr Mrázek
db6431d9e0 NOISSUE add missing chrono include 2021-12-04 01:27:58 +01:00
Petr Mrázek
3c46d8a412 GH-4071 Heavily refactor and rearchitect account system
This makes the account system much more modular
and makes it treat errors as something recoverable,
unless they come directly from the MSA refresh token
becoming invalid.
2021-12-04 01:18:05 +01:00
Petr Mrázek
285188ea53 GH-4071 handle network errors when logging in with MSA as 'soft'
This makes the tokens not expire when such errors happen.

Only applies to MSA, not the XBox and Mojang steps afterwards.
Further testing and improvements are still needed.
2021-11-28 18:42:01 +01:00
Petr Mrázek
b49987e876 NOISSUE fix fix fix the accounts again 2021-11-23 01:25:24 +01:00
Petr Mrázek
b258eac215 NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
Petr Mrázek
9fc677c2a4 NOISSUE more refactoring 2021-11-21 23:36:55 +01:00
Petr Mrázek
69213b1206 NOISSUE continue refactoring things to make tests pass 2021-11-21 23:21:12 +01:00
Petr Mrázek
0c861db7a2 NOISSUE Some happy little refactors 2021-11-20 16:22:22 +01:00
Petr Mrázek
eafeb64dec NOISSUE qnam -> network 2021-11-17 13:20:50 +01:00
Jamie Mansfield
014e65220e
NOISSUE Error on launch when launching 1.18 with < Java 17 2021-11-16 18:25:16 +00:00
Petr Mrázek
6c82883206 NOISSUE fix account re-adding not updating current account 2021-11-16 02:21:59 +01:00
Petr Mrázek
25fbeb265a NOISSUE fix build some more 2021-11-10 03:16:04 +01:00