PrismLauncher/launcher/minecraft
Seth Flynn fd91f87c21
style: re-format tree with editorconfig
```
find $PWD \
  -type f \
  ! -path '*/.git/*' ! -path '*/flatpak/shared-modules/*' \
  ! -path '*/libraries/*' ! -path '*/testdata/*' ! -name '*.patch' \
  ! -name '*.svg' ! -name '*.scd' ! -path '*/program_info/LICENSE' \
  ! -path '*/COPYING.md' ! -path '*/cmake/*' ! -name '.gitmodules' \
  -exec eclint -fix {} \;
```

Signed-off-by: Seth Flynn <getchoo@tuta.io>
2026-01-18 15:48:07 -05:00
..
auth style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
launch fix build 2026-01-17 02:28:56 +02:00
mod style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
skins style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
update refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
Agent.h
AssetsUtils.cpp resolve problems 2025-06-17 00:25:34 +08:00
AssetsUtils.h
Component.cpp chore: fixe some codeql warnings 2025-06-05 00:34:45 +03:00
Component.h chore: fixe some codeql warnings 2025-06-05 00:34:45 +03:00
ComponentUpdateTask.cpp Improve the message when component metadata fails to download 2025-06-17 00:43:03 +01:00
ComponentUpdateTask.h remove task parent from constuctor 2024-11-01 00:11:45 +02:00
ComponentUpdateTask_p.h Improve the message when component metadata fails to download 2025-06-17 00:43:03 +01:00
GradleSpecifier.h chore: make all the regexes static const 2025-04-28 22:37:29 +03:00
LaunchProfile.cpp Fix launch when no java is loaded 2024-09-08 09:10:29 +03:00
LaunchProfile.h
Library.cpp Simplify Rule 2025-08-04 15:36:11 +01:00
Library.h Simplify Rule 2025-08-04 15:36:11 +01:00
Logging.cpp refactor: remove broken Qt includes 2026-01-06 15:51:47 +05:00
Logging.h add better profile logging properly resolve important dependencies 2024-06-29 20:34:08 -07:00
MinecraftInstance.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
MinecraftInstance.h style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
MinecraftLoadAndCheck.cpp style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
MinecraftLoadAndCheck.h remove task parent from constuctor 2024-11-01 00:11:45 +02:00
MojangDownloadInfo.h
MojangVersionFormat.cpp Simplify Rule 2025-08-04 15:36:11 +01:00
MojangVersionFormat.h
OneSixVersionFormat.cpp Remove ensure JSON helpers 2025-11-09 21:35:11 +00:00
OneSixVersionFormat.h
PackProfile.cpp refactor: remove broken Qt includes 2026-01-06 15:51:47 +05:00
PackProfile.h propagate load component error 2024-12-31 13:44:22 +02:00
PackProfile_p.h fix misepellings 2024-06-29 20:34:08 -07:00
ParseUtils.cpp
ParseUtils.h
ProfileUtils.cpp chore: make all the regexes static const 2025-04-28 22:37:29 +03:00
ProfileUtils.h
Rule.cpp Fix crash in Rule::apply 2025-09-19 00:25:26 +01:00
Rule.h Reintroduce some encapulation 2025-08-04 15:43:05 +01:00
ShortcutUtils.cpp Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
ShortcutUtils.h Delete shortcut when deleting instances 2025-06-01 08:13:18 +08:00
VanillaInstanceCreationTask.cpp fix build 2026-01-17 02:28:56 +02:00
VanillaInstanceCreationTask.h
VersionFile.cpp
VersionFile.h Recommend java major 2024-07-23 01:41:41 +03:00
VersionFilterData.cpp
VersionFilterData.h
World.cpp Improve mod parsing 2025-11-26 18:41:22 +02:00
World.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00
WorldList.cpp refactor: remove broken Qt includes 2026-01-06 15:51:47 +05:00
WorldList.h Remove button additions 2025-05-19 01:34:18 +08:00