id
int64
0
755k
file_name
stringlengths
3
109
file_path
stringlengths
13
185
content
stringlengths
31
9.38M
size
int64
31
9.38M
language
stringclasses
1 value
extension
stringclasses
11 values
total_lines
int64
1
340k
avg_line_length
float64
2.18
149k
max_line_length
int64
7
2.22M
alphanum_fraction
float64
0
1
repo_name
stringlengths
6
65
repo_stars
int64
100
47.3k
repo_forks
int64
0
12k
repo_open_issues
int64
0
3.4k
repo_license
stringclasses
9 values
repo_extraction_date
stringclasses
92 values
exact_duplicates_redpajama
bool
2 classes
near_duplicates_redpajama
bool
2 classes
exact_duplicates_githubcode
bool
2 classes
exact_duplicates_stackv2
bool
1 class
exact_duplicates_stackv1
bool
2 classes
near_duplicates_githubcode
bool
2 classes
near_duplicates_stackv1
bool
2 classes
near_duplicates_stackv2
bool
1 class
28,791
mdc.h
doxygen_doxygen/deps/spdlog/include/spdlog/mdc.h
// Copyright(c) 2015-present, Gabi Melman & spdlog contributors. // Distributed under the MIT License (http://opensource.org/licenses/MIT) #pragma once #include <map> #include <string> #include <spdlog/common.h> // MDC is a simple map of key->string values stored in thread local storage whose content will be printe...
1,362
C++
.h
35
34.4
121
0.651216
doxygen/doxygen
5,592
1,269
1,920
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,875
ostream.h
doxygen_doxygen/deps/spdlog/include/spdlog/fmt/bundled/ostream.h
// Formatting library for C++ - std::ostream support // // Copyright (c) 2012 - present, Victor Zverovich // All rights reserved. // // For the license information refer to format.h. #ifndef FMT_OSTREAM_H_ #define FMT_OSTREAM_H_ #include <fstream> // std::filebuf #ifdef _WIN32 # ifdef __GLIBCXX__ # include <ext...
7,305
C++
.h
208
31.6875
80
0.684136
doxygen/doxygen
5,592
1,269
1,920
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,876
locale.h
doxygen_doxygen/deps/spdlog/include/spdlog/fmt/bundled/locale.h
#include "xchar.h" #warning fmt/locale.h is deprecated, include fmt/format.h or fmt/xchar.h instead
100
C++
.h
2
49
80
0.785714
doxygen/doxygen
5,592
1,269
1,920
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,889
lodepng.h
doxygen_doxygen/deps/liblodepng/lodepng.h
/* LodePNG version 20080927 Copyright (c) 2005-2008 Lode Vandevenne This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, incl...
5,213
C++
.h
96
52.020833
162
0.70173
doxygen/doxygen
5,592
1,269
1,920
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,890
iconv.h
doxygen_doxygen/deps/iconv_winbuild/include/iconv.h
/* Copyright (C) 1999-2003 Free Software Foundation, Inc. This file is part of the GNU LIBICONV Library. The GNU LIBICONV Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version...
5,168
C++
.h
111
43.243243
135
0.736821
doxygen/doxygen
5,592
1,269
1,920
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
false
false
false
false
false
false
28,892
version.h
doxygen_doxygen/libversion/version.h
/****************************************************************************** * * Copyright (C) 1997-2020 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby * granted. No representations are...
813
C++
.h
21
36.904762
79
0.701777
doxygen/doxygen
5,592
1,269
1,920
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,893
Untar.cpp
PrismLauncher_PrismLauncher/launcher/Untar.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2023-2024 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
9,523
C++
.cpp
251
28.844622
138
0.545445
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,894
Version.cpp
PrismLauncher_PrismLauncher/launcher/Version.cpp
#include "Version.h" #include <QDebug> #include <QRegularExpression> #include <QRegularExpressionMatch> #include <QUrl> Version::Version(QString str) : m_string(std::move(str)) { parse(); } #define VERSION_OPERATOR(return_on_different) \ bool exclude_our_sections...
5,082
C++
.cpp
110
35.572727
93
0.373511
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,896
MangoHud.cpp
PrismLauncher_PrismLauncher/launcher/MangoHud.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * PrismLauncher - Minecraft Launcher * Copyright (C) 2022 Jan Drögehoff <sentrycraft123@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software F...
5,232
C++
.cpp
148
28.709459
131
0.632141
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,897
KonamiCode.cpp
PrismLauncher_PrismLauncher/launcher/KonamiCode.cpp
#include "KonamiCode.h" #include <QDebug> #include <array> namespace { const std::array<Qt::Key, 10> konamiCode = { { Qt::Key_Up, Qt::Key_Up, Qt::Key_Down, Qt::Key_Down, Qt::Key_Left, Qt::Key_Right, Qt::Key_Left, Qt::Key_Right, Qt::Key_B, Qt::Key_A } }; } KonamiCode::Ko...
827
C++
.cpp
24
26.666667
127
0.546934
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,898
InstanceImportTask.cpp
PrismLauncher_PrismLauncher/launcher/InstanceImportTask.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Publi...
15,952
C++
.cpp
354
38.717514
136
0.678937
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,899
Json.cpp
PrismLauncher_PrismLauncher/launcher/Json.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Found...
8,078
C++
.cpp
259
27.84556
87
0.707799
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,900
InstanceList.cpp
PrismLauncher_PrismLauncher/launcher/InstanceList.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
31,610
C++
.cpp
908
28.144273
138
0.632729
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,901
StringUtils.cpp
PrismLauncher_PrismLauncher/launcher/StringUtils.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2023 flowln <flowlnlnln@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Publi...
8,763
C++
.cpp
200
36.285
138
0.608818
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,902
ApplicationMessage.cpp
PrismLauncher_PrismLauncher/launcher/ApplicationMessage.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Found...
2,386
C++
.cpp
60
36.916667
86
0.716688
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,903
GZip.cpp
PrismLauncher_PrismLauncher/launcher/GZip.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Found...
4,199
C++
.cpp
116
30.974138
112
0.660182
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,904
LaunchController.cpp
PrismLauncher_PrismLauncher/launcher/LaunchController.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
19,083
C++
.cpp
436
33.681193
140
0.603989
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,905
main.cpp
PrismLauncher_PrismLauncher/launcher/main.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Found...
3,014
C++
.cpp
88
29.25
80
0.674777
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,906
WindowsConsole.cpp
PrismLauncher_PrismLauncher/launcher/WindowsConsole.cpp
/* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, version 3. * * ...
4,679
C++
.cpp
116
34.887931
120
0.677873
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,907
DesktopServices.cpp
PrismLauncher_PrismLauncher/launcher/DesktopServices.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 dada513 <dada513@protonmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundatio...
2,689
C++
.cpp
80
31.375
107
0.734435
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,908
InstanceTask.cpp
PrismLauncher_PrismLauncher/launcher/InstanceTask.cpp
#include "InstanceTask.h" #include "Application.h" #include "settings/SettingsObject.h" #include "ui/dialogs/CustomMessageBox.h" #include <QPushButton> InstanceNameChange askForChangingInstanceName(QWidget* parent, const QString& old_name, const QString& new_name) { auto dialog = CustomMessageBox::select...
2,968
C++
.cpp
69
35.463768
137
0.667476
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,909
SysInfo.cpp
PrismLauncher_PrismLauncher/launcher/SysInfo.cpp
#include <QDebug> #include <QString> #include "sys.h" #ifdef Q_OS_MACOS #include <sys/sysctl.h> #endif #include <QFile> #include <QMap> #include <QProcess> #include <QStandardPaths> #ifdef Q_OS_MACOS bool rosettaDetect() { int ret = 0; size_t size = sizeof(ret); if (sysctlbyname("sysctl.proc_translated", &...
2,217
C++
.cpp
92
19.282609
77
0.598678
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,910
Commandline.cpp
PrismLauncher_PrismLauncher/launcher/Commandline.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Found...
2,707
C++
.cpp
80
27.825
80
0.616323
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,911
MMCTime.cpp
PrismLauncher_PrismLauncher/launcher/MMCTime.cpp
/* * Copyright 2015 Petr Mrazek <peterix@gmail.com> * Copyright 2021 Jamie Mansfield <jmansfield@cadixdev.org> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apach...
3,130
C++
.cpp
91
29.340659
114
0.595906
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,912
FileSystem.cpp
PrismLauncher_PrismLauncher/launcher/FileSystem.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2022 TheKodeToad <TheKodeToad@proton.me> * Copyright (C) 2022 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you...
57,433
C++
.cpp
1,464
32.883197
140
0.64107
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,913
Markdown.cpp
PrismLauncher_PrismLauncher/launcher/Markdown.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2023 Joshua Goins <josh@redstrate.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundati...
1,071
C++
.cpp
26
38.692308
130
0.74928
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,914
ResourceDownloadTask.cpp
PrismLauncher_PrismLauncher/launcher/ResourceDownloadTask.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022-2023 flowln <flowlnlnln@gmail.com> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General ...
4,908
C++
.cpp
100
41.54
132
0.68398
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,915
LoggedProcess.cpp
PrismLauncher_PrismLauncher/launcher/LoggedProcess.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022,2023 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (c) 2023 flowln <flowlnlnln@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General ...
5,998
C++
.cpp
162
31.783951
125
0.674459
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,916
DataMigrationTask.cpp
PrismLauncher_PrismLauncher/launcher/DataMigrationTask.cpp
// SPDX-FileCopyrightText: 2022 Sefa Eyeoglu <contact@scrumplex.net> // // SPDX-License-Identifier: GPL-3.0-only #include "DataMigrationTask.h" #include "FileSystem.h" #include <QDirIterator> #include <QFileInfo> #include <QMap> #include <QtConcurrent> DataMigrationTask::DataMigrationTask(const QString& sourcePath...
3,239
C++
.cpp
78
37.307692
127
0.716423
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,917
JavaCommon.cpp
PrismLauncher_PrismLauncher/launcher/JavaCommon.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Found...
6,170
C++
.cpp
135
40.777778
140
0.687137
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,918
InstanceCopyTask.cpp
PrismLauncher_PrismLauncher/launcher/InstanceCopyTask.cpp
#include "InstanceCopyTask.h" #include <QDebug> #include <QtConcurrentRun> #include <memory> #include "FileSystem.h" #include "NullInstance.h" #include "pathmatcher/RegexpMatcher.h" #include "settings/INISettingsObject.h" #include "tasks/Task.h" InstanceCopyTask::InstanceCopyTask(InstancePtr origInstance, const Instan...
8,033
C++
.cpp
172
35.755814
138
0.598749
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,919
Application.cpp
PrismLauncher_PrismLauncher/launcher/Application.cpp
// SPDX-FileCopyrightText: 2022 Sefa Eyeoglu <contact@scrumplex.net> // // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2022 Lenny McLennington <lenny@sneed.church> * Copyright (C) 2022 Ta...
74,131
C++
.cpp
1,690
35.289349
140
0.628435
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,920
MessageLevel.cpp
PrismLauncher_PrismLauncher/launcher/MessageLevel.cpp
#include "MessageLevel.h" MessageLevel::Enum MessageLevel::getLevel(const QString& levelName) { if (levelName == "Launcher") return MessageLevel::Launcher; else if (levelName == "Debug") return MessageLevel::Debug; else if (levelName == "Info") return MessageLevel::Info; else if...
1,075
C++
.cpp
33
27.030303
71
0.644231
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
true
false
true
false
28,922
FastFileIconProvider.cpp
PrismLauncher_PrismLauncher/launcher/FastFileIconProvider.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Founda...
1,479
C++
.cpp
42
31.095238
77
0.692952
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,923
BaseVersionList.cpp
PrismLauncher_PrismLauncher/launcher/BaseVersionList.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Found...
3,823
C++
.cpp
108
30.796296
81
0.68821
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,924
VersionProxyModel.cpp
PrismLauncher_PrismLauncher/launcher/VersionProxyModel.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
15,638
C++
.cpp
413
29.457627
140
0.626852
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,925
BaseInstance.cpp
PrismLauncher_PrismLauncher/launcher/BaseInstance.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redist...
12,540
C++
.cpp
350
32.182857
124
0.732965
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,926
FileIgnoreProxy.cpp
PrismLauncher_PrismLauncher/launcher/FileIgnoreProxy.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
9,302
C++
.cpp
249
30.220884
136
0.634943
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,927
Filter.cpp
PrismLauncher_PrismLauncher/launcher/Filter.cpp
#include "Filter.h" ContainsFilter::ContainsFilter(const QString& pattern) : pattern(pattern) {} bool ContainsFilter::accepts(const QString& value) { return value.contains(pattern); } ExactFilter::ExactFilter(const QString& pattern) : pattern(pattern) {} bool ExactFilter::accepts(const QString& value) { retur...
1,057
C++
.cpp
32
30.78125
88
0.761019
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,928
MMCZip.cpp
PrismLauncher_PrismLauncher/launcher/MMCZip.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (c) 2023-2024 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU...
24,805
C++
.cpp
589
34.050934
140
0.622126
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,929
InstanceCreationTask.cpp
PrismLauncher_PrismLauncher/launcher/InstanceCreationTask.cpp
#include "InstanceCreationTask.h" #include <QDebug> #include <QFile> #include "FileSystem.h" void InstanceCreationTask::executeTask() { setAbortable(true); if (updateInstance()) { emitSucceeded(); return; } // When the user aborted in the update stage. if (m_abort) { emit...
1,719
C++
.cpp
53
24.09434
97
0.563823
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,930
InstanceCopyPrefs.cpp
PrismLauncher_PrismLauncher/launcher/InstanceCopyPrefs.cpp
// // Created by marcelohdez on 10/22/22. // #include "InstanceCopyPrefs.h" bool InstanceCopyPrefs::allTrue() const { return copySaves && keepPlaytime && copyGameOptions && copyResourcePacks && copyShaderPacks && copyServers && copyMods && copyScreenshots; } // Returns a single RegEx string of the sel...
3,846
C++
.cpp
153
21.620915
140
0.726402
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,931
MMCIcon.cpp
PrismLauncher_PrismLauncher/launcher/icons/MMCIcon.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Gene...
3,777
C++
.cpp
121
27.107438
80
0.668587
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,932
IconList.cpp
PrismLauncher_PrismLauncher/launcher/icons/IconList.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Gene...
12,221
C++
.cpp
374
27.179144
134
0.641682
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,933
IconUtils.cpp
PrismLauncher_PrismLauncher/launcher/icons/IconUtils.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fou...
2,390
C++
.cpp
62
35.854839
122
0.716688
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,934
ConcurrentTask.cpp
PrismLauncher_PrismLauncher/launcher/tasks/ConcurrentTask.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * Copyright (c) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the G...
7,235
C++
.cpp
197
32.081218
134
0.669335
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,935
SequentialTask.cpp
PrismLauncher_PrismLauncher/launcher/tasks/SequentialTask.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * Copyright (c) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the G...
2,115
C++
.cpp
50
40.16
134
0.733624
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,936
MultipleOptionsTask.cpp
PrismLauncher_PrismLauncher/launcher/tasks/MultipleOptionsTask.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, ...
2,209
C++
.cpp
55
37.236364
135
0.715084
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,937
Task.cpp
PrismLauncher_PrismLauncher/launcher/tasks/Task.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * Copyright (c) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the G...
5,648
C++
.cpp
184
25.929348
123
0.633725
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,938
ImgurAlbumCreation.cpp
PrismLauncher_PrismLauncher/launcher/screenshots/ImgurAlbumCreation.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Publi...
3,880
C++
.cpp
99
35.555556
133
0.704744
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,939
ImgurUpload.cpp
PrismLauncher_PrismLauncher/launcher/screenshots/ImgurUpload.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Publi...
4,534
C++
.cpp
112
37.125
134
0.713897
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,941
NewsEntry.cpp
PrismLauncher_PrismLauncher/launcher/news/NewsEntry.cpp
/* Copyright 2013-2021 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
1,839
C++
.cpp
52
32.173077
122
0.713483
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,943
MCEditTool.cpp
PrismLauncher_PrismLauncher/launcher/tools/MCEditTool.cpp
#include "MCEditTool.h" #include <QDir> #include <QProcess> #include <QUrl> #include "BaseInstance.h" #include "minecraft/MinecraftInstance.h" #include "settings/SettingsObject.h" MCEditTool::MCEditTool(SettingsObjectPtr settings) { settings->registerSetting("MCEditPath"); m_settings = settings; } void MCEd...
1,801
C++
.cpp
62
25.032258
119
0.67321
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,944
GenericProfiler.cpp
PrismLauncher_PrismLauncher/launcher/tools/GenericProfiler.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fou...
1,620
C++
.cpp
40
38.25
99
0.778413
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,946
JVisualVM.cpp
PrismLauncher_PrismLauncher/launcher/tools/JVisualVM.cpp
#include "JVisualVM.h" #include <QDir> #include <QStandardPaths> #include "BaseInstance.h" #include "launch/LaunchTask.h" #include "settings/SettingsObject.h" class JVisualVM : public BaseProfiler { Q_OBJECT public: JVisualVM(SettingsObjectPtr settings, InstancePtr instance, QObject* parent = 0); priv...
2,673
C++
.cpp
74
32.175676
133
0.735864
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,948
PrismExternalUpdater.cpp
PrismLauncher_PrismLauncher/launcher/updater/PrismExternalUpdater.cpp
// SPDX-FileCopyrightText: 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> // // SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or mo...
12,650
C++
.cpp
320
32.2625
137
0.646327
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,949
PrismUpdater.cpp
PrismLauncher_PrismLauncher/launcher/updater/prismupdater/PrismUpdater.cpp
// SPDX-FileCopyrightText: 2022 Rachel Powers <508861+Ryex@users.noreply.github.com> // // SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or mo...
54,582
C++
.cpp
1,243
35.695897
140
0.616321
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,950
updater_main.cpp
PrismLauncher_PrismLauncher/launcher/updater/prismupdater/updater_main.cpp
// SPDX-FileCopyrightText: 2022 Rachel Powers <508861+Ryex@users.noreply.github.com> // // SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or mo...
1,285
C++
.cpp
37
30.297297
84
0.697189
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,951
GitHubRelease.cpp
PrismLauncher_PrismLauncher/launcher/updater/prismupdater/GitHubRelease.cpp
// SPDX-FileCopyrightText: 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> // // SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or mo...
3,053
C++
.cpp
89
19.550562
84
0.40473
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,952
UpdaterDialogs.cpp
PrismLauncher_PrismLauncher/launcher/updater/prismupdater/UpdaterDialogs.cpp
// SPDX-FileCopyrightText: 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> // // SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or mo...
6,025
C++
.cpp
138
39.23913
127
0.74026
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,953
MainWindow.cpp
PrismLauncher_PrismLauncher/launcher/ui/MainWindow.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
65,957
C++
.cpp
1,514
36.354029
140
0.670173
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,954
InstanceWindow.cpp
PrismLauncher_PrismLauncher/launcher/ui/InstanceWindow.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
7,492
C++
.cpp
194
33.793814
118
0.707341
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,955
GuiUtil.cpp
PrismLauncher_PrismLauncher/launcher/ui/GuiUtil.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Lenny McLennington <lenny@sneed.church> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2022 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistri...
6,573
C++
.cpp
153
34.699346
133
0.648492
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,956
JavaWizardPage.cpp
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/JavaWizardPage.cpp
#include "JavaWizardPage.h" #include "Application.h" #include <QFileDialog> #include <QGroupBox> #include <QLabel> #include <QLineEdit> #include <QPushButton> #include <QSpinBox> #include <QToolButton> #include <QVBoxLayout> #include <sys.h> #include "JavaCommon.h" #include "ui/widgets/JavaSettingsWidget.h" #includ...
2,301
C++
.cpp
75
25.56
138
0.677813
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,957
AutoJavaWizardPage.cpp
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/AutoJavaWizardPage.cpp
#include "AutoJavaWizardPage.h" #include "ui_AutoJavaWizardPage.h" #include "Application.h" AutoJavaWizardPage::AutoJavaWizardPage(QWidget* parent) : BaseWizardPage(parent), ui(new Ui::AutoJavaWizardPage) { ui->setupUi(this); } AutoJavaWizardPage::~AutoJavaWizardPage() { delete ui; } void AutoJavaWizardPage...
728
C++
.cpp
26
24.884615
112
0.746763
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,958
ThemeWizardPage.cpp
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/ThemeWizardPage.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Tayou <git@tayou.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, version ...
2,590
C++
.cpp
62
38.919355
131
0.759524
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,959
LanguageWizardPage.cpp
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/LanguageWizardPage.cpp
#include "LanguageWizardPage.h" #include <Application.h> #include <translations/TranslationsModel.h> #include <BuildConfig.h> #include <QVBoxLayout> #include "ui/widgets/LanguageSelectionWidget.h" LanguageWizardPage::LanguageWizardPage(QWidget* parent) : BaseWizardPage(parent) { setObjectName(QStringLiteral("lang...
1,168
C++
.cpp
38
27.842105
94
0.766488
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,960
PasteWizardPage.cpp
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/PasteWizardPage.cpp
#include "PasteWizardPage.h" #include "ui_PasteWizardPage.h" #include "Application.h" #include "net/PasteUpload.h" PasteWizardPage::PasteWizardPage(QWidget* parent) : BaseWizardPage(parent), ui(new Ui::PasteWizardPage) { ui->setupUi(this); } PasteWizardPage::~PasteWizardPage() { delete ui; } void PasteWizar...
951
C++
.cpp
30
28.066667
124
0.733042
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,961
SetupWizard.cpp
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/SetupWizard.cpp
#include "SetupWizard.h" #include "JavaWizardPage.h" #include "LanguageWizardPage.h" #include <Application.h> #include <FileSystem.h> #include "translations/TranslationsModel.h" #include <BuildConfig.h> #include <QAbstractButton> SetupWizard::SetupWizard(QWidget* parent) : QWizard(parent) { setObjectName(QStrin...
2,272
C++
.cpp
67
29.268657
135
0.70497
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,962
LoginWizardPage.cpp
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/LoginWizardPage.cpp
#include "LoginWizardPage.h" #include "minecraft/auth/AccountList.h" #include "ui/dialogs/MSALoginDialog.h" #include "ui_LoginWizardPage.h" #include "Application.h" LoginWizardPage::LoginWizardPage(QWidget* parent) : BaseWizardPage(parent), ui(new Ui::LoginWizardPage) { ui->setupUi(this); } LoginWizardPage::~Log...
973
C++
.cpp
37
22.405405
103
0.685684
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,963
CustomPage.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/CustomPage.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
8,540
C++
.cpp
197
38.80203
126
0.707006
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,964
OptionalModDialog.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/OptionalModDialog.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fou...
2,390
C++
.cpp
60
35.016667
127
0.668244
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,965
ShaderPackPage.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ShaderPackPage.cpp
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #include "ShaderPackPage.h" #include "modplatform/ModIndex.h" #include "ui_ResourcePage.h" #include "ShaderPackModel.h" #include "Application.h" #include "ui/dialogs/ResourceDownloadDialog.h" #include <QRegular...
2,335
C++
.cpp
46
45.456522
137
0.711775
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,966
ImportPage.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ImportPage.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU G...
8,693
C++
.cpp
205
34.15122
139
0.614703
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,967
TexturePackModel.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/TexturePackModel.cpp
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #include "TexturePackModel.h" #include "Application.h" #include "meta/Index.h" #include "meta/Version.h" static std::list<Version> s_availableVersions = {}; namespace ResourceDownload { TexturePackResourceMode...
2,879
C++
.cpp
67
37.641791
123
0.703293
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,968
ResourcePackModel.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ResourcePackModel.cpp
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #include "ResourcePackModel.h" #include <QMessageBox> namespace ResourceDownload { ResourcePackResourceModel::ResourcePackResourceModel(BaseInstance const& base_inst, ResourceAPI* api) : ResourceModel(api),...
1,282
C++
.cpp
35
33.685714
107
0.748178
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,969
ModModel.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ModModel.cpp
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #include "ModModel.h" #include "minecraft/MinecraftInstance.h" #include "minecraft/PackProfile.h" #include "minecraft/mod/ModFolderModel.h" #include <QMessageBox> #include <algorithm> namespace ResourceDownload...
4,475
C++
.cpp
105
37.819048
140
0.662523
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,970
ModPage.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ModPage.cpp
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2022 TheKodeToad <TheKodeToad@proton.me> * Copyright (c) 2023 Trial97 <alexa...
4,585
C++
.cpp
103
41.116505
135
0.716207
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,971
ResourcePage.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ResourcePage.cpp
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * Copyright (c) 2023 Trial97 <alexa...
17,445
C++
.cpp
414
35.099034
139
0.645138
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,972
ShaderPackModel.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ShaderPackModel.cpp
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #include "ShaderPackModel.h" #include <QMessageBox> namespace ResourceDownload { ShaderPackResourceModel::ShaderPackResourceModel(BaseInstance const& base_inst, ResourceAPI* api) : ResourceModel(api), m_bas...
1,266
C++
.cpp
35
33.228571
107
0.744873
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,973
ResourceModel.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ResourceModel.cpp
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #include "ResourceModel.h" #include <QCryptographicHash> #include <QIcon> #include <QList> #include <QMessageBox> #include <QPixmapCache> #include <QUrl> #include <algorithm> #include <memory> #include "Applicat...
18,502
C++
.cpp
483
30.416149
138
0.616256
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,974
ResourcePackPage.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ResourcePackPage.cpp
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #include "ResourcePackPage.h" #include "ui_ResourcePage.h" #include "ResourcePackModel.h" #include "ui/dialogs/ResourceDownloadDialog.h" #include <QRegularExpression> namespace ResourceDownload { ResourcePack...
1,705
C++
.cpp
34
46.823529
139
0.734177
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,975
ModrinthResourcePages.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/modrinth/ModrinthResourcePages.cpp
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can red...
6,940
C++
.cpp
136
47.580882
137
0.761947
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,976
ModrinthModel.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/modrinth/ModrinthModel.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Publi...
12,219
C++
.cpp
322
30.767081
140
0.628263
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,977
ModrinthPage.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/modrinth/ModrinthPage.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, ...
15,714
C++
.cpp
341
38.096774
139
0.629942
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,978
ModrinthResourceModels.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/modrinth/ModrinthResourceModels.cpp
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU G...
4,060
C++
.cpp
96
40.166667
132
0.792587
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,979
AtlPage.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/atlauncher/AtlPage.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
5,425
C++
.cpp
144
33.923611
137
0.724138
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,980
AtlListModel.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/atlauncher/AtlListModel.cpp
/* * Copyright 2020-2021 Jamie Mansfield <jmansfield@cadixdev.org> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
6,715
C++
.cpp
183
30.169399
137
0.645574
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,981
AtlOptionalModDialog.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/atlauncher/AtlOptionalModDialog.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
11,838
C++
.cpp
297
34.060606
138
0.67169
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,982
AtlFilterModel.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/atlauncher/AtlFilterModel.cpp
/* * Copyright 2020-2021 Jamie Mansfield <jmansfield@cadixdev.org> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
2,995
C++
.cpp
80
34
114
0.739476
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,983
AtlUserInteractionSupportImpl.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
3,839
C++
.cpp
84
40.22619
132
0.697196
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,984
FlameResourcePages.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/flame/FlameResourcePages.cpp
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2022 TheKodeToad <TheKodeToad@proton.me> * Copyright (c) 2023 Trial97 <alexa...
8,873
C++
.cpp
191
41.958115
140
0.731152
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,985
FlamePage.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/flame/FlamePage.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
13,691
C++
.cpp
308
37.626623
135
0.651137
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,986
FlameModel.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/flame/FlameModel.cpp
#include "FlameModel.h" #include <Json.h> #include "Application.h" #include "modplatform/ModIndex.h" #include "modplatform/ResourceAPI.h" #include "modplatform/flame/FlameAPI.h" #include "ui/widgets/ProjectItem.h" #include "net/ApiDownload.h" #include <Version.h> #include <QtMath> namespace Flame { ListModel::List...
9,176
C++
.cpp
257
28.964981
137
0.637818
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,987
FlameResourceModels.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/flame/FlameResourceModels.cpp
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #include "FlameResourceModels.h" #include "Json.h" #include "minecraft/PackProfile.h" #include "modplatform/flame/FlameAPI.h" #include "modplatform/flame/FlameModIndex.h" namespace ResourceDownload { static bo...
5,678
C++
.cpp
131
40.496183
124
0.783833
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,988
ListModel.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Found...
8,826
C++
.cpp
262
28.39313
135
0.666549
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,989
Page.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/legacy_ftb/Page.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU G...
13,389
C++
.cpp
321
35.819315
139
0.695649
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
28,990
ListModel.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/import_ftb/ListModel.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fou...
6,484
C++
.cpp
191
28.471204
122
0.666879
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,991
ImportFTBPage.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/import_ftb/ImportFTBPage.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fou...
4,402
C++
.cpp
122
31.442623
137
0.713514
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
28,992
TechnicModel.cpp
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/technic/TechnicModel.cpp
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2021 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
10,822
C++
.cpp
278
30.956835
140
0.616468
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false