Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-30 | change: better regex for removing 'The' when sorting mods | flow | |
Teh :| Co-authored-by: timoreo22 <timo.oreo34@gmail.com> | |||
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-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 | 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: allow tracking multiple mod loaders | Sefa Eyeoglu | |