pollymc/launcher/modplatform
flow 7956e6f04e
fix: don't use forward-declared Ptr types in meta/
This would cause ODR violations when those headers were included in
other places that also included stuff like "Version.h" (note the
"meta/Version.h"), which can cause problems, especially in LTO.

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-01 19:48:26 -03:00
..
atlauncher fix: don't use forward-declared Ptr types in meta/ 2022-11-01 19:48:26 -03:00
flame fix: only allow workarounds for blocked mods from MR when 100% safe 2022-10-28 13:31:21 -03:00
helpers fix: retry mod search job after aborting it 2022-10-24 09:09:24 -03:00
legacy_ftb fix: correct ftb legacy too 2022-10-14 12:18:06 -03:00
modpacksch fix: issues with aborts (again) 2022-10-13 15:10:35 -03:00
modrinth fix: avoid segfault for unexpected API reponse 2022-10-28 00:08:15 +02:00
packwiz Replaced tomlc99 with tomlplusplus 2022-09-24 00:10:27 +03:00
technic fix: simplify abort handling and add missing emits 2022-09-20 18:36:09 -03:00
CheckUpdateTask.h fix: std::list -> QList 2022-07-17 11:33:45 -03:00
EnsureMetadataTask.cpp fix: Mod type enum -> Resource type enum 2022-08-28 14:47:52 -03:00
EnsureMetadataTask.h fix: add some more nullptr checks / protection 2022-08-05 15:10:44 -03:00
ModAPI.h refactor: use function cb instead of class cb in getVersions 2022-08-01 07:33:30 -03:00
ModIndex.cpp refactor: use QIODevice instead of a whole QByteArray for hash calc. 2022-07-24 17:46:53 -03:00
ModIndex.h Merge pull request #939 from flowln/mod_downloader_improve 2022-09-07 08:27:11 -03:00