aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Collapse)Author
2022-03-29Merge pull request #356 from flowln/version_optimizeSefa Eyeoglu
Improve mod versions request to Modrinth
2022-03-27Fix POLYMC_JAVA_PATHS env not working on WindowsFayne Aldan
2022-03-27Merge pull request #341 from dada513/developSefa Eyeoglu
2022-03-27newline more like wastedada513
2022-03-27Merge branch 'develop' of https://github.com/PolyMC/PolyMC into developdada513
2022-03-27Add quit launcher after game stops option (Steam Deck)dada513
lecense
2022-03-24optimize: Improve mod versions request to Modrinthflow
This uses more arguments in the GET request for mod versions on the Modrinth API, filtering what versions can be returned, decreasing load on Modrinth servers and improving a little the time it takes for the versions to be available to the user. This also removes the now unneeded check on correct modloaders in ModrinthPackIndex, since it is now filtered by the Modrinth server. Lastly, this adds a couple of helper functions in ModModel.
2022-03-24chore: resolve conflicts and merge upstreamflow
2022-03-22fix: fix skipping one on file counting in mod version parseflow
2022-03-21Merge pull request #322 from oynqr/build/static-rainbowSefa Eyeoglu
Build with static rainbow
2022-03-21Merge pull request #298 from Scrumplex/fix-i18nSefa Eyeoglu
Fix translatable strings
2022-03-22Merge pull request #323 from Scrumplex/retranslate-pagesEzekiel Smith
Retranslate all settings pages
2022-03-21Build with static rainbowPhilipp David
2022-03-21Revert "fix: use our own prefix for rainbow lib"Philipp David
This reverts commit 61db1c46beb465c33124ec4f34dfdcefd4d804d3.
2022-03-21Merge pull request #315 from txtsd/display_scalingEzekiel Smith
Allow fractional DPI scaling
2022-03-20fix: retranslate CustomCommandsSefa 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-20App: Retranslate page header titlesJamie Mansfield
This fixes a bug that is only practically effects the title of the language page not updating the header when changing the language.
2022-03-20Merge pull request #311 from DioEgizio/patch-2txtsd
fix webp
2022-03-20fix: disable "Install Forge" button when neededSefa Eyeoglu
2022-03-20fix: disable "Download mods" button when neededSefa Eyeoglu
Fixes #271
2022-03-20(fix): Allow fractional DPI scalingtxtsd
2022-03-21Merge pull request #306 from Scrumplex/limit-instance-lengthsEzekiel Smith
Limit instance names to 128 chars
2022-03-20Merge branch 'PolyMC:develop' into patch-2DioEgizio
2022-03-20Merge pull request #305 from flowln/gui_changesSefa Eyeoglu
2022-03-20fixDioEgizio
2022-03-20Merge pull request #200 from Scrumplex/scrumplex-license-headerSefa Eyeoglu
2022-03-19fix: limit instance names to 128 charsSefa Eyeoglu
2022-03-19feat(ui): allow users to move toolbars to different placesflow
2022-03-19Update CMakeLists.txtDioEgizio
2022-03-19Merge pull request #292 from lack/offline_username_limitsSefa Eyeoglu
Limit offline username to 16 characters with override
2022-03-19Limit offline username to 16 characters with overrideJim Ramsay
Offline usernames longer than 16 characters won't be able to connect to LAN games or offline-mode servers, so just don't let it happen. Add a checkbox to allow people to unrestrict usernames if they want. Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
2022-03-19chore: add license header to files I modifiedSefa Eyeoglu
2022-03-19fix(i18n): improve social platform actionsSefa Eyeoglu
2022-03-19fix(i18n): remove brand names from translationsSefa Eyeoglu
2022-03-19fix(i18n): fix translatable stringsSefa Eyeoglu
2022-03-19Merge pull request #296 from flowln/right_fileEzekiel Smith
Use primary file for mod downloading on Modrinth
2022-03-18fix(ui): remove paste.polymc.orgflow
2022-03-18fix: Use primary file for mod download on Modrinthflow
2022-03-18fix silly mistakes and merge upstreamflow
2022-03-14Merge pull request #265 from Scrumplex/fix-javacheck-appimageSefa Eyeoglu
Define JARs path relative to application root
2022-03-14tidy: Fix clang-tidy issues on files changed in this PRflow
The checks used are roughly the same as the ones proposed in the clang-tidy PR (except perhaps that I used modernize-* instead of listing them individually,though I don't think this caused any readability detriments). In ModrinthModel.cpp and FlameModModel.cpp I ignored the modernize-avoid-c-arrays one, mostly because making the sorts array an std::array would most likely increase the code complexity because of the virtual function. Aside from that, the static_cast warning from Application.h was not dealt with, since it's not in this PR's scope.
2022-03-15Merge pull request #188 from PolyMC/removal/notificationsEzekiel Smith
remove notifications
2022-03-13add translation stringflow
2022-03-13feat(ui): make a better "Mod download confirmation dialog"flow
2022-03-13fix: define jars path relative to application rootSefa Eyeoglu
Fixes #117
2022-03-11fix missing translation stringsflow
my mistake, sorry! ToT
2022-03-11Merge pull request #242 from deadmeu/developEzekiel Smith
Fix missing space in "No Accounts" message