Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-09 | chore: cleanup review suggestions | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-01-09 | fix: fix #700 | Rachel Powers | |
fixed by properly converting from a file path and converting to native seperators. should have known naive handling of file path as a URL would come back to bite us cross platform. Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-01-07 | fix: *sigh* no implicit QString->QFileInfo conversion in Qt6, again... | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-01-07 | feat: Import all the things! | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-01-07 | Merge pull request #576 from Ryex/identify-zip-packs | Sefa Eyeoglu | |
fix https://github.com/PrismLauncher/PrismLauncher/issues/349 | |||
2023-01-07 | Merge pull request #710 from byquanton/develop | Sefa Eyeoglu | |
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/708 | |||
2023-01-07 | Merge pull request #713 from redstrate/fix-html-rendering | flow | |
2023-01-06 | Strip certain HTML tags when rendering mod pages | Joshua Goins | |
Some mod pages use certain tags for centering purposes, but trips up hoedown. Signed-off-by: Joshua Goins <josh@redstrate.com> | |||
2023-01-06 | fix: Add 1.16+ Forge library prefix in TechnicPackProcessor.cpp | byquanton | |
Signed-off-by: byquanton <32410361+byquanton@users.noreply.github.com> | |||
2022-12-30 | Merge pull request #673 from ↵ | DioEgizio | |
PrismLauncher/renovate/flatpak-flatpak-github-actions-5.x chore(deps): update flatpak/flatpak-github-actions action to v5 | |||
2022-12-30 | fix newlines | Rachel Powers | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-30 | Merge pull request #626 from leo78913/mods-provider-column | flow | |
closes https://github.com/PrismLauncher/PrismLauncher/issues/402 | |||
2022-12-30 | fix: remove Flatpak cache key workaround | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-29 | refactor: add an `identify` function to make easy to reuse | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-29 | refactor: use std::filesystem::rename insted of copy and then moving. | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-29 | feat(Mods): hide 'Provider' column when no mods have providers | flow | |
This makes the mod list look a bit less polluted in the common case of mods having no provider whatsoever. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-29 | refactor(Mods): make provider() return a std::optional | flow | |
This makes it easier to check if a mod has a provider or not, without having to do a string comparison. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-28 | Merge pull request #684 from Scrumplex/logging-categories | flow | |
Prevents private credentials from leaking in the logs of general users | |||
2022-12-28 | Merge pull request #680 from AshtakaOOf/flathub-screenshots | Sefa Eyeoglu | |
2022-12-27 | feat: install launcher logging categories | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-27 | refactor: use ECM logging categories instead | Sefa Eyeoglu | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-27 | refactor: add logging category for credentials | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-27 | Merge pull request #681 from PrismLauncher/renovate/actions-cache-3.x | Sefa Eyeoglu | |
2022-12-27 | chore(deps): update actions/cache action to v3.2.2 | renovate[bot] | |
2022-12-26 | fix: cleanup and suggested changes | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-26 | Fix | Adrien | |
Me when me when me when Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com> | |||
2022-12-26 | Update org.prismlauncher.PrismLauncher.metainfo.xml.in | Adrien | |
Add ModpackUpdate and change some lines Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com> | |||
2022-12-26 | Update org.prismlauncher.PrismLauncher.metainfo.xml.in | Adrien | |
Should be the right properties (I hope) Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com> | |||
2022-12-26 | Merge pull request #618 from TheKodeToad/safer-destructive-actions | Sefa Eyeoglu | |
Fixes https://github.com/PolyMC/PolyMC/issues/948 | |||
2022-12-26 | Use optional instead of hardcoded cancelled string | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-12-26 | About to -> you are about to | TheKodeToad | |
You're is used in some other places but im lazy Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-12-25 | fix: explicit QFileInfo converison for qt6 | Rachel Powers | |
fix: validatePath in validateZIPResouces Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-25 | feat: support installing worlds during flame pack import. | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-24 | feat: zip resource validation check for flame | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-24 | fix: update parse tests | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-24 | feat: validate world saves | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-24 | feat: worldSave parsing and validation | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-24 | feat: add shaderpack validation | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-24 | feat: add a `ModUtils::validate` | Rachel Powers | |
moves the reading of mod files into `ModUtils` namespace Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-24 | fix: force add of ignored testdata files | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-24 | feat: add initial support for parseing datapacks | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-24 | chore(deps): update flatpak/flatpak-github-actions action to v5 | renovate[bot] | |
2022-12-24 | Merge pull request #666 from getchoo/pls-scrump | flow | |
scrump heard your pleads, rejoice! | |||
2022-12-24 | Merge pull request #665 from flowln/logging_categories | flow | |
2022-12-24 | Make requested changes | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-12-23 | fix: check if GIT_REFSPEC is empty | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2022-12-23 | Merge pull request #644 from RaptaG/new-readme | flow | |
2022-12-23 | Merge pull request #667 from PrismLauncher/renovate/actions-cache-3.x | flow | |
2022-12-23 | chore(deps): update actions/cache action to v3.2.1 | renovate[bot] | |
2022-12-22 | fix: assume builds are stable when git isn't installed | seth | |
Signed-off-by: seth <getchoo@tuta.io> |