Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-10 | Make new title strings translatable | Robb | |
Signed-off-by: Robb <computerguy440+gh@gmail.com> | |||
2022-08-09 | fix: 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-04 | Merge pull request #1017 from flowln/kill_orphan_metadata | flow | |
Remove orphaned metadata to avoid problems with auto-updating instances | |||
2022-08-04 | Merge pull request #1014 from DioEgizio/downgrade-qt-macos | flow | |
chore: downgrade to Qt 6.3.0 on macos | |||
2022-08-04 | Merge pull request #1006 from DioEgizio/appimage-ubuntu-moment | flow | |
fix: work around ubuntu 22.04 openssl appimage issues by copying openssl libs | |||
2022-08-04 | Merge pull request #1019 from Scrumplex/fix-openbsd-root | Sefa Eyeoglu | |
Add root path detection on OpenBSD | |||
2022-08-04 | Merge pull request #994 from Scrumplex/fix-winget-releaser | LennyMcLennington | |
Fix WinGet releaser | |||
2022-08-03 | fix: Add root path detection on OpenBSD | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-02 | fix: remove orphaned metadata to avoid problems with auto-updating insts | flow | |
Just as my master has taught me. :gun: Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-02 | chore: downgrade to Qt 6.3.0 on macos | DioEgizio | |
seems to fix some emoji-related issues Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-08-01 | Merge pull request #1012 from DioEgizio/patch-10 | Sefa Eyeoglu | |
fix: remove iconfix from libraries/README.MD | |||
2022-08-01 | fix: remove iconfix from libraries/README.MD | DioEgizio | |
someone forgor (💀) to remove it Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-08-01 | Merge pull request #1008 from DioEgizio/qt-version-issue-template | Sefa Eyeoglu | |
chore: update issue template to ask about Qt version | |||
2022-08-01 | Update .github/ISSUE_TEMPLATE/bug_report.yml | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Co-authored-by: flow <flowlnlnln@gmail.com> | |||
2022-08-01 | chore: update issue template to ask about Qt version | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-08-01 | fix: work around ubuntu 22.04 openssl appimage issues by copying openssl libs | DioEgizio | |
terrible hack but it works™️ Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-07-30 | Trash instances instead of deleting (when possible) (#549) | Ryan Cao | |
Squashed because of :pofat: commit history | |||
2022-07-30 | Merge pull request #941 from Scrumplex/bump-cxx-standard | LennyMcLennington | |
Bump to C++17 | |||
2022-07-30 | use c11 instead | LennyMcLennington | |
c17 dont work properly with lgtm's build system and c11 is already almost identical to c17 at least in gcc | |||
2022-07-29 | fix(winget): strictly match non-Legacy setup | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-28 | Merge pull request #699 from Scrumplex/resolve-ftb-mods-cf | timoreo | |
2022-07-26 | Merge pull request #974 from flowln/accounts_qt6 | flow | |
Fix adding multiple accounts in Qt6 | |||
2022-07-27 | Merge pull request #958 from jopejoe1/readme | txtsd | |
2022-07-26 | fix: progress dialog going away even if the task was not aborted | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-26 | refactor: shuffle some things around to improve readability | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-26 | fix(ui): pump events to show "Copying modpack files..." text | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-26 | chore: clean up FTBPackInstallTask a bit and connect missing signals | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-26 | fix: add abort handlign in Flame's FileResolvingTask | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-26 | chore: add license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-26 | feat: implement mod resolving for FTB | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-26 | Merge pull request #961 from flowln/fix_resource_filter | Sefa Eyeoglu | |
2022-07-26 | fix: use const qualifier for operator==() and allow other comparisons | flow | |
This fixes an implicit behavior changed by C++17. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-26 | chore: add some debugging prints in AccountList | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-26 | chore: Normalize sentence in readme | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-07-25 | Merge pull request #956 from flowln/jar_mods_aa | LennyMcLennington | |
Fix segmentation fault when using jar mods | |||
2022-07-23 | fix: filter in external resource pages not working | flow | |
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-23 | Merge pull request #951 from flowln/performace_tab_fix | flow | |
Hide the entire performance tab on the instance settings in non-Linux OSes | |||
2022-07-23 | Fix broken url in readme | jopejoe1 | |
Signed-off-by: jopejoe1 <johannes@joens.email> | |||
2022-07-23 | fix: sigsegv when trying to use jar mods | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-23 | Merge pull request #952 from Scrumplex/fix-pre-post-launch | LennyMcLennington | |
Fix variable substitution in pre launch/post exit hooks | |||
2022-07-23 | fix: hide the entire performance tab on instance settings in non-Linux | flow | |
"just woke up after a major release has just been made" coding style Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-23 | fix: actually substitute variables in pre/post launch | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-23 | Merge pull request #893 from Scrumplex/refactor-env-handling | timoreo | |
2022-07-23 | fix(nix): change license to gpl3Only | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-23 | Merge pull request #877 from Scrumplex/refactor-offline-accounts | Sefa Eyeoglu | |
2022-07-23 | Merge pull request #947 from flowln/unicode_uhh | timoreo | |
2022-07-23 | fix: treat accounts as offline, if auth servers are down | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-23 | Merge pull request #922 from DioEgizio/qt6-tarballs | txtsd | |
feat(actions): package and deliver qt6 tarballs | |||
2022-07-22 | change: unicode chars for folders and disabled mods in mod list | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-22 | Update .github/workflows/build.yml | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> |