Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-03 | fix: show invalid version even when there's none | flow | |
Having a blank instead of _anything_ is bad UX. Instead, even when there's not a valid version (most likely disabled redistribution), we show a message in the UI, to differentiate from the loading state. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-03 | feat+fix: cache Flame modpack versions | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-03 | fix: use better naming for Modrinth pack versions | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-03 | feat+fix: cache versions and extra info in Modrinth packs | flow | |
When you change a copy thinking you're changing the original data smh Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-03 | fix: don't use uniform sizes in Modrinth modpack viewer | flow | |
Apparently, when Qt sees an icon with the height smaller than the rest, with this option set, it will change the height of all other items to be that one, causing #828. While we do lose some performance changing this option, the issue is gone, so :| Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-03 | fix: initialize accountIsOnline to fix build | Sefa Eyeoglu | |
CMAKE_BUILD_TYPE=Release makes the build fail otherwise. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-03 | Merge pull request #855 from Gingeh/account-list | Sefa Eyeoglu | |
2022-07-03 | Merge pull request #818 from flowln/tiny_mod_icons | Ezekiel Smith | |
Always scale mod icons to the right size | |||
2022-07-01 | feat: use ConcurrentTask for mod downloads | flow | |
Way faster :) Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-01 | Merge pull request #652 from flowln/mod_page | Sefa Eyeoglu | |
2022-07-01 | Merge branch 'PolyMC:develop' into account-list | Gingeh | |
2022-06-30 | change: better regex for removing 'The' when sorting mods | flow | |
Teh :| Co-authored-by: timoreo22 <timo.oreo34@gmail.com> | |||
2022-06-30 | Merge pull request #837 from DioEgizio/fix-sort-mr | timoreo22 | |
2022-06-30 | Disable the refresh button for offline accounts | Gingeh | |
2022-06-29 | Disable skin buttons for offline accounts | Gingeh | |
2022-06-29 | Make the profile and account name columns use all available space | Gingeh | |
2022-06-24 | fix(modrinth): fix sorting | DioEgizio | |
2022-06-23 | Update launcher/ui/pages/modplatform/flame/FlamePage.ui | DioEgizio | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-23 | chore(flame): reword warning | DioEgizio | |
2022-06-21 | fix: scale mod icons to the right size | flow | |
2022-06-14 | Merge pull request #665 from jamierocks/h-managed-packs | Ezekiel Smith | |
PackPlatforms: Record where packs come from | |||
2022-06-14 | Merge pull request #634 from flowln/donate_links | Ezekiel Smith | |
More links for CF / Modrinth mods / modpacks | |||
2022-06-14 | refector: move download action to ExternalResourcesPage | Sefa Eyeoglu | |
2022-06-14 | refactor: Create a more clear hierarchy for some instance pages | flow | |
Previously, the Shaders, Texture packs and Resource packs tabs had as parent the ModFolderPage, making it so that making changes only to the Mods page would require checking the id of the page for the correct one. This was hackish and error-prone. Now, those pages all inherit from a single class, ExternalResourcesPage, that handles the basic behaviour of all of them, while allowing for individual modification in code. This is still not a clear separation, since internally, all those resources are derived from Mods, so for now there's still some awkward common code :/ | |||
2022-06-12 | chore: add license headers | Sefa Eyeoglu | |
2022-06-12 | fix: remove updater if it is not used | Sefa Eyeoglu | |
2022-06-12 | refactor(test): fix loading mod metadata setting | Sefa Eyeoglu | |
2022-06-11 | Merge pull request #780 from flowln/guo_ext_2 | dada513 | |
2022-06-11 | Merge pull request #770 from flowln/technic_links | dada513 | |
2022-06-11 | fix: remove file filter from translation | Sefa Eyeoglu | |
2022-06-11 | fix: allow discovering mrpacks in languages without dot | flow | |
2022-06-11 | Merge pull request #708 from ryanccn/custom-user-agent | Sefa Eyeoglu | |
2022-06-09 | fix: allow opening external links in technic modpack page | flow | |
2022-06-04 | refactor(ui): use tabs for APIPage | Sefa Eyeoglu | |
2022-06-04 | make $LAUNCHER_VER actually work | Ryan Cao | |
2022-06-04 | change UI to scroll | Ryan Cao | |
let me just say, this does not look right | |||
2022-06-04 | Merge pull request #426 from flowln/mod_perma | Sefa Eyeoglu | |
Add on-disk mod metadata information | |||
2022-06-04 | feat: custom user-agent | Ryan Cao | |
2022-05-30 | Merge pull request #505 from flowln/improve_download_ux | Sefa Eyeoglu | |
2022-05-29 | Merge pull request #624 from ryanccn/global-jvm-args | Sefa Eyeoglu | |
Make global JVM arguments multi-line | |||
2022-05-29 | Update launcher/ui/pages/global/JavaPage.cpp | Ryan Cao | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-05-29 | fix: add version to Legacy FTB packs | Sefa Eyeoglu | |
2022-05-29 | Update launcher/ui/pages/global/JavaPage.cpp | Ryan Cao | |
Co-authored-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com> | |||
2022-05-29 | ModpacksCH: Use ModpacksCH rather than FTB in error messages | Jamie Mansfield | |
2022-05-29 | ATLauncher: Pass the full pack name through to the install task | Jamie Mansfield | |
2022-05-28 | Rework curseforge download (#611) | timoreo22 | |
* Use the bulk endpoint on mod resolution for faster download * Search on modrinth for api blocked mods * Display a dialog for manually downloading blocked mods | |||
2022-05-28 | Merge branch 'develop' into global-jvm-args | Ryan Cao | |
2022-05-27 | fix: fix mnemonics in APIPage | Sefa Eyeoglu | |
2022-05-25 | fix | Ryan Cao | |
2022-05-25 | show default metaserver | Ryan Cao | |