Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-17 | Version.cpp: Remove unnecessary QStringList include | Edgars Cīrulis | |
Signed-off-by: Edgars Cīrulis <edgarsscirulis@gmail.com> | |||
2023-01-17 | Version.cpp: Decompose version strings according to flexver | Edgars Cīrulis | |
Co-authored-by: Rachel Powers <508861+Ryex@users.noreply.github.com> Signed-off-by: Edgars Cīrulis <edgarsscirulis@gmail.com> | |||
2023-01-17 | Version.cpp: Format parse function code using clang-format | Edgars Cīrulis | |
Signed-off-by: Edgars Cīrulis <edgarsscirulis@gmail.com> | |||
2023-01-17 | Version.cpp: Simplify Version::parse by using const auto& current_char | Edgars Cīrulis | |
Signed-off-by: Edgars Cīrulis <edgarsscirulis@gmail.com> | |||
2023-01-17 | Version.cpp: Use anonymous function to eliminate code duplication | Edgars Cīrulis | |
Signed-off-by: Edgars Cīrulis <edgarsscirulis@gmail.com> | |||
2023-01-17 | Version.cpp: Add version string parser to split on '.' character | Edgars Cīrulis | |
Signed-off-by: Edgars Cīrulis <edgarsscirulis@gmail.com> | |||
2023-01-17 | Version.cpp: Improve version parsing to handle mixed numeric and alphabetic ↵ | Edgars Cīrulis | |
characters Signed-off-by: Edgars Cīrulis <edgarsscirulis@gmail.com> | |||
2023-01-14 | We're in 2023 :) | RaptaG | |
Signed-off-by: RaptaG <77157639+RaptaG@users.noreply.github.com> | |||
2023-01-14 | Merge pull request #743 from flowln/fix_mods_with_wrong_modListVersion | flow | |
2023-01-13 | fix: don't fail mod parsing when encountering invalid modListVersion | flow | |
The spec (admitely a very old one) states that this entry should always have the value "2". However, some mods do not follow this convention, causing issues. One notable example is the 1.6 version of Aether II for 1.7.10, that has this value set at "5" for whatever reason. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-01-13 | Merge pull request #685 from byteduck/instance-accounts | flow | |
2023-01-13 | Merge pull request #714 from redstrate/cmark | flow | |
2023-01-13 | Merge pull request #737 from ↵ | Sefa Eyeoglu | |
PrismLauncher/renovate/hendrikmuhs-ccache-action-1.x chore(deps): update hendrikmuhs/ccache-action action to v1.2.7 | |||
2023-01-12 | DCO Remediation Commit for Aaron <10217842+byteduck@users.noreply.github.com> | Aaron | |
I, Aaron <10217842+byteduck@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 160dd09fc2788fea17c8e9e332c2877586640971 Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2023-01-12 | Merge branch 'PrismLauncher:develop' into instance-accounts | Aaron Sonin | |
2023-01-12 | Fix instance account selector face for offline accounts | Aaron | |
2023-01-12 | chore(deps): update hendrikmuhs/ccache-action action to v1.2.7 | renovate[bot] | |
2023-01-12 | Merge pull request #732 from DioEgizio/actually-fix-openssl3-mac-failures | Sefa Eyeoglu | |
2023-01-12 | fix: add cmark:p to mingw build | DioEgizio | |
this way we can just dynamically link it on that build instead of building it ourselves and statically linking it Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2023-01-12 | fix: Remove extra line breaks for modrinth descriptions | Joshua Goins | |
Signed-off-by: Joshua Goins <josh@redstrate.com> | |||
2023-01-12 | fix(flatpak): enable builddir | Joshua Goins | |
Signed-off-by: Joshua Goins <josh@redstrate.com> | |||
2023-01-12 | fix(nix): add cmark dependency | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-01-12 | refactor: support system and bundled cmark | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-01-12 | build: remove hoedown vendored source | Joshua Goins | |
Signed-off-by: Joshua Goins <josh@redstrate.com> | |||
2023-01-12 | refactor: replace hoedown markdown parser with cmark | Joshua Goins | |
Signed-off-by: Joshua Goins <josh@redstrate.com> | |||
2023-01-11 | Merge pull request #731 from flowln/windows_server_trash | Sefa Eyeoglu | |
2023-01-10 | fix: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK to 1 | DioEgizio | |
should fix some random failures Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2023-01-10 | Merge pull request #730 from DioEgizio/aaaaaaaa-revert | Sefa Eyeoglu | |
Revert "Merge pull request #729 from DioEgizio/fix-mac-openssl3-failing" | |||
2023-01-10 | Merge pull request #249 from TayouVR/theme-selector-first-time-wizard | flow | |
2023-01-10 | fix(FileSystem): don't attempt to trash items on Windows Server | flow | |
For some reason this makes some of our CI test runs super slow, and sometimes fail miserably. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-01-10 | Revert "Merge pull request #729 from DioEgizio/fix-mac-openssl3-failing" | DioEgizio | |
it was necessary :/ This reverts commit 976e550aa7291f22f5011178ab824a937f89d11a, reversing changes made to 61144f7a219995fa29531683ed36e8e4002848b5. Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2023-01-10 | Merge pull request #729 from DioEgizio/fix-mac-openssl3-failing | Sefa Eyeoglu | |
fix: just use github runner's openssl 1.1 instead of installing 3 on … | |||
2023-01-10 | Add hint about Cat | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-01-10 | fix: set minimum size for setup wizard | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-01-10 | CRLF -> LF | Tayou | |
damn you visual studio for creating CRLF files everywhere... Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-01-10 | Update launcher/Application.cpp with suggestion from scrumplex | Tayou | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-01-10 | Implement Suggestions from flow & Scrumplex | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-01-10 | UX tweak + formatting + added cat to wizard | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-01-10 | add theme setup wizard | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-01-10 | fix: just use github runner's openssl 1.1 instead of installing 3 on macos ↵ | DioEgizio | |
signing Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2023-01-10 | Merge pull request #726 from TheLastRar/qt6-win-darkmode | Sefa Eyeoglu | |
Closes https://github.com/PrismLauncher/PrismLauncher/issues/158 | |||
2023-01-09 | ui: Let Qt 6.4.2 handle dark mode titlebar | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2023-01-09 | Merge pull request #715 from getchoo/add-teawie | Sefa Eyeoglu | |
2023-01-09 | Merge pull request #722 from PrismLauncher/renovate/actions-cache-3.x | Sefa Eyeoglu | |
2023-01-09 | Merge pull request #720 from ↵ | Sefa Eyeoglu | |
PrismLauncher/renovate/hendrikmuhs-ccache-action-1.x | |||
2023-01-09 | chore(deps): update actions/cache action to v3.2.3 | renovate[bot] | |
2023-01-08 | chore(deps): update hendrikmuhs/ccache-action action to v1.2.6 | renovate[bot] | |
2023-01-08 | Merge pull request #716 from DioEgizio/qt6.4.2-winmsvc | flow | |
closes https://github.com/PrismLauncher/PrismLauncher/issues/288 | |||
2023-01-08 | chore: update windows msvc to qt 6.4.2 | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2023-01-07 | feat: add CC BY-SA 4.0 info for teawie images | seth | |
Signed-off-by: seth <getchoo@tuta.io> |