Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-06 | feat(markdown): Add markdownlint config | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD001 Heading levels should only increment by one level at ↵ | txtsd | |
a time Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): Align inline HTML correctly | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD037 Spaces inside emphasis markers | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD010 Hard tabs | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD031 Fenced code blocks should be surrounded by blank lines | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD032 Lists should be surrounded by blank lines | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD034 Bare URL used | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD009 Trailing spaces | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD007 Unordered list indentation | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD025 Multiple top-level headings in the same document | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD046 Code block style | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD040 Fenced code blocks should have a language specified | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD012 Multiple consecutive blank lines | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-06 | chore(markdown): MD022 Headings should be surrounded by blank lines | txtsd | |
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com> | |||
2022-08-05 | fix: don't mutate QHash while iterating over it | flow | |
Even though it was using a QMutableHashIterator, sometimes it didn't work quite well, so this is a bit better. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-05 | fix: add some more nullptr checks / protection | flow | |
die sigsegv :gun: Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-05 | refactor: simplify smart pointers more | flow | |
Signed-off-by: flow <flowlnlnln@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 | refactor+fix: use QSharedPointer for shared_qobject_ptr | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-04 | Merge pull request #994 from Scrumplex/fix-winget-releaser | LennyMcLennington | |
Fix WinGet releaser | |||
2022-08-04 | fix: emit abort in LaunchController | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-03 | fix: Add root path detection on OpenBSD | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-03 | fix: allow user to interrupt launch after 3 tries | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-03 | Move large condition into a new lambda | Gingeh | |
Signed-off-by: Gingeh <39150378+Gingeh@users.noreply.github.com> | |||
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-02 | Check for running instance when re-opening the mod folder page and when ↵ | Gingeh | |
selecting mods Signed-off-by: Gingeh <39150378+Gingeh@users.noreply.github.com> | |||
2022-08-02 | Update launcher/ui/pages/instance/ModFolderPage.h | Gingeh | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Gingeh <39150378+Gingeh@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 | Disable "Check for Updates" and "Download Mods" while the game is running | Gingeh | |
Signed-off-by: Gingeh <39150378+Gingeh@users.noreply.github.com> | |||
2022-08-01 | Disable "Check for Updates" if all mods are removed | Gingeh | |
Signed-off-by: Gingeh <39150378+Gingeh@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-31 | use BlockedModsDialog for ftb packs as well | kumquat-ir | |
Signed-off-by: kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | |||
2022-07-31 | Merge remote-tracking branch 'origin/develop' into download-all-blocked | kumquat-ir | |
Signed-off-by: kumquat-ir <66188216+kumquat-ir@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> |