Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-31 | Merge branch 'PrismLauncher:develop' into develop | Chrono | |
2022-10-31 | remove one space | Chrono | |
Signed-off-by: Chrono <me@disilla.org> | |||
2022-10-31 | fix: do not trash instances in Flatpak | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-28 | Merge pull request #65 from he3als/develop | Sefa Eyeoglu | |
2022-10-24 | fix: retry mod search job after aborting it | flow | |
This way, we don't get stuck with an aborted job in our way! :o Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-22 | fix: add flat_white to code | he3als | |
2022-10-22 | ATLauncher: Fix pack installation always aborting | Jamie Mansfield | |
I made a mistake during when cherry picking a previous commit, this applies the change - and fixes installing ATLauncher packs. | |||
2022-10-22 | Merge pull request #215 from forkiesassds/develop | flow | |
2022-10-22 | ATLauncher: Abort install if optional mods dialog is closed | Jamie Mansfield | |
This matches the behaviour of ATLauncher. | |||
2022-10-22 | CurseForge modpack page improvements | forkiesassds | |
Signed-off-by: forkiesassds <icanttellyou@memeware.net> | |||
2022-10-21 | Fix typo | circuit10 | |
Signed-off-by: circuit10 <heath.mitchell27@gmail.com> | |||
2022-10-19 | Merge pull request #31 from flowln/who_needs_webview | Sefa Eyeoglu | |
2022-10-19 | Merge pull request #27 from flowln/ftb_install_improve | Sefa Eyeoglu | |
2022-10-18 | Streamline Button changes to improve source readability. | Cleo John | |
2022-10-18 | fix: use display name in code | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-18 | refactor: initial rebrand | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-13 | fix: issues with aborts (again) | flow | |
i hate it Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-13 | fix: abort search if we're already trying to download a pack | flow | |
Meaning we don't have to wait for the searches to finish in the background to finally start the modpack download, when we have already selected it -_- Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-12 | fix: don't include opted out versions with the 'Any' filter on the MD | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-11 | fix: prevent images overriding content when changing pages | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-08 | Merge pull request #1033 from Scrumplex/multi-arch-support | Sefa Eyeoglu | |
2022-10-08 | feat: add image support for FTB packs | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-08 | feat: add image support for modrinth modpack pages | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-08 | fix: make mod and modpack caches separate for Modrinth | flow | |
This makes it similar to CF mods / modpacks. The mods cache is maintained with the same name because it most likely has more data it in, so this commit will affect existing caches as minimally as possible. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-08 | feat: add image support for mod pages | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-08 | fix: mod updating isn't upcoming anymore :p | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-10-08 | Merge pull request #1163 from flowln/fix_list_icons | Sefa Eyeoglu | |
2022-09-26 | Merge pull request #894 from flowln/update_from_external_source | flow | |
epic PR | |||
2022-09-24 | Allow double clicking to mark for dowload | ErogigGit | |
Signed-off-by: Erogig <erogigabyte@gmail.com> | |||
2022-09-23 | fix: use placeholder icon when the project has no icon in MR | flow | |
Projects with no icon return a null icon URL in Modrinth's API. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-23 | feat: change project item delegate for modrinth modpacks | flow | |
more info! \ ^-^/ Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-23 | fix: remove manual icon resize in ModModel | flow | |
THis fixes a FIXME, now that we fixed the issue :o Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | fix: simplify abort handling and add missing emits | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | refactor: change the way instance names are handled | flow | |
While working on pack updating, instance naming always gets in the way, since we need both way of respecting the user's name choice, and a standarized way of getting the original pack name / version. This tries to circunvent such problems by abstracting away the naming schema into it's own struct, holding both the original name / version, and the user-defined name, so that everyone can be happy and world peace can be achieved! (at least that's what i'd hope :c). Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | refactor: add instance creation abstraction and move vanilla | flow | |
This is so that 1. Code is more cleanly separated, and 2. Allows to more easily add instance updating :) Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | refactor: introduce RuntimeContext | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | feat: add texture pack parsing | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-15 | Added Launch Demo button. | jopejoe1 | |
Signed-off-by: jopejoe1 <johannes@joens.email> | |||
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 | 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-05 | Merge pull request #1034 from Scrumplex/detect-performance-features | Sefa Eyeoglu | |
2022-09-03 | fix: removing mods with their metadata as well | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | feat: modify InfoFrame and ResourcePackPage to show ResourcePack info | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-28 | refactor: make NetJob inherit from ConcurrentTask as well! | flow | |
Avoids lots of code duplication Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-28 | Merge pull request #1052 from flowln/resource_model | Sefa Eyeoglu | |
2022-08-24 | fix: fix urls on ftb legacy | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-08-20 | change: add enable/disable to resources | flow | |
TIL that zip resource packs, when disabled, actually have the effect of not showing up in the game at all. Since this can be useful to someone, I moved the logic for it to the resources. Signed-off-by: flow <flowlnlnln@gmail.com> |