aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-21fix: handle partial lines in LoggedProcessSefa Eyeoglu
Fixes PrismLauncher/PrismLauncher#930 Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-19Merge pull request #937 from DioEgizio/update-qt6txtsd
2023-03-19chore: update qt6 to 6.4.3 on windows and macosDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2023-03-14Merge pull request #931 from Janrupf/feature/custom-downloads-dirSefa Eyeoglu
2023-03-14Merge pull request #934 from heftymouse/developSefa Eyeoglu
2023-03-14Merge pull request #888 from Scrumplex/nix-stuffSefa Eyeoglu
2023-03-14fix: add mnemonic to downloads directory settingSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-14Add visual studio files to gitignoreNikhil B
Signed-off-by: Nikhil B <59918974+heftymouse@users.noreply.github.com>
2023-03-14chore(nix): update sourcesSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-14chore(nix): add deadnixSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-14chore(nix)!: use overlays.defaultSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-14chore: format markdown filesSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-14feat(nix): add pre-commit-hooks.nixSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-14feat(nix): add devShellSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-14refactor(nix): use flake-utilsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-14chore(nix): format code using alejandraSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-13feat: Add setting for downloads directoryJanrupf
Closes #641 Signed-off-by: Janrupf <business.janrupf@gmail.com>
2023-03-13Merge pull request #927 from kthchew/fix/mingw-buildSefa Eyeoglu
2023-03-13Merge pull request #928 from PrismLauncher/renovate/actions-cache-3.xSefa Eyeoglu
chore(deps): update actions/cache action to v3.3.1
2023-03-13Merge pull request #929 from Scrumplex/drop-snaptxtsd
2023-03-13chore: drop Snap packagingSefa Eyeoglu
We do not have a lot of expertise dealing with Snap and as it is currently breaking our CI, it might be good to drop support for it. This does not mean that it won't come back in the future, but as it stands, it was effectively unmaintained and was only used for nightly builds anyway. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-13chore(deps): update actions/cache action to v3.3.1renovate[bot]
2023-03-12fix: explicit conversion to C string to fix MinGW g++ 10 buildKenneth Chew
Signed-off-by: Kenneth Chew <kenneth.c0@protonmail.com>
2023-03-12Update `tomlplusplus` libraryKenneth Chew
Fix build on MinGW g++ 10 Signed-off-by: Kenneth Chew <kenneth.c0@protonmail.com>
2023-03-09Merge pull request #919 from PrismLauncher/renovate/actions-cache-3.xtxtsd
2023-03-09chore(deps): update actions/cache action to v3.3.0renovate[bot]
2023-03-09Merge pull request #896 from TheKodeToad/modrinth-tokenSefa Eyeoglu
2023-03-08Merge pull request #918 from Scrumplex/qt6-defaulttxtsd
2023-03-08chore!: switch to Qt 6 by defaultSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-07Fix another duplicate name :facepalm:TheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-03-07(hopefully) Fix duplicates namesTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-03-07Apply flowln's suggestion :)TheKodeToad
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-03-05Apply flowln's suggestionTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-03-05Merge pull request #912 from Scrumplex/bump-ghc-filesystemSefa Eyeoglu
Bump ghc-filesystem
2023-03-05fix: remove unneeded alias for ghc_filesystemSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-05fix: drop unneeded GHC_FILESYSTEM_WITH_INSTALLSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-05chore: bump ghc-filesystemSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-05Merge pull request #853 from kumquat-ir/nilSefa Eyeoglu
NilLoader mod metadata support
2023-03-05Merge pull request #911 from flowln/fix_zip_extract_windowsSefa Eyeoglu
2023-03-05Merge pull request #857 from Ryex/fix_windows_default_appsSefa Eyeoglu
2023-03-05fix: use `toLocalFile()` instead of `path()`flow
QUrl::path() adds a '/' at the beginning of the path on Windows, causing the world to explode every once in a while. Signed-off-by: flow <flowlnlnln@gmail.com>
2023-03-02Prism-ify more license headersTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-03-02Merge branch 'PrismLauncher:develop' into modrinth-tokenTheKodeToad
2023-03-02Merge pull request #788 from flowln/other_resource_downloaders_twoSefa Eyeoglu
Add resource pack, texture pack and shader pack downloaders
2023-03-02Move Modrinth before CurseForge for consistencyTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-03-02Replace with exact match and add TODO to improveTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-03-02fix: change wording of TP/RP download buttonsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-01Add linkTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-03-01Allow custom Modrinth API tokenTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-03-01Merge pull request #895 from Scrumplex/fix-component-creationflow
Use makeShared for importing components