Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-19 | Version.cpp: Add new line | Edgars Cīrulis | |
Signed-off-by: Edgars Cīrulis <edgarsscirulis@gmail.com> | |||
2023-01-19 | Version.h: Fix comparison of null version in Version class | 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-19 | fix: proper null padded version comparison | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-01-19 | feat: add debug printing for Version | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
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 | 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-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 | fix: Remove extra line breaks for modrinth descriptions | Joshua Goins | |
Signed-off-by: Joshua Goins <josh@redstrate.com> | |||
2023-01-12 | refactor: support system and bundled cmark | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
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(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 | 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 | 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-07 | feat: add CC BY-SA 4.0 info for teawie images | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
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 | feat: add bday teawie | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-01-07 | fix: make spooky teawie load | seth | |
gimp fail Signed-off-by: seth <getchoo@tuta.io> | |||
2023-01-07 | feat: add xmas teawie | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-01-07 | feat: add spooky teawie | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-01-06 | feat: add teawie | seth | |
drawn by sympathytea (https://github.com/SympathyTea) Signed-off-by: seth <getchoo@tuta.io> | |||
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> | |||
2023-01-02 | Merge branch 'PrismLauncher:develop' into instance-accounts | Aaron Sonin | |
2023-01-02 | Reword instance-specific account settings, apply clang-format | Aaron | |
Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2023-01-02 | Remove unecessary delete in InstanceSettingsPage destructor | Aaron Sonin | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Aaron Sonin <10217842+byteduck@users.noreply.github.com> Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2023-01-02 | Properly connect signal in instance settings for account selector | Aaron Sonin | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Aaron Sonin <10217842+byteduck@users.noreply.github.com> Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2023-01-02 | Add null check for face in instance account settings selector | Aaron Sonin | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Aaron Sonin <10217842+byteduck@users.noreply.github.com> Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2023-01-02 | Replace unecessary type check with assertion in InstanceSettingsPage | Aaron Sonin | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Aaron Sonin <10217842+byteduck@users.noreply.github.com> Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2023-01-02 | Fix conflicting layout name in InstanceSettingsPage | Aaron | |
Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> | |||
2023-01-02 | Allow selecting a default account to use with an instance | Aaron | |
Signed-off-by: Aaron <10217842+byteduck@users.noreply.github.com> |