Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-15 | fix: show 'demo' instead of 'offline' in log when in demo mode | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-15 | change: move demo action to "Play offline" menu | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-15 | Add 'Ctrl+Alt+O' Shortcut to launch demo instance. | jopejoe1 | |
Signed-off-by: jopejoe1 <johannes@joens.email> | |||
2022-09-15 | fix: allow demo for older versions | flow | |
We were not propagating the '--demo' flag in the legacy launcher, unconditionally setting the 'demo' parameter to false. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-15 | Added Launch Demo button. | jopejoe1 | |
Signed-off-by: jopejoe1 <johannes@joens.email> | |||
2022-09-15 | Merge pull request #1146 from Scrumplex/fix-launch-rd | flow | |
2022-09-15 | fix: allow starting rd- versions | Sefa Eyeoglu | |
Using `Collections.emptyList()` doesn't allow us to later append stuff into that list. Use an empty `ArrayList` instead. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-14 | Merge pull request #982 from DavidoTek/windarkmode2 | Sefa Eyeoglu | |
2022-09-12 | chore(actions)!: bump macOS required version to 10.15 | flow | |
This is needed for std::filesystem support in macOS's libc. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-12 | chore(tests): add test for copy operation with blacklist | flow | |
I almost :skull: because no tests used this x.x Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-12 | fix: use std::wstring for Windows filenames | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-12 | chore: make DirNameFromString add normal duplicate identifier | flow | |
Wrap the number in parenthesis to be similar to other software. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-12 | refactor: remove Win32 'crap' in FileSystem | flow | |
We should use std::filesystem symlink and hardlink functions instead. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-12 | refactor: use std::filesystem for overrides | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-12 | refactor: use std::filesystem for path deletion | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-12 | refactor: use std::filesystem for file copy | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-12 | Merge pull request #1133 from Scrumplex/refactor-tests | flow | |
Move tests to a separate folder, to fix issues and improve maintenance | |||
2022-09-12 | Merge pull request #1123 from flowln/fix_abort_inst | txtsd | |
2022-09-12 | fix(actions, win): only copy openssl libs on qt5 builds (#1130) | DioEgizio | |
2022-09-11 | refactor: restructure tests | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-11 | Merge pull request #1129 from dada513/metainfo_fix | flow | |
Fixes FlatHub's image metadata for the 1.4.2 release | |||
2022-09-11 | fix meta | dada513 | |
Signed-off-by: dada513 <dada513@protonmail.com> | |||
2022-09-10 | fix: emit signals when aborting NetJob | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-08 | Merge pull request #1117 from flowln/fix_updater | timoreo | |
Fix the mod updater not working as intended | |||
2022-09-07 | fix: start at least one task in ConcurrentTask | flow | |
This allows us to emit all the necessary stuff when we're finished in the case of starting a task with no subtasks. In particular, this caused the mod updater to not work properly :) Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-07 | Merge pull request #997 from flowln/fix_major_version_filter | flow | |
2022-09-07 | Merge pull request #1105 from flowln/better_resource_packs | flow | |
Add basic resource pack parsing and fix issues | |||
2022-09-07 | refactor: create mod pages and filter widget by factory methods | flow | |
This takes most expensive operations out of the constructors. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-07 | fix: use more robust method of finding matches for major version | flow | |
This uses the proper version list to find all MC versions matching the major number (_don't say anything about SemVer_ :gun:). Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-07 | Merge pull request #939 from flowln/mod_downloader_improve | flow | |
Some more UI / UX improvements to the mod downloader! | |||
2022-09-07 | Merge pull request #966 from flowln/refactor_tasks | flow | |
Reduce code duplication in tasks, fix some bugs and add some tests | |||
2022-09-06 | Merge pull request #1113 from timoreo22/develop | flow | |
Fix compilation warning due to uninitiated variables. | |||
2022-09-06 | Merge pull request #1114 from DioEgizio/bump-installqtaction-v3 | txtsd | |
2022-09-06 | chore: update install-qt-action to v3 | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-09-06 | Fixed up a warning | timoreo | |
Signed-off-by: timoreo <contact@timoreo.fr> | |||
2022-09-05 | Merge pull request #1111 from PolyMC/revert-1067-classpath-epicness | Sefa Eyeoglu | |
2022-09-05 | Merge pull request #1107 from DioEgizio/smaller-about | Sefa Eyeoglu | |
2022-09-05 | Merge pull request #1034 from Scrumplex/detect-performance-features | Sefa Eyeoglu | |
2022-09-05 | Revert "Move classpath definition into NewLaunch itself" | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-04 | make the about dialog smaller | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-09-03 | fix: improve handling of unrecognized pack formats | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | fix: removing mods with their metadata as well | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | fix: crash when adding resource packs directly in the folder | flow | |
This fixes an issue in which, when adding a new resource pack externally to PolyMC, when the resource pack view was open, would crash poly. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | fix: race condition on ResourceFolderModel tests | flow | |
This (hopefully) fixes the race contiditions that sometimes got triggered in tests. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | feat: move resource pack images to QPixmapCache | flow | |
This takes care of evicting entries when the cache gets too big for us, so we can add new entries without much worries. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | feat(tests): add tests for resource pack parsing | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | refactor: move resource pack file parsing utilities to separate namespace | flow | |
This makes it easier to use that logic in other contexts. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | feat: add image from pack.png to resource packs | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | feat: add resource icon to InfoFrame | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | fix: filtering in regex search in resource packs | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> |