aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-08-15 12:16:00 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-08-15 12:16:00 +0300
commitc94ee67077076fdfb3ad04e93a0de2ae32b6a4e5 (patch)
tree437dec3be224cae5e229eeaa4ac9ebeedffd03e3 /launcher/minecraft
parent019e5ca3e819f5daf9933bc0fb091784b0ca561f (diff)
parent8f5bb982cd27dd9158b63d826769c168455a139b (diff)
downloadPrismLauncher-c94ee67077076fdfb3ad04e93a0de2ae32b6a4e5.tar.gz
PrismLauncher-c94ee67077076fdfb3ad04e93a0de2ae32b6a4e5.tar.bz2
PrismLauncher-c94ee67077076fdfb3ad04e93a0de2ae32b6a4e5.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into curseforge-url-handle3
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/minecraft')
-rw-r--r--launcher/minecraft/Agent.h19
-rw-r--r--launcher/minecraft/AssetsUtils.cpp121
-rw-r--r--launcher/minecraft/AssetsUtils.h17
-rw-r--r--launcher/minecraft/Component.cpp194
-rw-r--r--launcher/minecraft/Component.h48
-rw-r--r--launcher/minecraft/ComponentUpdateTask.cpp406
-rw-r--r--launcher/minecraft/ComponentUpdateTask.h27
-rw-r--r--launcher/minecraft/ComponentUpdateTask_p.h19
-rw-r--r--launcher/minecraft/GradleSpecifier.h110
-rw-r--r--launcher/minecraft/LaunchProfile.cpp128
-rw-r--r--launcher/minecraft/LaunchProfile.h66
-rw-r--r--launcher/minecraft/Library.cpp189
-rw-r--r--launcher/minecraft/Library.h132
-rw-r--r--launcher/minecraft/MinecraftInstance.cpp331
-rw-r--r--launcher/minecraft/MinecraftInstance.h31
-rw-r--r--launcher/minecraft/MinecraftLoadAndCheck.cpp15
-rw-r--r--launcher/minecraft/MinecraftLoadAndCheck.h20
-rw-r--r--launcher/minecraft/MinecraftUpdate.cpp59
-rw-r--r--launcher/minecraft/MinecraftUpdate.h24
-rw-r--r--launcher/minecraft/MojangDownloadInfo.h42
-rw-r--r--launcher/minecraft/MojangVersionFormat.cpp220
-rw-r--r--launcher/minecraft/MojangVersionFormat.h23
-rw-r--r--launcher/minecraft/OneSixVersionFormat.cpp235
-rw-r--r--launcher/minecraft/OneSixVersionFormat.h32
-rw-r--r--launcher/minecraft/PackProfile.cpp444
-rw-r--r--launcher/minecraft/PackProfile.h68
-rw-r--r--launcher/minecraft/PackProfile_p.h12
-rw-r--r--launcher/minecraft/ParseUtils.cpp6
-rw-r--r--launcher/minecraft/ParseUtils.h2
-rw-r--r--launcher/minecraft/ProfileUtils.cpp90
-rw-r--r--launcher/minecraft/ProfileUtils.h16
-rw-r--r--launcher/minecraft/Rule.cpp16
-rw-r--r--launcher/minecraft/Rule.h75
-rw-r--r--launcher/minecraft/VanillaInstanceCreationTask.cpp8
-rw-r--r--launcher/minecraft/VersionFile.cpp22
-rw-r--r--launcher/minecraft/VersionFile.h29
-rw-r--r--launcher/minecraft/VersionFilterData.cpp65
-rw-r--r--launcher/minecraft/VersionFilterData.h10
-rw-r--r--launcher/minecraft/World.cpp280
-rw-r--r--launcher/minecraft/World.h97
-rw-r--r--launcher/minecraft/WorldList.cpp355
-rw-r--r--launcher/minecraft/WorldList.h97
-rw-r--r--launcher/minecraft/auth/AccountData.cpp211
-rw-r--r--launcher/minecraft/auth/AccountData.h25
-rw-r--r--launcher/minecraft/auth/AccountList.cpp434
-rw-r--r--launcher/minecraft/auth/AccountList.h56
-rw-r--r--launcher/minecraft/auth/AccountTask.cpp54
-rw-r--r--launcher/minecraft/auth/AccountTask.h45
-rw-r--r--launcher/minecraft/auth/AuthRequest.cpp55
-rw-r--r--launcher/minecraft/auth/AuthRequest.h39
-rw-r--r--launcher/minecraft/auth/AuthSession.cpp9
-rw-r--r--launcher/minecraft/auth/AuthSession.h10
-rw-r--r--launcher/minecraft/auth/AuthStep.cpp4
-rw-r--r--launcher/minecraft/auth/AuthStep.h20
-rw-r--r--launcher/minecraft/auth/MinecraftAccount.cpp152
-rw-r--r--launcher/minecraft/auth/MinecraftAccount.h120
-rw-r--r--launcher/minecraft/auth/Parsers.cpp194
-rw-r--r--launcher/minecraft/auth/Parsers.h27
-rw-r--r--launcher/minecraft/auth/Yggdrasil.cpp162
-rw-r--r--launcher/minecraft/auth/Yggdrasil.h38
-rw-r--r--launcher/minecraft/auth/flows/AuthFlow.cpp44
-rw-r--r--launcher/minecraft/auth/flows/AuthFlow.h29
-rw-r--r--launcher/minecraft/auth/flows/MSA.cpp19
-rw-r--r--launcher/minecraft/auth/flows/MSA.h20
-rw-r--r--launcher/minecraft/auth/flows/Mojang.cpp19
-rw-r--r--launcher/minecraft/auth/flows/Mojang.h23
-rw-r--r--launcher/minecraft/auth/flows/Offline.cpp12
-rw-r--r--launcher/minecraft/auth/flows/Offline.h20
-rw-r--r--launcher/minecraft/auth/steps/EntitlementsStep.cpp23
-rw-r--r--launcher/minecraft/auth/steps/EntitlementsStep.h9
-rw-r--r--launcher/minecraft/auth/steps/GetSkinStep.cpp24
-rw-r--r--launcher/minecraft/auth/steps/GetSkinStep.h7
-rw-r--r--launcher/minecraft/auth/steps/LauncherLoginStep.cpp44
-rw-r--r--launcher/minecraft/auth/steps/LauncherLoginStep.h7
-rw-r--r--launcher/minecraft/auth/steps/MSAStep.cpp27
-rw-r--r--launcher/minecraft/auth/steps/MSAStep.h20
-rw-r--r--launcher/minecraft/auth/steps/MigrationEligibilityStep.cpp26
-rw-r--r--launcher/minecraft/auth/steps/MigrationEligibilityStep.h7
-rw-r--r--launcher/minecraft/auth/steps/MinecraftProfileStep.cpp61
-rw-r--r--launcher/minecraft/auth/steps/MinecraftProfileStep.h7
-rw-r--r--launcher/minecraft/auth/steps/MinecraftProfileStepMojang.cpp63
-rw-r--r--launcher/minecraft/auth/steps/MinecraftProfileStepMojang.h7
-rw-r--r--launcher/minecraft/auth/steps/OfflineStep.cpp9
-rw-r--r--launcher/minecraft/auth/steps/OfflineStep.h4
-rw-r--r--launcher/minecraft/auth/steps/XboxAuthorizationStep.cpp132
-rw-r--r--launcher/minecraft/auth/steps/XboxAuthorizationStep.h19
-rw-r--r--launcher/minecraft/auth/steps/XboxProfileStep.cpp54
-rw-r--r--launcher/minecraft/auth/steps/XboxProfileStep.h7
-rw-r--r--launcher/minecraft/auth/steps/XboxUserStep.cpp41
-rw-r--r--launcher/minecraft/auth/steps/XboxUserStep.h7
-rw-r--r--launcher/minecraft/auth/steps/YggdrasilStep.cpp25
-rw-r--r--launcher/minecraft/auth/steps/YggdrasilStep.h10
-rw-r--r--launcher/minecraft/gameoptions/GameOptions.cpp68
-rw-r--r--launcher/minecraft/gameoptions/GameOptions.h20
-rw-r--r--launcher/minecraft/launch/ClaimAccount.cpp8
-rw-r--r--launcher/minecraft/launch/ClaimAccount.h17
-rw-r--r--launcher/minecraft/launch/CreateGameFolders.cpp14
-rw-r--r--launcher/minecraft/launch/CreateGameFolders.h18
-rw-r--r--launcher/minecraft/launch/ExtractNatives.cpp46
-rw-r--r--launcher/minecraft/launch/ExtractNatives.h14
-rw-r--r--launcher/minecraft/launch/LauncherPartLaunch.cpp108
-rw-r--r--launcher/minecraft/launch/LauncherPartLaunch.h36
-rw-r--r--launcher/minecraft/launch/MinecraftServerTarget.cpp31
-rw-r--r--launcher/minecraft/launch/MinecraftServerTarget.h2
-rw-r--r--launcher/minecraft/launch/ModMinecraftJar.cpp27
-rw-r--r--launcher/minecraft/launch/ModMinecraftJar.h15
-rw-r--r--launcher/minecraft/launch/PrintInstanceInfo.cpp79
-rw-r--r--launcher/minecraft/launch/PrintInstanceInfo.h18
-rw-r--r--launcher/minecraft/launch/ReconstructAssets.cpp7
-rw-r--r--launcher/minecraft/launch/ReconstructAssets.h12
-rw-r--r--launcher/minecraft/launch/ScanModFolders.cpp14
-rw-r--r--launcher/minecraft/launch/ScanModFolders.h19
-rw-r--r--launcher/minecraft/launch/VerifyJavaInstall.cpp24
-rw-r--r--launcher/minecraft/launch/VerifyJavaInstall.h11
-rw-r--r--launcher/minecraft/mod/DataPack.cpp8
-rw-r--r--launcher/minecraft/mod/MetadataHandler.h55
-rw-r--r--launcher/minecraft/mod/Mod.cpp81
-rw-r--r--launcher/minecraft/mod/Mod.h98
-rw-r--r--launcher/minecraft/mod/ModDetails.h123
-rw-r--r--launcher/minecraft/mod/ModFolderModel.cpp255
-rw-r--r--launcher/minecraft/mod/ModFolderModel.h107
-rw-r--r--launcher/minecraft/mod/Resource.cpp8
-rw-r--r--launcher/minecraft/mod/Resource.h21
-rw-r--r--launcher/minecraft/mod/ResourceFolderModel.cpp28
-rw-r--r--launcher/minecraft/mod/ResourceFolderModel.h33
-rw-r--r--launcher/minecraft/mod/ResourcePack.cpp2
-rw-r--r--launcher/minecraft/mod/ResourcePackFolderModel.cpp28
-rw-r--r--