aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-18 update COPYINGDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-10-18feat: remove redundant actions from instance toolbar and redundant "instance"sDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-10-18Merge pull request #25 from PlaceholderMC/fix-data-pathDioEgizio
Fix Data path
2022-10-18refactor: use correct data pathSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-18Merge pull request #23 from PlaceholderMC/new-cf-keytimoreo
2022-10-18fix: new CurseForge keySefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-18Merge pull request #13 from PlaceholderMC/rebrandSefa Eyeoglu
2022-10-18fix: add Prism copyright headerSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-18fix: add sparkle public keySefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-18fix: add new MSA client idSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-18fix(actions): change to PrismLauncherSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-18Merge pull request #14 from leumasme/developtxtsd
2022-10-18fix: use display name in codeSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-18Update README.md discord vanity linkTemm
2022-10-18refactor: initial rebrandSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-18Merge pull request #11 from AshtakaOOf/temp-readmecozyGalvinism
More readable README.md :)
2022-10-18Update README.mdAdrien
Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com>
2022-10-18Update README.mdAdrien
Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com>
2022-10-18Update README.mdAdrien
Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com>
2022-10-17Merge pull request #5 from AshtakaOOf/AshtakaOOf-readmecozyGalvinism
Temporary README.md
2022-10-17Update README.mdAdrien
Change some stuff temporarily Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com>
2022-10-16Merge pull request #1208 from DioEgizio/fix-unused-libsflow
Removes `classparser` and `xz-embedded`
2022-10-15fix: remove some unused libsDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-10-15Merge pull request #1203 from DioEgizio/macos-legacySefa Eyeoglu
2022-10-15chore(tests): add test for FS copy with dot folders/filesflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-15fix: include hidden files when copying instancesflow
fixes instance ccopy on linux .-. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-15Merge pull request #1194 from flowln/fix_opted_out_on_any_filterSefa Eyeoglu
2022-10-15fix(nix): add ghc_filesystem dependencySefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-15refactor: support system ghc-filesystemSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-15chore: clang-format RuntimeContextSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-15refactor: support armhfSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-14fix: correct ftb legacy tooflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-14fix: workaround ghc::filesystem bugDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-10-14fix: disable updater on macOS-LegacyDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-10-14feat!: use ghc/filesystem in place of std's one if neededflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-14feat: add gulrak/filesystem submoduleflow
... for old macs that don't have std::filesystem in their stdlib. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-14fix: stop forcing libc++ on macOSDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-10-14feat(actions): macOS-Legacy packageDioEgizio
still no updater part though Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-10-13fix: issues with aborts (again)flow
i hate it Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-13fix: abort search if we're already trying to download a packflow
Meaning we don't have to wait for the searches to finish in the background to finally start the modpack download, when we have already selected it -_- Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-13refactor+fix: Make FTB install task similar to other install tasksflow
In particular, this changes the order so that the instance gets created before downloading the mods (like other install tasks), and the mod download directly puts the files in the staging folder (like the others), instead of that weird makeCached and copy stuff. This fixes some issues with modpack downloads from FTB, like creating an instance with no mods in it. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-12fix: don't include opted out versions with the 'Any' filter on the MDflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-11Merge pull request #1190 from TayouVR/merged-launch-button1flow
2022-10-11feat: add image support for the news reader :^)flow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-11fix: prevent images overriding content when changing pagesflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-10-11Update launcher/ui/MainWindow.cpp Tayou
make " Offline" string for profilers translatable Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Tayou <31988415+TayouVR@users.noreply.github.com>
2022-10-10Merge Launch ButtonsTayou
Signed-off-by: Tayou <tayou@gmx.net>
2022-10-10feat: add clear metadata actionSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-09Merge pull request #1175 from Ozynt/patch-1Sefa Eyeoglu
2022-10-09Update LaunchController.cppOzynt
Signed-off-by: Ozynt <104643560+Ozynt@users.noreply.github.com>