PrismLauncher/launcher
2025-05-07 13:34:35 +02:00
..
console feat(ansi-console): Format console with ansi excapes 2025-04-18 00:39:19 -07:00
filelink feat(ansi-console): Format console with ansi excapes 2025-04-18 00:39:19 -07:00
icons replace qvector with qlist 2025-04-19 00:59:48 +03:00
java fix: crash when task was canceled and abort signal was fired early 2025-04-29 19:24:04 +03:00
launch chore: reformat 2025-04-29 10:46:41 +03:00
logs chore: reformat 2025-04-29 10:46:41 +03:00
meta replace qvector with qlist 2025-04-19 00:59:48 +03:00
minecraft chore: reformat 2025-04-29 10:46:41 +03:00
modplatform fix: task typo in flame export task 2025-04-30 10:15:59 +03:00
net chore: reformat 2025-04-29 10:46:41 +03:00
news
pathmatcher chore: make all the regexes static const 2025-04-28 22:37:29 +03:00
resources chore:add qr code support for login 2025-04-18 18:46:10 +03:00
screenshots
settings chore: add getOrRegisterSetting function 2025-04-18 20:02:52 +03:00
tasks chore: reformat 2025-04-29 10:46:41 +03:00
tools
translations replace qvector with qlist 2025-04-19 00:59:48 +03:00
ui Merge branch 'PrismLauncher:develop' into add-startmenu-shortcut 2025-05-07 13:34:35 +02:00
updater chore: make all the regexes static const 2025-04-28 22:37:29 +03:00
Application.cpp chore: reformat 2025-04-29 10:46:41 +03:00
Application.h rename some variables 2025-03-03 23:55:43 +02:00
ApplicationMessage.cpp
ApplicationMessage.h
BaseInstaller.cpp
BaseInstaller.h
BaseInstance.cpp change java on modpack update (#3379) 2025-04-29 08:31:59 +03:00
BaseInstance.h Merge remote-tracking branch 'upstream/develop' into xml-logs 2025-04-28 04:11:53 -07:00
BaseVersion.h
BaseVersionList.cpp
BaseVersionList.h
CMakeLists.txt feat(logs): parse log4j xml events in logs 2025-04-19 12:54:40 -07:00
Commandline.cpp
Commandline.h
DataMigrationTask.cpp chore: remove qt version checks from code 2025-04-17 23:46:55 +03:00
DataMigrationTask.h remove task parent from constuctor 2024-11-01 00:11:45 +02:00
DefaultVariable.h
DesktopServices.cpp
DesktopServices.h
Exception.h
ExponentialSeries.h
FastFileIconProvider.cpp
FastFileIconProvider.h
FileIgnoreProxy.cpp fix: file filtering on modpack export 2025-04-29 19:02:35 +03:00
FileIgnoreProxy.h fix: file filtering on modpack export 2025-04-29 19:02:35 +03:00
FileSystem.cpp Merge branch 'PrismLauncher:develop' into add-startmenu-shortcut 2025-05-07 13:34:35 +02:00
FileSystem.h Merge branch 'PrismLauncher:develop' into add-startmenu-shortcut 2025-05-07 13:34:35 +02:00
Filter.cpp
Filter.h
GZip.cpp fix: gzip file parsing as a stream 2025-04-19 00:41:24 +03:00
GZip.h fix: gzip file parsing as a stream 2025-04-19 00:41:24 +03:00
install_prereqs.cmake.in
InstanceCopyPrefs.cpp
InstanceCopyPrefs.h
InstanceCopyTask.cpp chore:fixed some codeql warnings 2025-03-24 22:25:35 +02:00
InstanceCopyTask.h chore:fixed some codeql warnings 2025-03-24 22:25:35 +02:00
InstanceCreationTask.cpp Fix file remaingin open after program closure 2024-11-14 13:27:16 +02:00
InstanceCreationTask.h
InstanceDirUpdate.cpp Use CustomMessageBox::selectable 2025-03-31 07:14:09 +08:00
InstanceDirUpdate.h Remove names from header comments 2025-03-27 20:25:30 +08:00
InstanceImportTask.cpp fix: crash when task was canceled and abort signal was fired early 2025-04-29 19:24:04 +03:00
InstanceImportTask.h Fix file remaingin open after program closure 2024-11-14 13:27:16 +02:00
InstanceList.cpp Console colors and log invocation location (#3654) 2025-04-18 20:38:55 -07:00
InstanceList.h Use custom signals to record previous name 2025-03-27 17:13:52 +08:00
InstancePageProvider.h Shallow search and lazy loading for Other Logs page 2025-04-18 20:14:33 +01:00
InstanceTask.cpp
InstanceTask.h
JavaCommon.cpp chore: make all the regexes static const 2025-04-28 22:37:29 +03:00
JavaCommon.h chore:fixed some codeql warnings 2025-03-24 22:25:35 +02:00
Json.cpp
Json.h replace qvector with qlist 2025-04-19 00:59:48 +03:00
KonamiCode.cpp
KonamiCode.h
LaunchController.cpp chore: make all the regexes static const 2025-04-28 22:37:29 +03:00
LaunchController.h Always check Microsoft account for offline account 2025-02-13 19:12:50 +00:00
Launcher.in Fix removing portable.txt on Linux portable build 2024-10-21 16:30:08 +01:00
LoggedProcess.cpp Use UTF-8 to decode logs on Java 18 or newer 2024-10-09 17:15:53 +01:00
LoggedProcess.h Use UTF-8 to decode logs on Java 18 or newer 2024-10-09 17:15:53 +01:00
main.cpp Move shaders to separate files 2025-01-10 11:40:38 +02:00
MangoHud.cpp
MangoHud.h
Markdown.cpp
Markdown.h
MessageLevel.cpp feat(xml-logs): finish tests 2025-04-19 13:02:30 -07:00
MessageLevel.h feat(logs): parse log4j xml events in logs 2025-04-19 12:54:40 -07:00
MMCTime.cpp
MMCTime.h
MMCZip.cpp fix: file filtering on modpack export 2025-04-29 19:02:35 +03:00
MMCZip.h fix: file filtering on modpack export 2025-04-29 19:02:35 +03:00
MTPixmapCache.h fix: prevent inf recursion when mod icon load fails; cut max pixmapcache to 1/4 previous value 2024-10-11 13:26:20 -07:00
NullInstance.h Make requested changes 2025-04-18 23:50:02 +01:00
ProblemProvider.h
PSaveFile.h Replaced QSet with QHash 2024-10-22 09:41:00 +03:00
QObjectPtr.h
qtlogging.ini fix: use after free begone! 2025-04-28 04:49:23 -07:00
QVariantUtils.h
RecursiveFileSystemWatcher.cpp chore: make all the regexes static const 2025-04-28 22:37:29 +03:00
RecursiveFileSystemWatcher.h
ResourceDownloadTask.cpp Merge remote-tracking branch 'upstream/develop' into resource-meta 2024-10-08 17:15:42 +01:00
ResourceDownloadTask.h
RuntimeContext.h
RWStorage.h
SeparatorPrefixTree.h
StringUtils.cpp chore: make all the regexes static const 2025-04-28 22:37:29 +03:00
StringUtils.h
SysInfo.cpp fix macos system detection 2024-10-30 17:15:42 +02:00
SysInfo.h
Untar.cpp
Untar.h
Usable.h
Version.cpp chore: make all the regexes static const 2025-04-28 22:37:29 +03:00
Version.h chore: remove qt version checks from code 2025-04-17 23:46:55 +03:00
VersionProxyModel.cpp fix: beginResetModel called before endResetModel 2025-04-18 14:10:00 +03:00
VersionProxyModel.h
WatchLock.h