Age | Commit message (Expand) | Author |
2022-09-15 | fix: enable demo launch only on supported instances | flow |
2022-09-15 | fix: show 'demo' instead of 'offline' in log when in demo mode | flow |
2022-09-15 | change: move demo action to "Play offline" menu | flow |
2022-09-15 | Add 'Ctrl+Alt+O' Shortcut to launch demo instance. | jopejoe1 |
2022-09-15 | Added Launch Demo button. | jopejoe1 |
2022-09-14 | Merge pull request #982 from DavidoTek/windarkmode2 | Sefa Eyeoglu |
2022-09-12 | Merge pull request #1133 from Scrumplex/refactor-tests | flow |
2022-09-11 | refactor: restructure tests | Sefa Eyeoglu |
2022-09-10 | fix: emit signals when aborting NetJob | flow |
2022-09-07 | fix: start at least one task in ConcurrentTask | flow |
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 |
2022-09-07 | refactor: create mod pages and filter widget by factory methods | flow |
2022-09-07 | fix: use more robust method of finding matches for major version | flow |
2022-09-07 | Merge pull request #939 from flowln/mod_downloader_improve | flow |
2022-09-07 | Merge pull request #966 from flowln/refactor_tasks | flow |
2022-09-06 | Fixed up a warning | timoreo |
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 |
2022-09-04 | make the about dialog smaller | DioEgizio |
2022-09-03 | fix: improve handling of unrecognized pack formats | flow |
2022-09-03 | fix: removing mods with their metadata as well | flow |
2022-09-03 | fix: crash when adding resource packs directly in the folder | flow |
2022-09-03 | fix: race condition on ResourceFolderModel tests | flow |
2022-09-03 | feat: move resource pack images to QPixmapCache | flow |
2022-09-03 | feat(tests): add tests for resource pack parsing | flow |
2022-09-03 | refactor: move resource pack file parsing utilities to separate namespace | flow |
2022-09-03 | feat: add image from pack.png to resource packs | flow |
2022-09-03 | feat: add resource icon to InfoFrame | flow |
2022-09-03 | fix: filtering in regex search in resource packs | flow |
2022-09-03 | fix: sorting by pack format | flow |
2022-09-03 | feat: add basic resource pack parsing of pack.mcmeta | flow |
2022-09-03 | feat: modify InfoFrame and ResourcePackPage to show ResourcePack info | flow |
2022-09-03 | feat: add more resource pack info | flow |
2022-09-03 | feat: allow specifying factory for resources in BasicFolderLoadTask | flow |
2022-09-01 | Merge pull request #1095 from flowln/ensure_file_path_in_override | Sefa Eyeoglu |
2022-08-31 | Merge pull request #1067 from Scrumplex/classpath-epicness | flow |
2022-08-31 | Merge pull request #1080 from flowln/eternal_cache | flow |
2022-08-28 | fix: make MultipleOptionsTask inherit directly from SequentialTask | flow |
2022-08-28 | feat(test): add more tests to Tasks | flow |
2022-08-28 | refactor: make NetJob inherit from ConcurrentTask as well! | flow |
2022-08-28 | refactor: make MultipleOptionsTask inherit from ConcurrentTask too | flow |
2022-08-28 | refactor: make SequentialTask inherit from ConcurrentTask | flow |
2022-08-28 | fix: abort logic running subsequent tasks anyways some times | flow |
2022-08-28 | fix: 'succeeded while not running' spam in ConcurrentTask | flow |
2022-08-28 | fix: bogus progress update when the total step progress was zero | flow |
2022-08-28 | fix: only try to start tasks that are really there | flow |
2022-08-28 | fix: ensure destination file paths exist when overriding folders | flow |