Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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> | |||
2022-07-17 | fix: changelogs with too much space between lines | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | fix: don't use shared_ptr for a background task T_T | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | change: make Mod a QObject used as a pointer | flow | |
Prevents problems when copying it around! Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | fix: work around HoeDown bug(?) in changelog line breaks | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | feat: improve changelog and sort updatable mods | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | fix: handling around disabled mods | flow | |
Don't update disabled mods to prevent mod duplication. Also, chop filename in the metadata with a '.disabled'. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | fix: don't require non-essential items in mod index | flow | |
Also adds slug field. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | feat: add some mod api calls | flow | |
- Get Project: Already existed but required a specific caller type. This is more general. - Get Projects: A single call to multiple of the above Both providers support these calls. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | change: mod metadata improvements | flow | |
- Use slug instead of name - Keep temporary status before having local details Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | fix: mod parsing of 'String-fied' version (i.e. OpenBlocks) | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> |