Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-06 | Merge pull request #1054 from Ryex/more-lax-block-mods-filename-check | Sefa Eyeoglu | |
2023-05-06 | Merge pull request #950 from DioEgizio/resize-settings | Sefa Eyeoglu | |
fix: divide minecraftpage into tabs | |||
2023-05-06 | Update launcher/ui/pages/global/MinecraftPage.ui | DioEgizio | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2023-05-04 | fix: super lax compare | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-03 | fix add an addtion lax file name match with ` ` replaced with `+` | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-02 | Merge pull request #833 from Ryex/advanced_copy_instance | Sefa Eyeoglu | |
2023-04-29 | refactor: pass instance ptr to resource models. use it to find instance root. | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-04-29 | refactor: Move ini to use QSettings && drop get/setList functions | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-04-29 | Merge pull request #1040 from Scrumplex/remove-modpacksch | Sefa Eyeoglu | |
Remove FTB modpack support | |||
2023-04-28 | chore: remove FTB modpack support | Sefa Eyeoglu | |
We have been contacted by Feed the Beast to drop support for the FTB modpack browser from Prism Launcher. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-04-27 | Merge pull request #1025 from japa4551/lastLaunchTimeDate | Sefa Eyeoglu | |
2023-04-26 | Fixed typo | Japa | |
Signed-off-by: Japa <japa4551@protonmail.com> | |||
2023-04-21 | Update launcher/minecraft/MinecraftInstance.cpp | Japa | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Japa <japa4551@protonmail.com> | |||
2023-04-21 | Update launcher/minecraft/MinecraftInstance.cpp | Japa | |
Co-authored-by: Rachel Powers <508861+Ryex@users.noreply.github.com> Signed-off-by: Japa <japa4551@protonmail.com> | |||
2023-04-21 | Instance Description displays the last launch date | Japa | |
Initial Draft using the Standard C++ Library, still requires testing. Signed-off-by: Japa <japa4551@protonmail.com> | |||
2023-04-18 | Merge pull request #994 from ↵ | DioEgizio | |
PrismLauncher/renovate/hendrikmuhs-ccache-action-1.x | |||
2023-04-14 | Merge pull request #946 from Ryex/subfolder-watch | Sefa Eyeoglu | |
2023-04-14 | chore(deps): update hendrikmuhs/ccache-action action to v1.2.9 | renovate[bot] | |
2023-04-12 | refactor: rename watch_subdirectories -> watch_recurisve (prevent confusion ↵ | Rachel Powers | |
of behavior) Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-04-08 | Merge pull request #983 from DioEgizio/update-qt650-win | DioEgizio | |
2023-04-08 | chore: update Qt to 6.5.0 on Windows | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2023-04-08 | Merge pull request #982 from Scrumplex/fix-theming-style | DioEgizio | |
2023-04-08 | fix: do not apply system theme on launch | Sefa Eyeoglu | |
Closes PrismLauncher/PrismLauncher#490 Regression introduced by PrismLauncher/PrismLauncher#249 Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-04-08 | fix: load setting state with page. don't translate "..." | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-04-07 | fix: canonical*File*Path() | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-04-07 | Merge pull request #968 from Scrumplex/nix/sync-2023-04-02 | flow | |
2023-04-07 | Merge pull request #972 from DioEgizio/update-qt650 | flow | |
2023-04-03 | fix: sysinfo libs needed too | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-04-03 | fix: filelink needs network for local socket | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-04-03 | fix: add back QT::Widgets link | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-04-03 | fix: remove fixed datastream version | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-04-03 | refactor: remove data duplication in statis FS Names | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-04-03 | fix: harden watchPath. NO DUPLICATES! >:( | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-04-03 | chore: update to qt 6.5.0 on macos | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2023-04-02 | fix: no loops in watch paths! >:( | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-04-02 | fix: Apply suggestions from code review | Rachel Powers | |
-expand columspan on new UI element -improve tooltip Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-04-02 | Merge pull request #965 from getchoo/update-manoghud-detection | Sefa Eyeoglu | |
2023-04-02 | Merge pull request #967 from ↵ | flow | |
PrismLauncher/renovate/flatpak-flatpak-github-actions-6.x | |||
2023-04-02 | feat(nix): add support for GameMode | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-04-02 | refactor(nix): use qtWrapperArgs | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-04-02 | Merge pull request #966 from getchoo/use-ninja | txtsd | |
use ninja in nix builds | |||
2023-04-02 | chore(deps): update flatpak/flatpak-github-actions action to v6 | renovate[bot] | |
2023-04-01 | chore: use system architecture to detect vulkan layers | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-04-01 | feat(nix): use ninja for builds | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-03-31 | fix: typos, CamelCase to camelCase the new names | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-03-31 | fix: Apply suggestions from code review (string changes) | Rachel Powers | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-03-31 | chore: improve detection of newer vulkan layers | seth | |
i've been scrump'd Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: seth <getchoo@tuta.io> | |||
2023-03-31 | fix: search for newer mangohud vulkan layers | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-03-27 | fix: use QDir::Filter::NoDotAndDotDot | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-03-27 | feat: add setting to watch recursively | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> |