index
:
github/PrismLauncher.git
develop
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
launcher
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'launcher')
-rw-r--r--
launcher/Application.cpp
48
-rw-r--r--
launcher/BaseInstance.h
3
-rw-r--r--
launcher/CMakeLists.txt
68
-rw-r--r--
launcher/DesktopServices.cpp
12
-rw-r--r--
launcher/FileSystem.cpp
2
-rw-r--r--
launcher/InstanceImportTask.cpp
8
-rw-r--r--
launcher/LaunchController.cpp
230
-rw-r--r--
launcher/MMCTime.cpp
17
-rw-r--r--
launcher/MMCTime.h
16
-rw-r--r--
launcher/NullInstance.h
3
-rw-r--r--
launcher/UpdateController.cpp
2
-rw-r--r--
launcher/Version.cpp
2
-rw-r--r--
launcher/java/JavaChecker.cpp
6
-rw-r--r--
launcher/java/JavaUtils.cpp
14
-rw-r--r--
launcher/meta/BaseEntity.cpp
4
-rw-r--r--
launcher/minecraft/AssetsUtils.cpp
4
-rw-r--r--
launcher/minecraft/MinecraftInstance.cpp
14
-rw-r--r--
launcher/minecraft/MinecraftInstance.h
2
-rw-r--r--
launcher/minecraft/OpSys.cpp
4
-rw-r--r--
launcher/minecraft/OpSys.h
13
-rw-r--r--
launcher/minecraft/auth/AccountData.cpp
4
-rw-r--r--
launcher/minecraft/auth/AccountData.h
17
-rw-r--r--
launcher/minecraft/auth/AccountList.cpp
171
-rw-r--r--
launcher/minecraft/auth/AccountList.h
31
-rw-r--r--
launcher/minecraft/auth/AccountTask.cpp
75
-rw-r--r--
launcher/minecraft/auth/AccountTask.h
72
-rw-r--r--
launcher/minecraft/auth/AuthRequest.cpp
(renamed from launcher/minecraft/auth/flows/AuthRequest.cpp)
10
-rw-r--r--
launcher/minecraft/auth/AuthRequest.h
(renamed from launcher/minecraft/auth/flows/AuthRequest.h)
8
-rw-r--r--
launcher/minecraft/auth/AuthSession.cpp
5
-rw-r--r--
launcher/minecraft/auth/AuthSession.h
4
-rw-r--r--
launcher/minecraft/auth/AuthStep.cpp
7
-rw-r--r--
launcher/minecraft/auth/AuthStep.h
33
-rw-r--r--
launcher/minecraft/auth/MinecraftAccount.cpp
261
-rw-r--r--
launcher/minecraft/auth/MinecraftAccount.h
41
-rw-r--r--
launcher/minecraft/auth/Parsers.cpp
(renamed from launcher/minecraft/auth/flows/Parsers.cpp)
6
-rw-r--r--
launcher/minecraft/auth/Parsers.h
(renamed from launcher/minecraft/auth/flows/Parsers.h)
4
-rw-r--r--
launcher/minecraft/auth/Yggdrasil.cpp
(renamed from launcher/minecraft/auth/flows/Yggdrasil.cpp)
34
-rw-r--r--
launcher/minecraft/auth/Yggdrasil.h
(renamed from launcher/minecraft/auth/flows/Yggdrasil.h)
22
-rw-r--r--
launcher/minecraft/auth/flows/AuthContext.cpp
671
-rw-r--r--
launcher/minecraft/auth/flows/AuthContext.h
110
-rw-r--r--
launcher/minecraft/auth/flows/AuthFlow.cpp
71
-rw-r--r--
launcher/minecraft/auth/flows/AuthFlow.h
45
-rw-r--r--
launcher/minecraft/auth/flows/MSA.cpp
37
-rw-r--r--
launcher/minecraft/auth/flows/MSA.h
22
-rw-r--r--
launcher/minecraft/auth/flows/MSAInteractive.cpp
22
-rw-r--r--
launcher/minecraft/auth/flows/MSAInteractive.h
13
-rw-r--r--
launcher/minecraft/auth/flows/MSASilent.cpp
16
-rw-r--r--
launcher/minecraft/auth/flows/MSASilent.h
13
-rw-r--r--
launcher/minecraft/auth/flows/Mojang.cpp
27
-rw-r--r--
launcher/minecraft/auth/flows/Mojang.h
26
-rw-r--r--
launcher/minecraft/auth/flows/MojangLogin.cpp
18
-rw-r--r--
launcher/minecraft/auth/flows/MojangLogin.h
17
-rw-r--r--
launcher/minecraft/auth/flows/MojangRefresh.cpp
17
-rw-r--r--
launcher/minecraft/auth/flows/MojangRefresh.h
10
-rw-r--r--
launcher/minecraft/auth/steps/EntitlementsStep.cpp
53
-rw-r--r--
launcher/minecraft/auth/steps/EntitlementsStep.h
25
-rw-r--r--
launcher/minecraft/auth/steps/GetSkinStep.cpp
43
-rw-r--r--
launcher/minecraft/auth/steps/GetSkinStep.h
22
-rw-r--r--
launcher/minecraft/auth/steps/LauncherLoginStep.cpp
78
-rw-r--r--
launcher/minecraft/auth/steps/LauncherLoginStep.h
22
-rw-r--r--
launcher/minecraft/auth/steps/MSAStep.cpp
111
-rw-r--r--
launcher/minecraft/auth/steps/MSAStep.h
32
-rw-r--r--
launcher/minecraft/auth/steps/MigrationEligibilityStep.cpp
45
-rw-r--r--
launcher/minecraft/auth/steps/MigrationEligibilityStep.h
22
-rw-r--r--
launcher/minecraft/auth/steps/MinecraftProfileStep.cpp
91
-rw-r--r--
launcher/minecraft/auth/steps/MinecraftProfileStep.h
22
-rw-r--r--
launcher/minecraft/auth/steps/XboxAuthorizationStep.cpp
158
-rw-r--r--
launcher/minecraft/auth/steps/XboxAuthorizationStep.h
34
-rw-r--r--
launcher/minecraft/auth/steps/XboxProfileStep.cpp
73
-rw-r--r--
launcher/minecraft/auth/steps/XboxProfileStep.h
22
-rw-r--r--
launcher/minecraft/auth/steps/XboxUserStep.cpp
68
-rw-r--r--
launcher/minecraft/auth/steps/XboxUserStep.h
22
-rw-r--r--
launcher/minecraft/auth/steps/YggdrasilStep.cpp
51
-rw-r--r--
launcher/minecraft/auth/steps/YggdrasilStep.h
28
-rw-r--r--
launcher/minecraft/launch/ClaimAccount.cpp
2
-rw-r--r--
launcher/minecraft/launch/ExtractNatives.cpp
7
-rw-r--r--
launcher/minecraft/launch/PrintInstanceInfo.cpp
45
-rw-r--r--
launcher/minecraft/launch/VerifyJavaInstall.cpp
7
-rw-r--r--
launcher/minecraft/legacy/LegacyInstance.cpp
10
-rw-r--r--
launcher/minecraft/legacy/LegacyInstance.h
6
-rw-r--r--
launcher/minecraft/services/CapeChange.cpp
8
-rw-r--r--
launcher/minecraft/services/CapeChange.h
5
-rw-r--r--
launcher/minecraft/services/SkinDelete.cpp
6
-rw-r--r--
launcher/minecraft/services/SkinDelete.h
6
-rw-r--r--
launcher/minecraft/services/SkinUpload.cpp
6
-rw-r--r--
launcher/minecraft/services/SkinUpload.h
5
-rw-r--r--
launcher/minecraft/update/AssetUpdateTask.cpp
9
-rw-r--r--
launcher/minecraft/update/FMLLibrariesTask.cpp
4
-rw-r--r--
launcher/minecraft/update/LibrariesTask.cpp
4
-rw-r--r--
launcher/modplatform/atlauncher/ATLPackIndex.cpp
17
-rw-r--r--
launcher/modplatform/atlauncher/ATLPackIndex.h
16
-rw-r--r--
launcher/modplatform/atlauncher/ATLPackInstallTask.cpp
29
-rw-r--r--
launcher/modplatform/atlauncher/ATLPackInstallTask.h
17
-rw-r--r--
launcher/modplatform/atlauncher/ATLPackManifest.cpp
17
-rw-r--r--
launcher/modplatform/atlauncher/ATLPackManifest.h
16
-rw-r--r--
launcher/modplatform/flame/FileResolvingTask.cpp
4
-rw-r--r--
launcher/modplatform/legacy_ftb/PackFetchTask.cpp
8
-rw-r--r--
launcher/modplatform/legacy_ftb/PackInstallTask.cpp
4
-rw-r--r--
launcher/modplatform/modpacksch/FTBPackInstallTask.cpp
28
-rw-r--r--
launcher/modplatform/modpacksch/FTBPackInstallTask.h
17
-rw-r--r--
launcher/modplatform/modpacksch/FTBPackManifest.cpp
17
-rw-r--r--
launcher/modplatform/modpacksch/FTBPackManifest.h
17
-rw-r--r--
launcher/modplatform/technic/SingleZipPackInstallTask.cpp
4
-rw-r--r--
launcher/modplatform/technic/SolderPackInstallTask.cpp
12
-rw-r--r--
launcher/net/NetJob.h
15
-rw-r--r--
launcher/news/NewsChecker.cpp
4
-rw-r--r--
launcher/notifications/NotificationChecker.cpp
4
-rw-r--r--
launcher/package/rpm/MultiMC5.spec
31
-rw-r--r--
launcher/resources/backgrounds/backgrounds.qrc
1
-rw-r--r--
launcher/resources/backgrounds/cattiversary.png
bin
0 -> 99736 bytes
-rw-r--r--
launcher/resources/sources/burfcat_hat.png
bin
0 -> 15813 bytes
-rw-r--r--
launcher/resources/sources/cattiversary.xcf
bin
0 -> 121675 bytes
-rw-r--r--
launcher/tools/MCEditTool.cpp
2
-rw-r--r--
launcher/translations/TranslationsModel.cpp
24
-rw-r--r--
launcher/ui/MainWindow.cpp
48
-rw-r--r--
launcher/ui/MainWindow.h
4
-rw-r--r--
launcher/ui/dialogs/AboutDialog.cpp
4
-rw-r--r--
launcher/ui/dialogs/LoginDialog.cpp
2
-rw-r--r--
launcher/ui/dialogs/MSALoginDialog.cpp
2
-rw-r--r--
launcher/ui/dialogs/ProfileSetupDialog.cpp
10