aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-16feat:Added remove metadata buttonTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-08-15Merge pull request #1513 from lumiscosity/fix/skin_transparency_bugSefa Eyeoglu
2023-08-15Merge pull request #1508 from comp500/fix/allow-empty-linesSefa Eyeoglu
2023-08-15Merge pull request #1407 from TheKodeToad/icon-indexingSefa Eyeoglu
2023-08-15Merge pull request #1516 from Trial97/abort_connectSefa Eyeoglu
2023-08-15Merge pull request #1520 from PrismLauncher/update_flake_lock_actionSefa Eyeoglu
2023-08-15Merge pull request #1462 from getchoo/labelsSefa Eyeoglu
2023-08-15chore: reformatSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-15Merge pull request #1467 from Scrumplex/update-nix-docsSefa Eyeoglu
2023-08-15Merge pull request #1486 from PrismLauncher/stagingSefa Eyeoglu
2023-08-15chore: reformatSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-15Some warningsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-08-15Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into staging Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-08-14chore: update license headersSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-14chore: reformatSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-14Merge commit 'ce2ca1381519a2e261d7f76dffa874d559d979c2' into stagingSefa Eyeoglu
2023-08-13Merge pull request #1107 from Ryex/chore/add-compiler-warningsTheKodeToad
Introduce more strict compiler warnings and fix them
2023-08-13chore(nix): update lockfilegithub-actions[bot]
Flake lock file updates: • Updated input 'nixpkgs': 'github:nixos/nixpkgs/0d2fb29f5071a12d7983319c2c2576be6a130582' (2023-08-05) → 'github:nixos/nixpkgs/f0451844bbdf545f696f029d1448de4906c7f753' (2023-08-12) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/3139c4d1f7732cab89f06492bdd4677b877e3785' (2023-08-05) → 'github:cachix/pre-commit-hooks.nix/c5ac3aa3324bd8aebe8622a3fc92eeb3975d317a' (2023-08-11)
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-12Merge pull request #1518 from Scrumplex/asan-developSefa Eyeoglu
2023-08-12Update CMakeLists.txtAlexandru Ionut Tripon
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
2023-08-12revert asan on debug on by defaultTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-08-12Merge remote-tracking branch 'upstream/staging' into chore/add-compiler-warningsSefa Eyeoglu
2023-08-12Merge pull request #1517 from Trial97/revert_asanSefa Eyeoglu
2023-08-12Update CMakeLists.txtAlexandru Ionut Tripon
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
2023-08-12revert asan on debug on by defaultTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-08-11Merge pull request #1512 from Trial97/curseforge_importseth
Fix importing Quilt/Fabric packs from CurseForge
2023-08-11fix: use QColorConstants in Qt 5.14+Sefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-11connect the abort signal in concurent taskTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-08-11fix: fix more warningsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-11Merge pull request #1230 from TheKodeToad/better-component-installationSefa Eyeoglu
Revamp loader installation UI
2023-08-10Merge remote-tracking branch 'upstream/staging' into chore/add-compiler-warningsSefa Eyeoglu
2023-08-10chore: add licensing info to loader logosSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-10chore: replace LiteLoader logo with high quality versionSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-10Fix transparency in skin iconmaple!
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-10Merge pull request #1324 from leia-uwu/ui-tweaksSefa Eyeoglu
2023-08-10chore: add comment about _kde_side_panel_viewSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-10Fixed curseforge importTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-08-09Remove unnecessary #ifcomp500
Signed-off-by: comp500 <comp500@users.noreply.github.com>
2023-08-09Allow empty lines in log outputcomp500
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-09Merge pull request #1505 from ↵Sefa Eyeoglu
PrismLauncher/renovate/hendrikmuhs-ccache-action-1.x chore(deps): update hendrikmuhs/ccache-action action to v1.2.10
2023-08-08chore(deps): update hendrikmuhs/ccache-action action to v1.2.10renovate[bot]
2023-08-07Fix actionsTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-08-07Merge pull request #1227 from Ryex/packaging/appimage-updatesSefa Eyeoglu
2023-08-07Merge branch 'develop' into icon-indexingTayou
Signed-off-by: Tayou <31988415+TayouVR@users.noreply.github.com>
2023-08-06Apply suggestions from code reviewRachel Powers
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-08-06Merge pull request #1493 from PrismLauncher/update_flake_lock_actionseth
chore(nix): update lockfile
2023-08-06Merge pull request #1464 from Ryex/fix/windows-console-attachseth
[Windows] Fix attaching logs to console
2023-08-06chore: replace fabricmc icons with SVGSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-06chore(nix): update lockfilegithub-actions[bot]
Flake lock file updates: • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/8e8d955c22df93dbe24f19ea04f47a74adbdc5ec' (2023-07-04) → 'github:hercules-ci/flake-parts/59cf3f1447cfc75087e7273b04b31e689a8599fb' (2023-08-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/4bc72cae107788bf3f24f30db2e2f685c9298dc9?dir=lib' (2023-06-29) → 'github:NixOS/nixpkgs/9e1960bc196baf6881340d53dccb203a951745a2?dir=lib' (2023-08-01) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/d2b52322f35597c62abf56de91b0236746b2a03d' (2023-07-29) → 'github:nixos/nixpkgs/0d2fb29f5071a12d7983319c2c2576be6a130582' (2023-08-05) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/1e2443dd3f669eb65433b2fc26a3065e05a7dc9c' (2023-07-29) → 'github:cachix/pre-commit-hooks.nix/3139c4d1f7732cab89f06492bdd4677b877e3785' (2023-08-05)