Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-17 | Merge pull request #1392 from Scrumplex/feat-native-override | Sefa Eyeoglu | |
2023-08-17 | Merge pull request #981 from Ryex/curseforge-url-handle | Sefa Eyeoglu | |
2023-08-17 | removed line | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-08-15 | fixed crash on atlauncher pack install | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-08-15 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into curseforge-url-handle3 Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-08-15 | Merge pull request #1513 from lumiscosity/fix/skin_transparency_bug | Sefa Eyeoglu | |
2023-08-15 | Merge pull request #1508 from comp500/fix/allow-empty-lines | Sefa Eyeoglu | |
2023-08-15 | fix: add missing header | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-15 | fix: only add native library overrides if files exist | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-15 | fix: improve debug message | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-15 | fix: remove meta OpenAL workaround | Sefa Eyeoglu | |
LWJGL 2 doesn't have a separate zip for OpenAL. So there is no reason for this code. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-15 | feat: add custom native library path settings | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-15 | feat: implement override for GLFW/OpenAL with split natives | Sefa Eyeoglu | |
Fixes PrismLauncher/PrismLauncher#513 Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-15 | Merge pull request #1407 from TheKodeToad/icon-indexing | Sefa Eyeoglu | |
2023-08-15 | Merge pull request #1516 from Trial97/abort_connect | Sefa Eyeoglu | |
2023-08-15 | chore: reformat | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-15 | chore: reformat | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-15 | Some warnings | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-08-15 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into staging Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-08-14 | chore: update license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-14 | chore: reformat | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-14 | Merge commit 'ce2ca1381519a2e261d7f76dffa874d559d979c2' into staging | Sefa Eyeoglu | |
2023-08-12 | `theme` -> `catpacks` | TheKodeToad | |
Co-authored-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-08-12 | Merge remote-tracking branch 'upstream/staging' into chore/add-compiler-warnings | Sefa Eyeoglu | |
2023-08-12 | fix: use ApiDownload for CF URL handling | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-12 | Merge remote-tracking branch 'upstream/staging' into curseforge-url-handle | Sefa Eyeoglu | |
2023-08-11 | fix: use QColorConstants in Qt 5.14+ | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-11 | connect the abort signal in concurent task | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-08-11 | fix: fix more warnings | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-11 | Merge pull request #1230 from TheKodeToad/better-component-installation | Sefa Eyeoglu | |
Revamp loader installation UI | |||
2023-08-10 | Merge remote-tracking branch 'upstream/staging' into chore/add-compiler-warnings | Sefa Eyeoglu | |
2023-08-10 | chore: add licensing info to loader logos | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-10 | chore: replace LiteLoader logo with high quality version | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-10 | Fix transparency in skin icon | maple! | |
QPainter has a bug where drawing transparency to a freshly initialized, empty QPixmap causes garbage data to be drawn. This broke the rendering of the skin icon. The fix is simply to fill the QPixmap with empty transparent pixels beforehand. Signed-off-by: maple! <averyrudelphe@gmail.com> | |||
2023-08-10 | Merge pull request #1324 from leia-uwu/ui-tweaks | Sefa Eyeoglu | |
2023-08-10 | chore: add comment about _kde_side_panel_view | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-10 | Fixed curseforge import | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-08-09 | Remove unnecessary #if | comp500 | |
Signed-off-by: comp500 <comp500@users.noreply.github.com> | |||
2023-08-09 | Allow empty lines in log output | comp500 | |
Preserving empty lines in the game log ensures that crash reports and debugging information has necessary whitespace - the previous behaviour made crash reports hard to read. Signed-off-by: comp500 <comp500@users.noreply.github.com> | |||
2023-08-07 | Fix actions | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-08-07 | Merge branch 'develop' into icon-indexing | Tayou | |
Signed-off-by: Tayou <31988415+TayouVR@users.noreply.github.com> | |||
2023-08-06 | Merge remote-tracking branch 'upstream/staging' into curseforge-url-handle | Sefa Eyeoglu | |
2023-08-06 | fix: makeShared for QByteArray | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-06 | Merge pull request #1464 from Ryex/fix/windows-console-attach | seth | |
[Windows] Fix attaching logs to console | |||
2023-08-06 | chore: replace fabricmc icons with SVG | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-05 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into pack_changelog | |||
2023-08-05 | Merge branch 'staging' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into icons | |||
2023-08-04 | Merge pull request #1102 from Ryex/refactor/net-split-headers-to-proxy-class | Sefa Eyeoglu | |
2023-08-04 | Merge pull request #1459 from Scrumplex/format | Sefa Eyeoglu | |
2023-08-04 | chore: update license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> |