sneedmc/launcher/modplatform
jdp_ eabd225b06 Fix bug, fix more warnings (See commit description)
This ends my series of patches fixing warnings throughout the codebase. Now, there are NO warnings except for unused parameters, tested on GCC 13.1.1 and Clang 16.0.2 with -Wall -Wextra.

Fixed dark mode crashing on Windows 8.1, 8 and 7, and removed a need for an export by moving in the function.

Any people looking at the Windows code and asking why I didn't use official version querying API's, those typically have some sort of unwanted behavior, plus checking exports to determine versions is shorter.
2023-05-08 22:08:07 -04:00
..
atlauncher Avoid possible conflicts with C++20 requires keyword 2023-05-07 01:26:15 -04:00
flame Fix bug, fix more warnings (See commit description) 2023-05-08 22:08:07 -04:00
helpers huge nit: added const refs, everywhere 2022-09-26 11:50:31 +02:00
legacy_ftb fix: simplify abort handling and add missing emits 2022-09-20 18:36:09 -03:00
modpacksch Fix bug, fix more warnings (See commit description) 2023-05-08 22:08:07 -04:00
modrinth Fix bug, fix more warnings (See commit description) 2023-05-08 22:08:07 -04: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 Cleanup codebase 2023-05-07 06:20:16 -04: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