aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/FUNDING.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml12
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml4
-rw-r--r--.github/ISSUE_TEMPLATE/rfc.yml4
-rw-r--r--.github/ISSUE_TEMPLATE/suggestion.yml8
-rw-r--r--.github/pull_request_template.md9
-rw-r--r--.github/workflows/build.yml4
-rw-r--r--.github/workflows/trigger_builds.yml2
-rw-r--r--.github/workflows/trigger_release.yml2
-rw-r--r--CMakeLists.txt6
-rw-r--r--README.md75
-rw-r--r--buildconfig/BuildConfig.cpp.in1
-rw-r--r--buildconfig/BuildConfig.h1
-rw-r--r--launcher/Application.cpp6
-rw-r--r--launcher/CMakeLists.txt4
-rw-r--r--launcher/java/JavaUtils.cpp2
-rw-r--r--launcher/minecraft/Library.h14
-rw-r--r--launcher/minecraft/VersionFile.h30
-rw-r--r--launcher/minecraft/auth/AccountList.h2
-rw-r--r--launcher/minecraft/auth/MinecraftAccount.h2
-rw-r--r--launcher/minecraft/launch/LauncherPartLaunch.cpp2
-rw-r--r--launcher/minecraft/launch/MinecraftServerTarget.cpp2
-rw-r--r--launcher/modplatform/atlauncher/ATLPackInstallTask.cpp7
-rw-r--r--launcher/modplatform/atlauncher/ATLPackInstallTask.h2
-rw-r--r--launcher/modplatform/flame/FileResolvingTask.cpp15
-rw-r--r--launcher/modplatform/flame/FileResolvingTask.h3
-rw-r--r--launcher/modplatform/legacy_ftb/PackInstallTask.cpp41
-rw-r--r--launcher/modplatform/modpacksch/FTBPackInstallTask.cpp151
-rw-r--r--launcher/modplatform/modpacksch/FTBPackInstallTask.h7
-rw-r--r--launcher/resources/OSX/OSX.qrc4
-rw-r--r--launcher/resources/OSX/scalable/delete.svg49
-rw-r--r--launcher/resources/OSX/scalable/export.svg65
-rw-r--r--launcher/resources/OSX/scalable/launcher.svg66
-rw-r--r--launcher/resources/OSX/scalable/rename.svg27
-rw-r--r--launcher/resources/OSX/scalable/tag.svg35
-rw-r--r--launcher/resources/flat/flat.qrc4
-rw-r--r--launcher/resources/flat/scalable/delete.svg1
-rw-r--r--launcher/resources/flat/scalable/export.svg1
-rw-r--r--launcher/resources/flat/scalable/launcher.svg66
-rw-r--r--launcher/resources/flat/scalable/rename.svg1
-rw-r--r--launcher/resources/flat/scalable/tag.svg1
-rw-r--r--launcher/resources/iOS/iOS.qrc4
-rw-r--r--launcher/resources/iOS/scalable/delete.svg31
-rw-r--r--launcher/resources/iOS/scalable/export.svg34
-rw-r--r--launcher/resources/iOS/scalable/launcher.svg66
-rw-r--r--launcher/resources/iOS/scalable/rename.svg16
-rw-r--r--launcher/resources/iOS/scalable/tag.svg20
-rw-r--r--launcher/resources/multimc/multimc.qrc2
-rw-r--r--launcher/resources/multimc/scalable/instances/polymc.svg21
-rw-r--r--launcher/resources/multimc/scalable/instances/prismlauncher.svg18
-rw-r--r--launcher/resources/multimc/scalable/launcher.svg66
-rw-r--r--launcher/resources/pe_blue/pe_blue.qrc4
-rw-r--r--launcher/resources/pe_blue/scalable/delete.svg70
-rw-r--r--launcher/resources/pe_blue/scalable/export.svg40
-rw-r--r--launcher/resources/pe_blue/scalable/launcher.svg66
-rw-r--r--launcher/resources/pe_blue/scalable/rename.svg19
-rw-r--r--launcher/resources/pe_blue/scalable/tag.svg39
-rw-r--r--launcher/resources/pe_colored/pe_colored.qrc4
-rw-r--r--launcher/resources/pe_colored/scalable/delete.svg70
-rw-r--r--launcher/resources/pe_colored/scalable/export.svg44
-rw-r--r--launcher/resources/pe_colored/scalable/launcher.svg66
-rw-r--r--launcher/resources/pe_colored/scalable/rename.svg22
-rw-r--r--launcher/resources/pe_colored/scalable/tag.svg42
-rw-r--r--launcher/resources/pe_dark/pe_dark.qrc4
-rw-r--r--launcher/resources/pe_dark/scalable/delete.svg70
-rw-r--r--launcher/resources/pe_dark/scalable/export.svg36
-rw-r--r--launcher/resources/pe_dark/scalable/launcher.svg66
-rw-r--r--launcher/resources/pe_dark/scalable/rename.svg19
-rw-r--r--launcher/resources/pe_dark/scalable/tag.svg30
-rw-r--r--launcher/resources/pe_light/pe_light.qrc4
-rw-r--r--launcher/resources/pe_light/scalable/delete.svg70
-rw-r--r--launcher/resources/pe_light/scalable/export.svg37
-rw-r--r--launcher/resources/pe_light/scalable/launcher.svg66
-rw-r--r--launcher/resources/pe_light/scalable/rename.svg19
-rw-r--r--launcher/resources/pe_light/scalable/tag.svg23
-rw-r--r--launcher/settings/INISettingsObject.cpp25
-rw-r--r--launcher/settings/INISettingsObject.h5
-rw-r--r--launcher/settings/Setting.h2
-rw-r--r--launcher/ui/MainWindow.cpp11
-rw-r--r--launcher/ui/dialogs/AboutDialog.cpp24
-rw-r--r--launcher/ui/dialogs/NewInstanceDialog.cpp8
-rw-r--r--launcher/ui/dialogs/NewsDialog.cpp4
-rw-r--r--launcher/ui/dialogs/NewsDialog.ui9
-rw-r--r--launcher/ui/dialogs/ProgressDialog.cpp7
-rw-r--r--launcher/ui/dialogs/UpdateDialog.cpp8
-rw-r--r--launcher/ui/pages/global/LauncherPage.cpp2
-rw-r--r--launcher/ui/pages/instance/ExternalResourcesPage.cpp4
-rw-r--r--launcher/ui/pages/instance/ModFolderPage.cpp4
-rw-r--r--launcher/ui/pages/modplatform/ModPage.cpp1
-rw-r--r--launcher/ui/pages/modplatform/ModPage.ui9
-rw-r--r--launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.cpp7
-rw-r--r--launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.h2
-rw-r--r--launcher/ui/pages/modplatform/flame/FlameModPage.cpp2
-rw-r--r--launcher/ui/pages/modplatform/flame/FlameModel.cpp52
-rw-r--r--launcher/ui/pages/modplatform/flame/FlamePage.cpp10
-rw-r--r--launcher/ui/pages/modplatform/flame/FlamePage.ui9
-rw-r--r--launcher/ui/pages/modplatform/ftb/FtbListModel.cpp11
-rw-r--r--launcher/ui/pages/modplatform/ftb/FtbListModel.h6
-rw-r--r--launcher/ui/pages/modplatform/ftb/FtbPage.cpp10
-rw-r--r--launcher/ui/pages/modplatform/ftb/FtbPage.h1
-rw-r--r--launcher/ui/pages/modplatform/ftb/FtbPage.ui9
-rw-r--r--launcher/ui/pages/modplatform/modrinth/ModrinthModPage.cpp2
-rw-r--r--launcher/ui/pages/modplatform/modrinth/ModrinthModel.cpp4
-rw-r--r--launcher/ui/pages/modplatform/modrinth/ModrinthPage.cpp2
-rw-r--r--launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui9
-rw-r--r--launcher/ui/widgets/ProjectDescriptionPage.cpp23
-rw-r--r--launcher/ui/widgets/ProjectDescriptionPage.h32
-rw-r--r--launcher/ui/widgets/ProjectItem.cpp39
-rw-r--r--launcher/ui/widgets/VariableSizedImageObject.cpp127
-rw-r--r--launcher/ui/widgets/VariableSizedImageObject.h64
-rw-r--r--launcher/updater/DownloadTask.h2
-rw-r--r--launcher/updater/GoUpdate.cpp2
-rw-r--r--libraries/README.md4
-rw-r--r--libraries/katabasis/README.md2
-rw-r--r--libraries/launcher/CMakeLists.txt20
-rw-r--r--libraries/launcher/org/prismlauncher/EntryPoint.java (renamed from libraries/launcher/org/polymc/EntryPoint.java)6
-rw-r--r--libraries/launcher/org/prismlauncher/Launcher.java (renamed from libraries/launcher/org/polymc/Launcher.java)2
-rw-r--r--libraries/launcher/org/prismlauncher/LauncherFactory.java (renamed from libraries/launcher/org/polymc/LauncherFactory.java)6
-rw-r--r--libraries/launcher/org/prismlauncher/applet/LegacyFrame.java (renamed from libraries/launcher/org/polymc/applet/LegacyFrame.java)2
-rw-r--r--libraries/launcher/org/prismlauncher/exception/ParameterNotFoundException.java (renamed from libraries/launcher/org/polymc/exception/ParameterNotFoundException.java)2
-rw-r--r--libraries/launcher/org/prismlauncher/exception/ParseException.java (renamed from libraries/launcher/org/polymc/exception/ParseException.java)2
-rw-r--r--libraries/launcher/org/prismlauncher/impl/OneSixLauncher.java (renamed from libraries/launcher/org/polymc/impl/OneSixLauncher.java)10
-rw-r--r--libraries/launcher/org/prismlauncher/utils/Parameters.java (renamed from libraries/launcher/org/polymc/utils/Parameters.java)4
-rw-r--r--libraries/launcher/org/prismlauncher/utils/Utils.java (renamed from libraries/launcher/org/polymc/utils/Utils.java)2
-rw-r--r--nix/NIX.md73
-rw-r--r--nix/default.nix12
-rw-r--r--program_info/CMakeLists.txt8
-rw-r--r--program_info/README.md4
-rw-r--r--program_info/org.prismlauncher.PrismLauncher.Social.svg60
-rw-r--r--program_info/org.prismlauncher.PrismLauncher.Source.svg400
-rw-r--r--program_info/org.prismlauncher.PrismLauncher.bigsur.svg390
-rw-r--r--program_info/org.prismlauncher.PrismLauncher.desktop.in4