Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | change(libs): use a 4MiB buffer by default in murmur2 hashing | flow | |
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(libs): add incremental version of murmurhash2 calculation | flow | |
This does two passes for a given file, which is kinda slow, but I don't know how else to get the size excluding the filtered ones :< 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 | 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 | 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> | |||
2022-07-22 | Merge pull request #938 from Scrumplex/fix-i18n3 | txtsd | |
2022-07-22 | Merge pull request #932 from Scrumplex/fix-nix | txtsd | |
2022-07-22 | Merge pull request #930 from TheOPtimal/develop | txtsd | |
2022-07-22 | fix: use single-space unicode char for checkmark in mod list | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-20 | DCO Remediation Commit for Jacob Gogichaishvili <iakob.gogichaishvili@gmail.com> | Jacob Gogichaishvili | |
I, Jacob Gogichaishvili <iakob.gogichaishvili@gmail.com>, hereby add my Signed-off-by to this commit: 3746a2566d7b0f758a1de7a3f78cb88bd28bb1e5 Signed-off-by: Jacob Gogichaishvili <iakob.gogichaishvili@gmail.com> | |||
2022-07-20 | fix: move HTML code outside of translation | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-20 | Merge pull request #936 from Scrumplex/fix-windows-crap-2 | Sefa Eyeoglu | |
2022-07-19 | fix(nix): switch to LD_LIBRARY_PATH | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-19 | fix: support LD_* for OpenBSD | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-19 | refactor: filter values in environment variables | Sefa Eyeoglu | |
Before this change, you had to specify custom LD_* variables using the prefix GAME_LD_*. Now instead of dropping all LD_* variables by default, we should just filter them and remove the values we *know* are from our start script. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-19 | fix: fix translations for mod updater | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-19 | feat(actions): package and deliver qt6 tarballs | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-07-19 | Merge pull request #934 from virchau13/fix-non-nixos-libraries | flow | |
fix(nix): only load stdenv.cc.cc.lib on NixOS | |||
2022-07-19 | Merge pull request #929 from flowln/dark_theme_dark_font | Sefa Eyeoglu | |
2022-07-19 | fix: fix Java Checker on Windows, again | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-19 | fix(nix): only load stdenv.cc.cc.lib on NixOS | Vir Chaudhury | |
On non-NixOS, launching any external process from Minecraft (e.g. clicking on links) will fail due to a conflict between the system libraries and the Nix stdenv.cc.cc.lib. This works around that issue by only loading stdenv.cc.cc.lib on NixOS. Signed-off-by: Vir Chaudhury <virchau13@hexular.net> | |||
2022-07-18 | fix(nix): switch to PolyMC libnbtplusplus | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-18 | Add more Nix `meta` information | Jacob Gogichaishvili | |
2022-07-18 | fix: dark placeholder text in dark background on dark theme | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-18 | Merge pull request #588 from flowln/mod_update | flow | |
Implement mod updater (:sunglasses:) | |||
2022-07-17 | fix: raw-pointers and leaks in ModFolderLoadTask | flow | |
Co-authored-by: timoreo <contact@timoreo.fr> Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | fix: bogus returns in EnsureMetadataTask | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | fix: std::list -> QList | flow | |
Qt6 removed Qlist::toStdList() :sob: Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | change: use ModStatus as a simple member instead of a pointer | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | feat: make second metadata pass concurrent | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | fix: clean up execWithTask in Progress Dialog | flow | |
This prevents weird problems, such as dialogs being non-modal when they should be! Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | fix: try finding a good height for short changelogs | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> |