aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-27Merge remote-tracking branch 'upstream/develop' into ↵Sefa Eyeoglu
import-resource-pack-dialog-uwu
2022-11-27fix: check resource pack validity solely using pack formatSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-27fix: improve code readabilitySefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-26Merge pull request #521 from Scrumplex/missing-iconsDioEgizio
2022-11-26fix: use monochrome icon for breezeDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-26Merge pull request #493 from Scrumplex/cachixSefa Eyeoglu
Closes https://github.com/PrismLauncher/PrismLauncher/issues/491
2022-11-26Merge pull request #492 from Scrumplex/update-nixSefa Eyeoglu
2022-11-25fix(RPImportDialog): allow changing item size to accomodate wrapped textflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-25fix: add missing shortcut iconsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-25Merge pull request #227 from Leo40Git/feature/instance-shortcutsSefa Eyeoglu
Closes https://github.com/PrismLauncher/PrismLauncher/issues/210
2022-11-25Merge pull request #412 from leo78913/legacy-iconsSefa Eyeoglu
add the missing icons to the legacy icon theme
2022-11-23Merge pull request #514 from DioEgizio/force-bundled-libs-winflow
2022-11-23fix: force bundled libs on win msvcDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-23Merge pull request #508 from TheLastRar/ForceBundledLibsSefa Eyeoglu
2022-11-22Fix: Launcher_FORCE_BUNDLED_LIBS Failing to find bundled zlibTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-21Merge pull request #498 from Scrumplex/fix-copy-signalflow
2022-11-21Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Ryan Cao
into import-resource-pack-dialog-uwu
2022-11-21fix: actually emit fileCopiedSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-21Merge pull request #487 from TayouVR/breeze-icon-themesDioEgizio
2022-11-21Merge pull request #243 from Scrumplex/migration-dialogSefa Eyeoglu
Closes https://github.com/PrismLauncher/PrismLauncher/issues/46 Closes https://github.com/PrismLauncher/PrismLauncher/issues/204
2022-11-21fix(actions): don't ignore nix filesSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-21fix: text wrappingRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-21feat(actions): add Nix buildSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-20refactor(nix): synchronize changes from nixpkgsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-20fix: add Breeze copyright notice to COPYINGDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-20fix: remove commented-out assertionsflow
They may not hold true at all times, and that's fine. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-20refactor: move RP/TP validation to their respective utilsflow
This makes it easier to validate individual resources, and allows the logic to be used in other places in the future, if we need to. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-20add breeze themesTayou
Signed-off-by: Tayou <tayou@gmx.net>
2022-11-19Merge pull request #291 from TheKodeToad/betterjavalauncherSefa Eyeoglu
2022-11-19Merge pull request #483 from jopejoe1/patch-1Sefa Eyeoglu
2022-11-19Merge pull request #482 from DioEgizio/fix-cache-flatpakSefa Eyeoglu
2022-11-20fix: stray includeRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-20fix: add support for CLI and drag and dropRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-19Fix New Zealand English displayjopejoe1
Signed-off-by: jopejoe1 <34899572+jopejoe1@users.noreply.github.com>
2022-11-19fix(actions): fix cache on flatpakDioEgizio
currently there's a [bug](https://github.com/flatpak/flatpak-github-actions/issues/80) on the stable version of the flatpak action which causes the cache key to be wrong. this commit work arounds it Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-20fix: resource pack import dialog icons and add messageRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-19fix instance IDs and resource pack importsRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-19fix: add resource pack format for 1.19.3Ryan Cao
Co-authored-by: Rachel Powers <508861+Ryex@users.noreply.github.com> Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-19fix: check if packFormat is valid for resourcepack parsingRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-19fix resource packs and add support for texture packsRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-19feat: initial support for smart resource pack parsing on file handlerRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-19Remove dirty printStackTrace hacksTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2022-11-19Merge pull request #476 from Scrumplex/matrixflow
2022-11-19chore: update community linksSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-19Merge pull request #474 from Scrumplex/translations-maybe2flow
2022-11-19Make requested changes and utilise AssertionErrorTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2022-11-18chore: improve display names of more languagesSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-18Merge pull request #456 from DioEgizio/flatpak-buildSefa Eyeoglu
closes https://github.com/PrismLauncher/PrismLauncher/issues/62
2022-11-18Merge pull request #455 from leo78913/menubar-stuffDioEgizio
2022-11-17Merge pull request #439 from Ryex/better-blocked-modsflow