Petr Mrázek
6c53068f32
NOISSUE remove dedication
...
Ah well... One thing didn't work out and an another one did. That's life.
2024-12-12 20:52:13 +01:00
TacoGS
bb04cb09a3
hotfix:Generate Java Version 21 Error in logs
2024-05-17 21:52:46 -03:00
Petr Mrázek
d4247bf3ae
Merge pull request #5380 from TacoGS/hotfix/ftba-path
...
HOTFIX: Fixing FTB app change of settings location
2024-03-28 09:50:45 +01:00
TacoGS
07811bddd7
HOTFIX: Fixing FTB app change of settings location
2024-03-27 22:36:27 -03:00
Petr Mrázek
056faf3307
Merge pull request #5367 from arthomnix/feature/neoforged
...
NOISSUE Fix incorrect NeoForge versions being shown when changing version
2024-03-20 21:11:03 +01:00
arthomnix
45ec0b690d
NOISSUE Fix incorrect NeoForge versions being shown when changing version
2024-03-20 08:25:53 +00:00
Petr Mrázek
0912669610
Merge pull request #5365 from arthomnix/feature/neoforged
...
NOISSUE Add NeoForge support to mrpack importer and exporter
2024-03-15 23:21:54 +01: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
Petr Mrázek
2c9e7b75f4
Merge pull request #5323 from arthomnix/feature/neoforged
...
GH-5232 Add Install NeoForge button
2024-03-01 02:27:27 +01:00
Petr Mrázek
87852db4ae
Merge pull request #5286 from arthomnix/xerr
...
NOISSUE Add more XErr error descriptions
2024-02-01 17:37:30 +01:00
Petr Mrázek
0b91a983e2
Merge pull request #5226 from Evaryan-MMO/issue-#5211
...
fix: issue #5211
2024-02-01 00:36:47 +01:00
arthomnix
4fe664204e
NOISSUE correct first NeoForge supported version
2024-01-11 09:55:39 +00: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
arthomnix
98099c8ec5
NOISSUE Update help link for under-18 accounts
2023-10-28 20:54:00 +01:00
arthomnix
1bb7e3d0f9
NOISSUE Add more XErr error descriptions
2023-10-28 20:44:55 +01:00
Petr Mrázek
7450faaf13
NOISSUE fix unable to log in issue
2023-09-17 12:57:48 +02:00
Petr Mrázek
17865bfd7d
NOISSUE ensure PROCESSOR_ARCHITECTURE_ARM64 is defined
...
This fixes build on old mingw versions
2023-09-03 00:42:26 +02:00
Petr Mrázek
da4973dc94
NOISSUE disable analytics until further notice
...
Or MultiMC 6.
2023-09-03 00:33:24 +02:00
Petr Mrázek
f458204a52
NOISSUE add some arch probing code
2023-09-02 11:15:32 +02:00
Petr Mrázek
9ec1d43565
NOISSUE consider classifier when comparing library names
2023-09-01 23:13:03 +02:00
ChrisjStone
18b6792cc7
fix: issue #5211
...
Move gcc compiler option -Werror to CMAKE_CXX_FLAGS_DEBUG to work around
cmake using any options present in CMAKE_CXX_FLAGS as default options
for all build types.
This fix was necessary to prevent gcc from erroring out with indetifier
'requires' being a keyword sicne we are using c++11 and not c++20.
2023-07-25 21:14:15 -06: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
Petr Mrázek
30f8f5c65f
Merge pull request #5162 from arthomnix/quickplay-shortcut-fix
...
NOISSUE Fix shortcut dialog bugs
2023-05-24 10:02:01 +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
bd95c3ea33
NOISSUE fix session not being passed to args processing
2023-05-17 10:55:42 +02: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
Petr Mrázek
d2deb1821f
Merge pull request #5157 from aetherstrata/develop
...
NOISSUE Use better wording in some text strings
2023-05-16 21:09:32 +02:00
Davide Pierotti
a003b8e867
NOISSUE Use better wording for log upload popup
2023-05-16 20:24:26 +02:00
Davide Pierotti
ea262c45ed
Merge branch 'MultiMC:develop' into develop
2023-05-16 09:21:40 +02:00
Petr Mrázek
b0844db1df
Create dispatch.yml
2023-05-14 23:17:06 +02:00
arthomnix
89ac58256c
NOISSUE Fix --world argument when launcher already running
2023-04-10 21:14:12 +01: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
f756b25993
NOISSUE formatting
2023-04-08 21:00:32 +01:00
arthomnix
724eb76dc4
NOISSUE fix typo
2023-04-08 20:58:13 +01:00
Petr Mrázek
c6c56e56bd
Merge pull request #5124 from arthomnix/feature/shortcut-quickplay
...
NOISSUE Fix directly joining servers on 23w14a and above
2023-04-08 21:00:27 +02: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