aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform
AgeCommit message (Expand)Author
2022-03-29Merge pull request #352 from Scrumplex/fix-nameSefa Eyeoglu
2022-03-27chore: add license headerSefa Eyeoglu
2022-03-27fix: remove "PolyMC" from stringsSefa Eyeoglu
2022-03-24optimize: Improve mod versions request to Modrinthflow
2022-03-24chore: resolve conflicts and merge upstreamflow
2022-03-21Merge pull request #298 from Scrumplex/fix-i18nSefa Eyeoglu
2022-03-20fix: retranslate mod download pagesSefa Eyeoglu
2022-03-20chore: add license headerSefa Eyeoglu
2022-03-20App: Retranslate all pages when the language is changedJamie Mansfield
2022-03-19fix(i18n): remove brand names from translationsSefa Eyeoglu
2022-03-19fix(i18n): fix translatable stringsSefa Eyeoglu
2022-03-14tidy: Fix clang-tidy issues on files changed in this PRflow
2022-03-07fix: delete semicolons at the end of .cpp file's functionsflow
2022-03-07refactor: move things around so that related things are close togetherflow
2022-03-07refactor: move more common code to base classflow
2022-03-07refactor: de-duplicate common code in network mod APIsflow
2022-03-07refactor: move NetJob away from ModModel to ModAPIflow
2022-03-06refactor: use Enum instead of raw int for ModLoaderTypeflow
2022-03-06clarify some method names and commentsflow
2022-03-06refactor: move "get versions" task from page to modelflow
2022-03-06refactor: use only a single unique_ptr for the apiflow
2022-03-03fix windows compilationflow
2022-03-02refactor: move url creation for mods to modplatform/flow
2022-03-02refactor: extract common code in mod pages and modelflow
2022-03-02refactor: Use a single indexed pack for modsflow
2022-03-01Merge pull request #205 from timoreo22/fix-version-selecttimoreo22
2022-02-27fix: Always tell Flame API which modloader we are usingflow
2022-02-27Cleanly free NetJob in flame modpacktimoreo
2022-02-27Fixed wrong version infotimoreo
2022-02-25merge upstream and resolve conflictsflow
2022-02-21fix(ui): change text in selection button when there's no valid versionflow
2022-02-21feat(ui): allow downloading multiple mods from CurseForge at onceflow
2022-02-21feat(ui): allow downloading multiple mods in Modrinth at onceflow
2022-02-19Fixed segfault when closing window while version info download is still goingtimoreo
2022-02-04Fix wrong mod file nametimoreo
2022-01-31Update to Modrinth API V2timoreo
2022-01-24Changed modrinth author data to not be a listtimoreo
2022-01-24Fixed spacingtimoreo
2022-01-19Reduce spaghettinesstimoreo
2022-01-18Various fixestimoreo
2022-01-16Added curseforge selectiontimoreo
2022-01-15Added smart file selectiontimoreo
2022-01-15Added a no version messagetimoreo
2022-01-15Filtering per mod loader & mc versiontimoreo
2022-01-14Removing copyrightstimoreo
2022-01-14Fixed iconstimoreo
2022-01-14Added the downloading of the modstimoreo
2022-01-14Added modrinth icontimoreo
2022-01-14Start of mod downloadingtimoreo
2021-12-31NOISSUE fix build and change how NetJob is usedPetr Mrázek