Commit Graph

130 Commits

Author SHA1 Message Date
TacoGS
07811bddd7
HOTFIX: Fixing FTB app change of settings location 2024-03-27 22:36:27 -03:00
arthomnix
45ec0b690d NOISSUE Fix incorrect NeoForge versions being shown when changing version 2024-03-20 08:25:53 +00:00
arthomnix
1b77965225 NOISSUE Add NeoForge support to mrpack importer and exporter 2024-03-15 20:39:32 +00:00
Petr Mrázek
d22707c7fc Try to import neoforged packs from FTB
Maybe this will work, maybe it will not.
It's better than importing them completely wrong though.
2024-03-10 04:41:30 +01:00
arthomnix
bb8e02a2f2 NOISSUE Improve modloader support detection 2024-01-11 08:34:42 +00:00
arthomnix
b69ab34f4b GH-5232 Add Install NeoForge button (WIP) 2024-01-10 22:02:18 +00:00
Petr Mrázek
9ec1d43565 NOISSUE consider classifier when comparing library names 2023-09-01 23:13:03 +02:00
Petr Mrázek
33a8b916a1
Merge pull request #5063 from arthomnix/feature/mrpack_export
NOISSUE Set Modrinth export dialog window title
2023-05-24 10:03:38 +02:00
Petr Mrázek
35783d9dd9
Merge pull request #5163 from arthomnix/feature/mrpack-export-optional-files
GH-5146 mrpack exporter: add option to treat disabled files as optional
2023-05-24 10:02:48 +02:00
arthomnix
574571b51b GH-5146 mrpack exporter: add option to treat disabled files as optional 2023-05-23 20:56:34 +01:00
arthomnix
39780c7238 NOISSUE Fix release date check 2023-05-23 16:52:27 +01:00
arthomnix
72e62058c0 NOISSUE Connect signal in code instead of ui file 2023-05-23 16:47:27 +01:00
arthomnix
d6dabfa67d NOISSUE Only reload the pack profile if the cast to MinecraftInstance was successful
Prevents a potential segfault if the instance is not a MinecraftInstance
2023-05-22 17:59:26 +01:00
arthomnix
29c78b56fc NOISSUE reload pack profile in online mode so the Minecraft release date is loaded properly 2023-05-22 17:39:37 +01:00
arthomnix
e1b7630677 NOISSUE add copyright header back to ui file 2023-05-22 17:34:43 +01:00
arthomnix
44a4712e61 NOISSUE Fix shortcut dialog bugs
Fixes bugs in the create shortcut dialog where the OK button and server address text box were always disabled on instances that don't support Quick Play.
2023-05-22 17:30:02 +01:00
Petr Mrázek
d05a9a6a5f
Merge pull request #5125 from arthomnix/feature/singleplayer-quickplay
NOISSUE Add support for launching worlds directly via Quick Play
2023-05-16 21:12:28 +02:00
Davide Pierotti
a003b8e867
NOISSUE Use better wording for log upload popup 2023-05-16 20:24:26 +02:00
arthomnix
5ff03584a5 NOISSUE Hide the join world buttons properly
This also fixes `QAction::setVisible` not working correctly in other parts of the codebase
2023-04-09 19:18:31 +01:00
arthomnix
1ad3e4417f NOISSUE Add singleplayer quickplay option to shortcut creation dialog 2023-04-09 15:12:30 +01:00
arthomnix
b8811039f2 NOISSUE Update copyright dates 2023-04-09 14:03:20 +01:00
arthomnix
55edaa2039 NOISSUE Hide join world buttons on pre-23w14a instances 2023-04-09 13:49:24 +01:00
arthomnix
1014141608 NOISSUE revert default instance settings tab 2023-04-08 21:04:34 +01:00
arthomnix
71cf4f8d18 NOISSUE Add support for launching worlds directly via Quick Play 2023-04-08 18:03:20 +01:00
arthomnix
f57ac946fd NOISSUE Set Modrinth export dialog window title 2023-02-08 17:06:24 +00:00
arthomnix
bea3251d9c NOISSUE Fix typo in Modrinth exporter 2023-02-05 16:44:44 +00:00
arthomnix
e463edb185 GH-4699 Warn when exporting instance with custom components 2023-02-05 15:55:49 +00:00
arthomnix
82dde9f426 Update copyright years 2023-02-05 14:48:28 +00:00
arthomnix
aae2f23eb6 GH-4699 Move ModrinthInstanceExportTask to modplatform/modrinth; truncate error messages in dialog 2023-02-05 14:28:18 +00:00
arthomnix
01f3511e88 GH-4699 Improve export instance menu 2023-02-05 12:11:27 +00:00
arthomnix
a1f256a745 GH-4699 Add global datapacks support to Modrinth exporter 2023-02-05 12:03:00 +00:00
arthomnix
74addfb78b GH-4699 Clean some things up
Add a menu to select between MMC/Modrinth format packs instead of the custom dialog
Treat 404s on requests to the Modrinth API as success, as the API returns a 404 if a hash was not found, and we don't want to retry the download in this case
Improve logging
2023-02-05 10:13:13 +00:00
arthomnix
16cf56b7a4 GH-4699 Modrinth pack exporter (WIP) 2023-02-04 21:41:24 +00:00
Petr Mrázek
458944ad91 NOISSUE Remove concept of switching update channels
It is all develop from now on, we no longer make stable releases.
This means no maintenance of version numbers and removal
of all the overhead associated with making stable releases.

