Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-17 | feat: add ChooseProviderDialog | flow | |
Allows you to prompt the user for choosing a (mod) provider. This should be fairly independent of the mod updater logic, so it can be used for other ends later down the road :^) Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | fix: allow aborting upload tasks | flow | |
This maintains the same behaviour as the Download task. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | fix: always update global progress of sequential tasks | flow | |
Previously, it would not update the global counter if the subTask didn't update its progress, even though progress was being made. This also prevents a segmentation fault while aborting the task. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | change: allow deleting mods while preserving their metadata | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | feat: add some helping methods to WideBar | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | fix: provide default value to is_indexed in ModDownloadTask | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | Merge pull request #913 from Gingeh/cape-without-skin | Sefa Eyeoglu | |
2022-07-16 | fix: add missing full-stop to message | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-16 | fix: fix memory leak on Windows | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-15 | Make skin upload optional | Gingeh | |
Signed-off-by: Gingeh <39150378+Gingeh@users.noreply.github.com> | |||
2022-07-11 | fix: remove unnecessary code for Windows | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-11 | fix: fix unicode issue with JavaChecker on Windows | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-11 | Merge pull request #678 from Scrumplex/improvements-around-proprietary-services | Sefa Eyeoglu | |
2022-07-10 | Remove use of obsolete method | Kenneth Chew | |
Fixes Qt 6 build Signed-off-by: Kenneth Chew <kenneth.c0@protonmail.com> | |||
2022-07-10 | Merge branch 'develop' into feature/sparkle-mac | Sefa Eyeoglu | |
# Conflicts: # .github/workflows/build.yml | |||
2022-07-10 | fix: remove TODOs | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | fix: install TLS plugins for release builds | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | fix: set UNICODE and _UNICODE for Qt 5 builds | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | chore: update license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | fix: include TLS plugins in bundle | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | fix: fix slots for Qt 6 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: fix deprecation up to Qt 6 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | feat: add Qt 6 support to CMake | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: replace QRegExp with QRegularExpression | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: fix deprecation up to Qt 5.15 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | Merge pull request #880 from Scrumplex/fix-loader-importance | txtsd | |
Make loader components not important | |||
2022-07-10 | Merge pull request #876 from Scrumplex/revert-updater-stuff | dada513 | |
Revert "fix: remove updater if it is not used" | |||
2022-07-09 | Merge pull request #808 from Scrumplex/fix-lgtm-warnings | Sefa Eyeoglu | |
2022-07-08 | Merge pull request #884 from jopejoe1/ftbuifixed | flow | |
Updated FTB Classic layout | |||
2022-07-08 | Merge pull request #890 from Scrumplex/fix-technic-forge | flow | |
Fix Technic instances using Forge | |||
2022-07-08 | fix(technic): map loader libraries to components properly | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-08 | Merge pull request #839 from flowln/modrinth_packs_bug_hunt | Sefa Eyeoglu | |
2022-07-08 | fix: disable MSA login if it is NOT supported | Sefa Eyeoglu | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-08 | chore: add missing license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-08 | feat: add validation for Flame key and MSA client ID | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-08 | feat: track capabilities of application | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-08 | fix: spelling of CF | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-08 | refactor: rename references to CurseForge to Flame | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-07 | Updated FTB Classic layout | jopejoe1 | |
Signed-off-by: jopejoe1 <johannes@joens.email> | |||
2022-07-07 | fix: make loader components not important | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-06 | fix: remove tests for updater | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-06 | Revert "fix: remove updater if it is not used" | Sefa Eyeoglu | |
This reverts commit 2ff0aa09e35eb6910ef0a030ea41f84a1ed95782. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-06 | Merge pull request #794 from Scrumplex/resolve-jars-dynamically | Sefa Eyeoglu | |
2022-07-06 | Merge pull request #707 from Jan200101/PR/gamemode | Sefa Eyeoglu | |
Add Performance related settings | |||
2022-07-06 | Add Performance related settings | Jan200101 | |
Integrates support for Feral Gamemode, discrete GPU support for Mesa and the proprietary Nvidia driver and MangoHud support Signed-off-by: Jan200101 <sentrycraft123@gmail.com> | |||
2022-07-03 | fix: aborts when using a Qt build with assertions enabled | flow | |
Preventing undefined behaviour hooray! :D Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-03 | fix: show invalid version even when there's none | flow | |
Having a blank instead of _anything_ is bad UX. Instead, even when there's not a valid version (most likely disabled redistribution), we show a message in the UI, to differentiate from the loading state. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-03 | feat+fix: cache Flame modpack versions | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-03 | fix: use better naming for Modrinth pack versions | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-03 | feat+fix: cache versions and extra info in Modrinth packs | flow | |
When you change a copy thinking you're changing the original data smh Signed-off-by: flow <flowlnlnln@gmail.com> |