Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-05-24 | feat: add links to curseforge modpacks | flow | |
2022-05-24 | feat: add remaining links to modrinth mods | flow | |
2022-05-24 | feat: add remaining links to modrinth modpacks | flow | |
2022-05-24 | fix: missing tr() and update donate message | flow | |
2022-05-24 | feat: add donate info to modrinth modpacks | flow | |
2022-05-24 | feat: add donate links for modrinth mods | flow | |
2022-05-23 | fix: implement PR suggestions | flow | |
Some stylistic changes, and get hashes from the mod providers when building the metadata. | |||
2022-05-23 | feat: allow disabling mod metadata usage | flow | |
2022-05-23 | feat: add mod index updating to ModDownloadTask | flow | |
This makes ModDownloadTask into a SequentialTask with 2 subtasks: Downloading the mod files and updating the index with the new information. The index updating is done first so that, in the future, we can prompt the user before download if, for instance, we discover there's another version already installed. | |||
2022-05-23 | make JVM args `PlainTextEdit` | Ryan Cao | |
2022-05-22 | Merge pull request #605 from jamierocks/h-atl-improv | flow | |
ATLauncher: Various work to improve the platform support | |||
2022-05-22 | feat: add trailing slash to meta URL if it is missing | Sefa Eyeoglu | |
2022-05-22 | fix: improve spacing in APIPage | Sefa Eyeoglu | |
2022-05-22 | Make Metaserver changable in settings | dada513 | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Co-authored-by: flow <flowlnlnln@gmail.com> | |||
2022-05-22 | Merge pull request #554 from PolyMC/more_paste_services | Sefa Eyeoglu | |
2022-05-22 | Merge pull request #597 from Scrumplex/refactor-modloader-modapi | Sefa Eyeoglu | |
2022-05-21 | Change paste settings and add copyright headers | Lenny McLennington | |
- There's now a notice reminding people to change the base URL if they had a custom base URL and change the paste type (that was something I personally had problems with when I was testing, so a reminder was helpful for me). - Broke down some of the long lines on APIPage.cpp to be more readable. - Added copyright headers where they were missing. - Changed the paste service display names to the names they are more commonly known by. - Changed the default hastebin base URL to https://hst.sh due to the acquisition of https://hastebin.com by Toptal. | |||
2022-05-21 | Support paste.gg, hastebin, and mclo.gs | Lenny McLennington | |
2022-05-21 | ATLauncher: Display warnings when selecting optional mods | Jamie Mansfield | |
2022-05-21 | ATLauncher: Display install messages if applicable | Jamie Mansfield | |
2022-05-21 | ATLauncher: Display mod colours in optional mod dialog | Jamie Mansfield | |
2022-05-21 | fix: various issues with ProgressDialog and SequentialTasks | flow | |
- Fix aborting sequential tasks - Fix displaying wrong number of tasks concluded - Fix text cutting when the URL is too big | |||
2022-05-21 | feat(ui): make selected mods in downloader bold with underline | flow | |
Makes it easier to find which mods are selected in case you want to change those. | |||
2022-05-21 | Merge pull request #608 from timoreo22/feature/curseforge-fix | timoreo22 | |
Very Temporary Fix for curseforge | |||
2022-05-20 | fix(ui): make CF and MR modpack dialogs more consistent | Sefa Eyeoglu | |
2022-05-20 | Apply suggestions | timoreo | |
2022-05-20 | Very Temporary Fix for curseforge | timoreo | |
2022-05-20 | Add cursefrog key override | dada513 | |
2022-05-19 | Refactor code, create abstract class `ExternalUpdater` | Kenneth Chew | |
(Hopefully) this makes implementing updaters using external libraries easier on other platforms. To implement an updater on a new platform, create a new class that implements the pure virtual methods from `ExternalUpdater` and add code in the `UpdateChecker` initializer to initialize the new class. |