MultiMC 6 might have a better system, but with how infrequent and stable
MultiMC releases are getting, there's no need to have a distinction
between `stable` and `develop` anymore.
2023-02-03 23:05:27 +01:00
arthomnix
149adbd1d6 NOISSUE Load ShowGameTimeHours setting correctly on settings page
Bugfix for #4964
2022-11-20 11:45:34 +00:00
Petr Mrázek
30312ea701 And fix a build issue 2022-11-20 00:12:46 +01:00
arthomnix
858487521e NOISSUE Escape quotes in paths
Just in case the user decides to place MMC in a path containing quotes.
.desktop files appear to require two backslashes to escape quotes, testing on other desktop environments would be appreciated to make sure this isn't just a KDE-specific bug
2022-11-20 00:04:03 +01:00
arthomnix
08dd08afc1 NOISSUE Enclose all arguments in quotes, fix batch scripts 2022-11-20 00:04:03 +01:00
arthomnix
6307689cf1 NOISSUE Use .command extension for shortcut scripts on macOS
This means that the script will run when clicked, instead of being opened in a text editor
2022-11-20 00:04:03 +01:00
arthomnix
86f68389c9 NOISSUE Add button to copy MSA code 2022-11-20 00:04:03 +01:00
Petr Mrázek
7354c578fd NOISSUE Move hour formatting for play time to a function 2022-11-20 00:01:21 +01:00
Petr Mrázek
90b16fb903
Merge pull request #4928 from ryanbrown535/develop
GH-4901 Confirm screenshot upload
2022-11-19 23:48:46 +01:00
Petr Mrázek
8335432543
Merge pull request #4947 from jamierocks/managed-packs
Record where packs come from
2022-11-19 23:48:16 +01:00
Petr Mrázek
319ba3c8f9
Merge pull request #4948 from jamierocks/technic-improvements
Technic: Display available versions for Solder packs
2022-11-19 23:44:24 +01:00
Petr Mrázek
9e5883c173
Merge pull request #4946 from jamierocks/atl-colours
Display mod colours in optional mod dialog
2022-11-19 23:43:06 +01:00
arthomnix
b82d667859 NOISSUE Add setting to display playtime in hours only 2022-11-02 16:11:56 +00:00
Jamie Mansfield
9bdfa5c8de
NOISSUE Make Technic API base URL and build constants 2022-10-20 16:46:12 +01:00
Jamie Mansfield
b6290ac254
GH-3516 Display available versions for Solder packs 2022-10-20 16:46:12 +01:00
Jamie Mansfield
2334a44221
NOISSUE Match CurseForge pack description format in Technic UI 2022-10-20 16:46:03 +01:00
Jamie Mansfield
65a4f8919a
NOISSUE Include the modpack version in instance title 2022-10-20 16:46:03 +01:00