aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-10Make new title strings translatableRobb
Signed-off-by: Robb <computerguy440+gh@gmail.com>
2022-08-09fix: Make world safety nag title text match the action being performed ↵Robb
instead of always saying 'Copy World' Signed-off-by: Robb <computerguy440+gh@gmail.com>
2022-08-04Merge pull request #1017 from flowln/kill_orphan_metadataflow
Remove orphaned metadata to avoid problems with auto-updating instances
2022-08-04Merge pull request #1014 from DioEgizio/downgrade-qt-macosflow
chore: downgrade to Qt 6.3.0 on macos
2022-08-04Merge pull request #1006 from DioEgizio/appimage-ubuntu-momentflow
fix: work around ubuntu 22.04 openssl appimage issues by copying openssl libs
2022-08-04Merge pull request #1019 from Scrumplex/fix-openbsd-rootSefa Eyeoglu
Add root path detection on OpenBSD
2022-08-04Merge pull request #994 from Scrumplex/fix-winget-releaserLennyMcLennington
Fix WinGet releaser
2022-08-03fix: Add root path detection on OpenBSDSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-08-02fix: remove orphaned metadata to avoid problems with auto-updating instsflow
Just as my master has taught me. :gun: Signed-off-by: flow <flowlnlnln@gmail.com>
2022-08-02chore: downgrade to Qt 6.3.0 on macosDioEgizio
seems to fix some emoji-related issues Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-08-01Merge pull request #1012 from DioEgizio/patch-10Sefa Eyeoglu
fix: remove iconfix from libraries/README.MD
2022-08-01fix: remove iconfix from libraries/README.MDDioEgizio
someone forgor (💀) to remove it Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-08-01Merge pull request #1008 from DioEgizio/qt-version-issue-templateSefa Eyeoglu
chore: update issue template to ask about Qt version
2022-08-01Update .github/ISSUE_TEMPLATE/bug_report.ymlDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Co-authored-by: flow <flowlnlnln@gmail.com>
2022-08-01chore: update issue template to ask about Qt versionDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-08-01fix: work around ubuntu 22.04 openssl appimage issues by copying openssl libsDioEgizio
terrible hack but it works™️ Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-07-30Trash instances instead of deleting (when possible) (#549)Ryan Cao
Squashed because of :pofat: commit history
2022-07-30Merge pull request #941 from Scrumplex/bump-cxx-standardLennyMcLennington
Bump to C++17
2022-07-30use c11 insteadLennyMcLennington
c17 dont work properly with lgtm's build system and c11 is already almost identical to c17 at least in gcc
2022-07-29fix(winget): strictly match non-Legacy setupSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-28Merge pull request #699 from Scrumplex/resolve-ftb-mods-cftimoreo
2022-07-26Merge pull request #974 from flowln/accounts_qt6flow
Fix adding multiple accounts in Qt6
2022-07-27Merge pull request #958 from jopejoe1/readmetxtsd
2022-07-26fix: progress dialog going away even if the task was not abortedflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-26refactor: shuffle some things around to improve readabilityflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-26fix(ui): pump events to show "Copying modpack files..." textflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-26chore: clean up FTBPackInstallTask a bit and connect missing signalsflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-26fix: add abort handlign in Flame's FileResolvingTaskflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-26chore: add license headersSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-26feat: implement mod resolving for FTBSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-26Merge pull request #961 from flowln/fix_resource_filterSefa Eyeoglu
2022-07-26fix: use const qualifier for operator==() and allow other comparisonsflow
This fixes an implicit behavior changed by C++17. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-26chore: add some debugging prints in AccountListflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-26chore: Normalize sentence in readmetxtsd
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
2022-07-25Merge pull request #956 from flowln/jar_mods_aaLennyMcLennington
Fix segmentation fault when using jar mods
2022-07-23fix: filter in external resource pages not workingflow
For some reason, using setFilterFixedString() doesn't seem to update the QRegularExpression object with a new value, instead leaving it empty. It updates QRegExp just fine, so maybe that's an Qt bug? o.O Anyway, using regex in the filter is kinda cool actually :D Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-23Merge pull request #951 from flowln/performace_tab_fixflow
Hide the entire performance tab on the instance settings in non-Linux OSes
2022-07-23Fix broken url in readmejopejoe1
Signed-off-by: jopejoe1 <johannes@joens.email>
2022-07-23fix: sigsegv when trying to use jar modsflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-23Merge pull request #952 from Scrumplex/fix-pre-post-launchLennyMcLennington
Fix variable substitution in pre launch/post exit hooks
2022-07-23fix: hide the entire performance tab on instance settings in non-Linuxflow
"just woke up after a major release has just been made" coding style Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-23fix: actually substitute variables in pre/post launchSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-23Merge pull request #893 from Scrumplex/refactor-env-handlingtimoreo
2022-07-23fix(nix): change license to gpl3OnlySefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-23Merge pull request #877 from Scrumplex/refactor-offline-accountsSefa Eyeoglu
2022-07-23Merge pull request #947 from flowln/unicode_uhhtimoreo
2022-07-23fix: treat accounts as offline, if auth servers are downSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-23Merge pull request #922 from DioEgizio/qt6-tarballstxtsd
feat(actions): package and deliver qt6 tarballs
2022-07-22change: unicode chars for folders and disabled mods in mod listflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-22Update .github/workflows/build.ymlSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>