2ff0aa09e3
fix: remove updater if it is not used
2022-06-12 13:39:47 +02:00
8856c8cd62
refactor(test): fix loading mod metadata setting
2022-06-12 13:33:17 +02:00
2bd8e7dca4
Merge pull request #780 from flowln/guo_ext_2
2022-06-11 19:45:51 +02:00
81daffe68e
fix: remove file filter from translation
2022-06-11 14:10:42 +02:00
2ea20a8b29
fix: allow discovering mrpacks in languages without dot
2022-06-11 07:12:59 -03:00
1b1f728c58
fix: allow opening external links in technic modpack page
2022-06-09 18:46:19 -03:00
1ab00ca8b2
Merge pull request #426 from flowln/mod_perma
...
Add on-disk mod metadata information
2022-06-04 13:23:38 +02:00
9054ee18a1
Merge pull request #505 from flowln/improve_download_ux
2022-05-30 13:41:02 +02:00
8e6c592ad9
fix: add version to Legacy FTB packs
2022-05-29 14:28:54 +02:00
febdb85f96
ModpacksCH: Use ModpacksCH rather than FTB in error messages
2022-05-29 00:04:28 +01:00
a98b6663e1
ATLauncher: Pass the full pack name through to the install task
2022-05-29 00:04:27 +01:00
699ad316f0
Rework curseforge download ( #611 )
...
* Use the bulk endpoint on mod resolution for faster download
* Search on modrinth for api blocked mods
* Display a dialog for manually downloading blocked mods
2022-05-28 21:53:12 +02:00
e644380160
feat: add links to curseforge modpacks
2022-05-24 12:27:32 -03:00
ae2ef324f2
feat: add remaining links to modrinth mods
2022-05-24 11:58:11 -03:00
d0337da8ea
feat: add remaining links to modrinth modpacks
2022-05-24 11:52:27 -03:00
5e17d53c7f
fix: missing tr() and update donate message
2022-05-24 11:11:40 -03:00
22e0527502
feat: add donate info to modrinth modpacks
2022-05-24 09:46:58 -03:00
ca3c6c5e8a
feat: add donate links for modrinth mods
2022-05-24 09:38:48 -03:00
c86c719e1a
feat: add mod index updating to ModDownloadTask
...
This makes ModDownloadTask into a SequentialTask with 2 subtasks:
Downloading the mod files and updating the index with the new
information.
The index updating is done first so that, in the future, we
can prompt the user before download if, for instance, we discover
there's another version already installed.
2022-05-23 14:42:27 -03:00
ac4497a1f2
Merge pull request #605 from jamierocks/h-atl-improv
...
ATLauncher: Various work to improve the platform support
2022-05-22 20:09:13 -03:00
29ef1e2c4b
Merge pull request #597 from Scrumplex/refactor-modloader-modapi
2022-05-22 13:17:53 +02:00
b84d52be3d
ATLauncher: Display warnings when selecting optional mods
2022-05-21 15:20:38 +01:00
305973c0e7
ATLauncher: Display install messages if applicable
2022-05-21 15:19:55 +01:00
7c251efc47
ATLauncher: Display mod colours in optional mod dialog
2022-05-21 15:18:50 +01:00
8f2c485c92
feat(ui): make selected mods in downloader bold with underline
...
Makes it easier to find which mods are selected in case you want to
change those.
2022-05-21 08:04:26 -03:00
3b4b34b369
fix(ui): make CF and MR modpack dialogs more consistent
2022-05-20 22:48:42 +02:00
6542f5f15a
Apply suggestions
2022-05-20 22:06:36 +02:00
6afe59e76b
Very Temporary Fix for curseforge
2022-05-20 21:19:19 +02:00
943090db98
refactor: allow tracking multiple mod loaders
2022-05-19 08:49:27 +02:00
ddc3b5eb0b
Update launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui
...
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com >
2022-05-17 15:14:53 +02:00
2e9d7f5c3d
fix: mod skipping between pages and remove dead code
2022-05-16 19:17:37 -03:00
696a711e39
fix: missed change to metacache entry lookup
2022-05-16 19:10:31 -03:00
887246a66b
fix: typo and useless code
2022-05-16 17:09:14 -03:00
cd9e0e0cc0
fix: use own metacache base for modrinth icons
2022-05-16 20:17:19 +02:00
a6d2c5e181
fix: better hack for icons that cant be natively scaled to 48x48
2022-05-16 14:35:01 -03:00
62e099ace5
feat: better handling of optional mods
...
This disables the optional mods by default and tell the user about it.
Pretty hackish, but a better solution would involve the modrinth
metadata to have the mod names...
Also sorry for the diffs, my clangd went rogue x.x
2022-05-15 22:16:52 -03:00
e92b7bd25e
change: switch to modrinth production servers
2022-05-15 21:50:42 -03:00
e7bb3b2776
fix: macos compilation
...
i forgor macos is cringe with static arrays 💀
edit: WHY DONT MAC LET ME USE STD::ARRAY ;----;
2022-05-15 21:18:29 -03:00
ec3c882a44
change: add alpha note to modrinth page
2022-05-15 20:52:57 -03:00
66ce5a4a2d
fix: pack sorting and other search parameters
2022-05-15 20:45:27 -03:00
78cf0c73c8
fix: always show project url, if available
2022-05-15 20:38:27 +02:00
682a7fb6ba
feat: add version of Modrinth modpack to instance name
2022-05-15 13:36:55 +02:00
5f2398fe59
chore: license headers 2
2022-05-15 08:26:34 -03:00
3abf466632
chore: add/update license headers
2022-05-15 13:20:05 +02:00
4bb429a0fb
change: use build variables for the modrinth API URLs
...
Make it more consistent with the others
2022-05-15 07:43:02 -03:00
4a0e4fdb85
fix: add author page url
2022-05-15 07:15:56 -03:00
49de5d9b07
change: list what file types can be entered in the importer
2022-05-14 22:04:40 -03:00
365cc198ba
refactor: some random improvements
2022-05-14 21:50:54 -03:00
9899a0e098
fix: Have the URL be the project URL itself
...
(I think, doesn't seem to work for the waffle though, probably because
of the staging API :/)
2022-05-14 21:47:35 -03:00
5ea8cec16f
fix: make all modrinth modpacks have the same icon size
2022-05-14 21:29:48 -03:00