Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-14 | chore(nix): format code using alejandra | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-03-13 | feat: Add setting for downloads directory | Janrupf | |
Closes #641 Signed-off-by: Janrupf <business.janrupf@gmail.com> | |||
2023-03-13 | Merge pull request #927 from kthchew/fix/mingw-build | Sefa Eyeoglu | |
2023-03-13 | Merge pull request #928 from PrismLauncher/renovate/actions-cache-3.x | Sefa Eyeoglu | |
chore(deps): update actions/cache action to v3.3.1 | |||
2023-03-13 | Merge pull request #929 from Scrumplex/drop-snap | txtsd | |
2023-03-13 | chore: drop Snap packaging | Sefa 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-13 | chore(deps): update actions/cache action to v3.3.1 | renovate[bot] | |
2023-03-12 | fix: explicit conversion to C string to fix MinGW g++ 10 build | Kenneth Chew | |
Signed-off-by: Kenneth Chew <kenneth.c0@protonmail.com> | |||
2023-03-12 | Update `tomlplusplus` library | Kenneth Chew | |
Fix build on MinGW g++ 10 Signed-off-by: Kenneth Chew <kenneth.c0@protonmail.com> | |||
2023-03-09 | Merge pull request #919 from PrismLauncher/renovate/actions-cache-3.x | txtsd | |
2023-03-09 | chore(deps): update actions/cache action to v3.3.0 | renovate[bot] | |
2023-03-09 | Merge pull request #896 from TheKodeToad/modrinth-token | Sefa Eyeoglu | |
2023-03-08 | Merge pull request #918 from Scrumplex/qt6-default | txtsd | |
2023-03-08 | chore!: switch to Qt 6 by default | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-03-07 | Fix another duplicate name :facepalm: | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-03-07 | (hopefully) Fix duplicates names | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-03-07 | Apply flowln's suggestion :) | TheKodeToad | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-03-05 | Apply flowln's suggestion | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-03-05 | Merge pull request #912 from Scrumplex/bump-ghc-filesystem | Sefa Eyeoglu | |
Bump ghc-filesystem | |||
2023-03-05 | fix: remove unneeded alias for ghc_filesystem | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-03-05 | fix: drop unneeded GHC_FILESYSTEM_WITH_INSTALL | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-03-05 | chore: bump ghc-filesystem | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-03-05 | Merge pull request #853 from kumquat-ir/nil | Sefa Eyeoglu | |
NilLoader mod metadata support | |||
2023-03-05 | Merge pull request #911 from flowln/fix_zip_extract_windows | Sefa Eyeoglu | |
2023-03-05 | Merge pull request #857 from Ryex/fix_windows_default_apps | Sefa Eyeoglu | |
2023-03-05 | fix: 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-02 | Prism-ify more license headers | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-03-02 | Merge branch 'PrismLauncher:develop' into modrinth-token | TheKodeToad | |
2023-03-02 | Merge pull request #788 from flowln/other_resource_downloaders_two | Sefa Eyeoglu | |
Add resource pack, texture pack and shader pack downloaders | |||
2023-03-02 | Move Modrinth before CurseForge for consistency | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-03-02 | Replace with exact match and add TODO to improve | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-03-02 | fix: change wording of TP/RP download buttons | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-03-01 | Add link | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-03-01 | Allow custom Modrinth API token | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-03-01 | Merge pull request #895 from Scrumplex/fix-component-creation | flow | |
Use makeShared for importing components | |||
2023-03-01 | fix: use makeShared for importing components | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-03-01 | Merge pull request #894 from ↵ | Sefa Eyeoglu | |
PrismLauncher/renovate/cachix-install-nix-action-20.x chore(deps): update cachix/install-nix-action action to v20 | |||
2023-03-01 | Merge pull request #889 from flowln/fix_zip_extract | Sefa Eyeoglu | |
2023-03-01 | Merge pull request #735 from Scrumplex/import-component | Sefa Eyeoglu | |
2023-03-01 | chore(deps): update cachix/install-nix-action action to v20 | renovate[bot] | |
2023-02-24 | fix: prevent crash when aborting import task while extracting pack | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-02-24 | fix+refactor: fix fail to import modpacks and clean up a bit | flow | |
QDir::cleanPath called by FS::PathCombine removes the trailing '/'... Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-02-24 | license stuff | kumquat-ir | |
Signed-off-by: kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | |||
2023-02-22 | review fixes | kumquat-ir | |
Signed-off-by: kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | |||
2023-02-22 | Merge pull request #846 from ↵ | Sefa Eyeoglu | |
PrismLauncher/renovate/vedantmgoyal2009-winget-releaser-2.x | |||
2023-02-22 | Merge pull request #881 from PrismLauncher/renovate/actions-cache-3.x | flow | |
2023-02-21 | chore(deps): update actions/cache action to v3.2.6 | renovate[bot] | |
2023-02-19 | fix metadata for mods with `.nilmod` extension | kumquat-ir | |
Signed-off-by: kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | |||
2023-02-17 | Merge pull request #865 from Scrumplex/codesign-windows | Sefa Eyeoglu | |
2023-02-16 | minor cleanup | kumquat-ir | |
Signed-off-by: kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> |