aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-01clang_format and code cleanupRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2022-11-01chore(remove FS::copyFile):Rachel Powers
Now that #333 is merged and FS::copy works on non directory copyFile can be removed. Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2022-11-01ensure FS::copyFile is marked for removalRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2022-11-01code quality cleanupRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2022-11-01fix mispellings and wrap strings for translationRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2022-11-01minor clean up and add some docsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2022-11-01copy found mods to instance (FTB and Flame)Rachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2022-11-01watch filesystem, compute and match hashesRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2022-11-01send blocked mod info to dialog & prototype UIRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2022-11-01Merge pull request #333 from flowln/fix_atl_packs_post_modpack_updatetimoreo
2022-11-01Merge pull request #329 from flowln/only_safe_workaroundstimoreo
2022-11-01Merge pull request #359 from Chrono-byte/developDioEgizio
2022-10-31Merge branch 'PrismLauncher:develop' into developChrono
2022-10-31remove one spaceChrono
Signed-off-by: Chrono <me@disilla.org>
2022-10-31Merge pull request #351 from Scrumplex/fix-trashSefa Eyeoglu
2022-10-31fix: fix undo key sequenceSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-31fix: do not trash instances in FlatpakSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-31Merge pull request #354 from Scrumplex/translations-maybeDioEgizio
Improve display names of certain languages
2022-10-31Merge pull request #352 from TheLastRar/Win-setDarkWinTitlebar-10OrGreaterDioEgizio
2022-10-30Merge pull request #353 from FayneAldan/accounts-consistencyflow
2022-10-30chore: improve display names of certain languagesSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-30Change Profiles to Accounts for consistencyFayne Aldan
Signed-off-by: Fayne Aldan <FayneAldan@gmail.com>
2022-10-30Fix: Check if Windows 10 before calling setDarkWinTitlebar()TheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-10-30fix: fix disabled trash undo actionSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-30Merge pull request #342 from fn2006/prism-svg-fixtxtsd
2022-10-29use existing variablesfn2006
Signed-off-by: fn2006 <usernamefn2006alreadyused@protonmail.com>
2022-10-29fix hardcoded svgfn2006
Signed-off-by: fn2006 <usernamefn2006alreadyused@protonmail.com>
2022-10-29Merge pull request #340 from PrismLauncher/repologySefa Eyeoglu
2022-10-29Merge pull request #338 from Scrumplex/fix-credits-1Sefa Eyeoglu
2022-10-29feat: Add Repology badge to READMEtxtsd
Signed-off-by: txtsd <code@ihavea.quest>
2022-10-29chore: update creditsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-28feat(tests): add test for FS::copy with filesflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-28fix: copy single files too in FS::copyflow
eek Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-29Merge pull request #173 from Scrumplex/fix-iconsSefa Eyeoglu
2022-10-28Merge pull request #267 from leo78913/toolbar-iconsSefa Eyeoglu
2022-10-28add a flat white version of the launch iconleo78913
Signed-off-by: leo78913 <leo3758@riseup.net>
2022-10-28Merge branch 'PrismLauncher:develop' into toolbar-iconsleo78913
2022-10-28Merge pull request #65 from he3als/developSefa Eyeoglu
2022-10-28fix: only allow workarounds for blocked mods from MR when 100% safeflow
If a version on Modrinth has more than a single mod loader associated, it means that it's possible we might get the wrong file for download, since individual files don't really have this kind of metadata in the API response. So, in such cases, it's best to let the user take care of it instead. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-28Merge pull request #322 from DioEgizio/64bit-ittxtsd
2022-10-28Merge pull request #319 from Scrumplex/fix-avoid-mr-segfaultSefa Eyeoglu
2022-10-28feat: use clang64 on qt6 buildsDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-10-28Merge pull request #301 from DioEgizio/clang-attemptDioEgizio
feat(actions): use clang32 for building on windows
2022-10-28fix: avoid segfault for unexpected API reponseSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-27Merge pull request #318 from TheLastRar/manifest-platformSefa Eyeoglu
Fix: Don't specify x86 in manifest
2022-10-27chore: add comment about copy bugSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-27feat(actions): use clang32 for building on windowsDioEgizio
*way* faster Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-10-27Fix: Don't specify x86 in manifestTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-10-27Merge pull request #315 from AshtakaOOf/developflow
Remove appveyor from README
2022-10-27Remove appveyorAdrien
I forgor :skull: But seriously I forgor to remove the &logo=appveyor thing AAAAAH!!! Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com>