Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-10 | Make new title strings translatable | Robb | |
Signed-off-by: Robb <computerguy440+gh@gmail.com> | |||
2022-08-10 | Merge pull request #1018 from Scrumplex/fix-infinite-auth-loop | timoreo | |
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-09 | Fix use of Qt 5.14 enum | Mitchell Skaggs | |
Signed-off-by: Mitchell Skaggs <skaggsm333@gmail.com> | |||
2022-08-08 | Replace local 8-bit decoding with UTF-8 decoding | Mitchell Skaggs | |
Handles incomplete byte sequences using `QTextDecoder` Signed-off-by: Mitchell Skaggs <skaggsm333@gmail.com> | |||
2022-08-08 | fix: don't apply GameMode/MangoHud, if they aren't supported | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-08 | refactor: don't include mangohud's library path | Sefa Eyeoglu | |
This could cause issues on some environments. Users should just put MangoHud libs into global LD_LIBRARY_PATH, just like with any other library Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-08 | feat: detect GameMode and MangoHud's presence | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-08 | refactor: store current capabilities | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
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 | refactor+fix: use QSharedPointer for shared_qobject_ptr | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
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 | 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 | 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-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-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-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-25 | Merge pull request #956 from flowln/jar_mods_aa | LennyMcLennington | |
Fix segmentation fault when using jar mods | |||
2022-07-24 | fix: pump events and do a queued start for concurrent tasks | flow | |
Heavy workloads can consume a ton of time doing their stuff, and starve the event loop out of events. This adds an event processing call after every concurrent task has been completed, to decrease the event loop stravation on such loads. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-24 | feat: add hashing tasks to the sequential task in ModUpdateDialog | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-24 | refactor+feat: improve code separation in ensure metadata | flow | |
... and avoid calculating the same hash multiple times Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-24 | refactor: add a HashUtils place for hashing stuff | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-24 | feat: do incremental calculation of CF's hash | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-24 | feat: use QIODevice for calcuating the JAR hash on Modrinth | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-24 | refactor: use QIODevice instead of a whole QByteArray for hash calc. | flow | |
This allows Qt to do its thing and optimize the data gathering from the JAR. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
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: sigsegv when trying to use jar mods | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> |