Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 #773 from vancez/fix-launch-button | 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-10 | change slot name | Vance | |
2022-06-10 | fix: update toolbar when instance state changes | Vance | |
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 | fix: remove unnecessary translation (#674) | 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-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-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 | refactor: remove unused mod info and organize some stuff | 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 #577 from PolyMC/fix/toolbar_🦀_fix | Sefa Eyeoglu | |
2022-05-22 | Merge pull request #597 from Scrumplex/refactor-modloader-modapi | Sefa Eyeoglu | |
2022-05-21 | Add migration wizard, fix migration from custom paste instance | Lenny McLennington | |
- Very basic wizard just to allow the user to choose whether to keep their old paste settings or use the new default settings. - People who used custom 0x0 instances would just be kept on those settings and won't see the wizard. | |||
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 | feat: allow deselecting mods from the mod confirmation dialog | flow | |
This adds a checkbox to each mod on the dialog that shows up when confirming the mods to download, so you can deselect some of those if you want to. | |||
2022-05-21 | Merge pull request #608 from timoreo22/feature/curseforge-fix | timoreo22 | |
Very Temporary Fix for curseforge |