Commit Graph

  • 68f3f98bc3
    feat: detect GameMode and MangoHud's presence Sefa Eyeoglu 2022-08-08 21:03:02 +0200
  • f873cd5b1a
    refactor: store current capabilities Sefa Eyeoglu 2022-08-08 20:49:49 +0200
  • fa8df286d9
    chore(ci): Add markdownlint config to ignored paths txtsd 2022-07-13 01:09:56 +0530
  • 76aa0c434a
    feat(markdown): Add markdownlint config txtsd 2022-07-13 00:51:20 +0530
  • 78dc0cfdf3
    chore(markdown): MD001 Heading levels should only increment by one level at a time txtsd 2022-07-13 00:46:24 +0530
  • 9654728bfb
    chore(markdown): Align inline HTML correctly txtsd 2022-07-13 00:27:32 +0530
  • 123d1864f4
    chore(markdown): MD037 Spaces inside emphasis markers txtsd 2022-07-13 00:25:49 +0530
  • 96a91e988d
    chore(markdown): MD010 Hard tabs txtsd 2022-07-13 00:25:03 +0530
  • 19ecb1701e
    chore(markdown): MD031 Fenced code blocks should be surrounded by blank lines txtsd 2022-07-13 00:23:51 +0530
  • 8085b2728d
    chore(markdown): MD032 Lists should be surrounded by blank lines txtsd 2022-07-13 00:14:11 +0530
  • 56cad31a36
    chore(markdown): MD034 Bare URL used txtsd 2022-08-06 13:00:46 +0530
  • 3275bc4e93
    chore(markdown): MD009 Trailing spaces txtsd 2022-07-13 00:06:12 +0530
  • 8963378039
    chore(markdown): MD007 Unordered list indentation txtsd 2022-07-12 22:43:05 +0530
  • c7d435bb7a
    chore(markdown): MD025 Multiple top-level headings in the same document txtsd 2022-08-06 12:57:11 +0530
  • 06cc7e4ea0
    chore(markdown): MD046 Code block style txtsd 2022-07-12 21:07:05 +0530
  • fba20e2cfb
    chore(markdown): MD040 Fenced code blocks should have a language specified txtsd 2022-07-12 21:04:57 +0530
  • 358f080c76
    chore(markdown): MD012 Multiple consecutive blank lines txtsd 2022-07-12 20:46:06 +0530
  • 8cea57ff0f
    chore(markdown): MD022 Headings should be surrounded by blank lines txtsd 2022-08-06 12:53:50 +0530
  • 7b27f200b1
    fix: don't mutate QHash while iterating over it flow 2022-08-05 16:23:46 -0300
  • f4b207220c
    fix: add some more nullptr checks / protection flow 2022-08-02 15:38:51 -0300
  • d835e1d14e
    refactor: simplify smart pointers more flow 2022-08-04 17:09:32 -0300
  • 75f92de8f8
    Merge pull request #1017 from flowln/kill_orphan_metadata flow 2022-08-04 12:57:20 -0700
  • 293c1deee5
    Merge pull request #1014 from DioEgizio/downgrade-qt-macos flow 2022-08-04 12:56:55 -0700
  • 4dee05a967
    Merge pull request #1006 from DioEgizio/appimage-ubuntu-moment flow 2022-08-04 12:56:38 -0700
  • 8d6414d74a
    Merge pull request #1019 from Scrumplex/fix-openbsd-root Sefa Eyeoglu 2022-08-04 21:47:35 +0200
  • 362ecdb583
    refactor+fix: use QSharedPointer for shared_qobject_ptr flow 2022-08-04 13:58:30 -0300
  • 058b9f9272
    Merge pull request #994 from Scrumplex/fix-winget-releaser LennyMcLennington 2022-08-04 16:20:23 +0100
  • 355762aa30
    fix: emit abort in LaunchController Sefa Eyeoglu 2022-08-04 10:02:54 +0200
  • be4fb65470
    fix: Add root path detection on OpenBSD Sefa Eyeoglu 2022-08-03 21:14:23 +0200
  • 4ed296bad4
    fix: allow user to interrupt launch after 3 tries Sefa Eyeoglu 2022-08-03 20:37:10 +0200
  • a8aa862919 Move large condition into a new lambda Gingeh 2022-08-03 16:39:30 +1000
  • 31ba1de53b
    fix: remove orphaned metadata to avoid problems with auto-updating insts flow 2022-07-31 21:56:37 -0300
  • bca1fef2b2 chore: downgrade to Qt 6.3.0 on macos DioEgizio 2022-08-02 10:19:47 +0200
  • f33b31e048 Check for running instance when re-opening the mod folder page and when selecting mods Gingeh 2022-08-02 14:14:45 +1000
  • 0d10ebb7ca Update launcher/ui/pages/instance/ModFolderPage.h Gingeh 2022-08-02 12:48:32 +1000
  • 4a8abc948e
    fix: prevent segfault due to callbacks into deleted objects flow 2022-08-01 18:34:15 -0300
  • 6fd3672618
    Merge pull request #1012 from DioEgizio/patch-10 Sefa Eyeoglu 2022-08-01 20:31:11 +0200
  • abd090bd48
    fix: remove iconfix from libraries/README.MD DioEgizio 2022-08-01 20:21:19 +0200
  • bd9140f1f3
    Merge pull request #1008 from DioEgizio/qt-version-issue-template Sefa Eyeoglu 2022-08-01 18:40:11 +0200
  • 9d78b2d259 Update .github/ISSUE_TEMPLATE/bug_report.yml DioEgizio 2022-08-01 14:50:10 +0200
  • 9c9528838a chore: update issue template to ask about Qt version DioEgizio 2022-08-01 14:40:55 +0200
  • 77b640b76b Disable "Check for Updates" and "Download Mods" while the game is running Gingeh 2022-08-01 20:19:20 +1000
  • a8dfe98b1a Disable "Check for Updates" if all mods are removed Gingeh 2022-08-01 20:18:48 +1000
  • cee41b87f7
    fix(ui): force redraw of mod list when (de)selecting a mod flow 2022-07-31 16:01:47 -0300
  • 7a95314e42
    feat(ui): remember mod download dialog's geometry flow 2022-07-19 13:50:02 -0300
  • 6aaf1f4f21
    feat: lazy-load CF mod descriptions flow 2022-07-19 12:29:31 -0300
  • 368a0ddd44
    feat: add mod descriptions to CF mods flow 2022-07-19 11:50:38 -0300
  • 0808a10b7b
    feat: cache mod versions flow 2022-07-18 19:28:46 -0300
  • 6f052baa94
    refactor: use function cb instead of class cb in getVersions flow 2022-07-18 19:22:31 -0300
  • 5bc67d3f6b
    feat: cache extra mod info (like links and body) flow 2022-07-18 19:17:44 -0300
  • 74c6c5cfbc
    refactor: use function cb instead of class cb in getModInfo flow 2022-07-18 19:15:02 -0300
  • 158b7fd166
    feat+refactor: clean up ProgressWidget and add progress indicatior to mod downloader flow 2022-07-15 13:18:12 -0300
  • c3f647dc96
    feat: add (semi) instant searching in mod downloader flow 2022-07-15 11:57:27 -0300
  • 5936c7b65c
    change: preserve search term across different mod providers flow 2022-07-15 11:20:08 -0300
  • a8bcd85c93
    feat+refactor: add shortcuts to mod downloader and clean up flow 2022-07-15 09:34:11 -0300
  • 127b558f95
    change: change button names to be more user-friendly flow 2022-06-16 22:22:14 -0300
  • 6e9a27f40f
    feat: display the 'body' of a MR mod on the mod downloader flow 2022-06-16 20:46:47 -0300
  • 4a13dbe3bb
    feat: create delegate for project item views flow 2022-07-14 22:23:41 -0300
  • 0f61f5ba03
    fix(ui): missing tr() in mod download dialog's title flow 2022-06-16 18:25:14 -0300
  • 5f1efbeb67 fix: work around ubuntu 22.04 openssl appimage issues by copying openssl libs DioEgizio 2022-08-01 09:30:26 +0200
  • 9c105914f0 use BlockedModsDialog for ftb packs as well kumquat-ir 2022-07-31 15:05:47 -0400
  • 579582740e Merge remote-tracking branch 'origin/develop' into download-all-blocked kumquat-ir 2022-07-31 14:54:50 -0400
  • b15544c163
    Trash instances instead of deleting (when possible) (#549) Ryan Cao 2022-07-31 01:42:33 +0800
  • 94a63e3859
    Merge pull request #941 from Scrumplex/bump-cxx-standard LennyMcLennington 2022-07-30 17:10:59 +0100
  • 842b7e6c39
    use c11 instead LennyMcLennington 2022-07-30 15:35:48 +0100
  • 22f5011451
    fix(winget): strictly match non-Legacy setup Sefa Eyeoglu 2022-07-29 16:25:12 +0200
  • b7490b479c
    Merge pull request #970 from PolyMC/Bump-1.4.1 1.4.1 LennyMcLennington 2022-07-28 09:42:56 +0100
  • 74120fe1f3
    Merge pull request #699 from Scrumplex/resolve-ftb-mods-cf timoreo 2022-07-28 09:43:39 +0200
  • b4e8abd0ad feat: win32 enable dark titlebar for dark theme DavidoTek 2022-07-26 23:25:17 +0200
  • 336f1f4f50
    Merge pull request #974 from flowln/accounts_qt6 flow 2022-07-26 16:08:05 -0300
  • 1c256d8876
    Merge pull request #958 from jopejoe1/readme txtsd 2022-07-27 00:16:35 +0530
  • 1ce0f0e7a5
    fix: progress dialog going away even if the task was not aborted flow 2022-07-25 17:52:55 -0300
  • fbf1901d86
    refactor: shuffle some things around to improve readability flow 2022-07-25 17:51:30 -0300
  • 0382f33c46
    fix(ui): pump events to show "Copying modpack files..." text flow 2022-07-25 16:48:29 -0300
  • 13372f3f99
    chore: clean up FTBPackInstallTask a bit and connect missing signals flow 2022-07-25 16:38:58 -0300
  • e741cb7f0a
    fix: add abort handlign in Flame's FileResolvingTask flow 2022-07-25 16:37:10 -0300
  • fb289c6b17
    chore: add license headers Sefa Eyeoglu 2022-06-03 09:45:09 +0200
  • 75a7ea55d4
    feat: implement mod resolving for FTB Sefa Eyeoglu 2022-06-02 21:23:20 +0200
  • 86573a5ccd
    Merge pull request #961 from flowln/fix_resource_filter Sefa Eyeoglu 2022-07-26 20:14:18 +0200
  • 6fe55a79f1
    fix: use const qualifier for operator==() and allow other comparisons flow 2022-07-26 12:53:28 -0300
  • 1a6cb9ee99
    chore: add some debugging prints in AccountList flow 2022-07-25 13:59:56 -0300
  • a495d9eca5
    chore: Normalize sentence in readme txtsd 2022-07-26 22:00:40 +0530
  • 65a945f968
    Merge pull request #956 from flowln/jar_mods_aa LennyMcLennington 2022-07-25 06:57:40 +0100
  • 0d35edbbf3
    bump version LennyMcLennington 2022-07-25 06:44:34 +0100
  • a9e8ed5087
    fix: pump events and do a queued start for concurrent tasks flow 2022-07-24 16:19:25 -0300
  • 00520b6a0e
    feat: add hashing tasks to the sequential task in ModUpdateDialog flow 2022-07-24 15:14:31 -0300
  • e6f2a3893a
    refactor+feat: improve code separation in ensure metadata flow 2022-07-24 15:13:42 -0300
  • 24c034ff6a
    change(libs): use a 4MiB buffer by default in murmur2 hashing flow 2022-07-24 15:12:29 -0300
  • 631a93bcd8
    refactor: add a HashUtils place for hashing stuff flow 2022-07-24 15:11:41 -0300
  • b1763353ea
    feat: do incremental calculation of CF's hash flow 2022-07-23 23:16:28 -0300
  • f95bcf45ad
    feat(libs): add incremental version of murmurhash2 calculation flow 2022-07-23 23:14:49 -0300
  • 15ec1abb6a
    feat: use QIODevice for calcuating the JAR hash on Modrinth flow 2022-07-23 23:13:53 -0300
  • cfda8dbb2b
    refactor: use QIODevice instead of a whole QByteArray for hash calc. flow 2022-07-23 23:11:09 -0300
  • 3aa2003951
    fix: filter in external resource pages not working flow 2022-07-23 23:50:56 -0300
  • 0e473f4570
    Merge pull request #951 from flowln/performace_tab_fix flow 2022-07-23 18:31:04 -0300
  • bfa824ee71 Fix broken url in readme jopejoe1 2022-07-23 23:18:48 +0200
  • 1157436a24
    fix: sigsegv when trying to use jar mods flow 2022-07-23 14:21:28 -0300
  • 4596e78df0
    Merge pull request #952 from Scrumplex/fix-pre-post-launch LennyMcLennington 2022-07-23 18:06:12 +0100
  • 813dfbd2d3
    fix: hide the entire performance tab on instance settings in non-Linux flow 2022-07-23 12:37:45 -0300
  • ba7dfb360c
    fix: actually substitute variables in pre/post launch Sefa Eyeoglu 2022-07-23 17:51:58 +0200