aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-20Merge pull request #316 from Scrumplex/fix-disabled-controlsSefa Eyeoglu
2022-03-20fix: disable "Install Forge" button when neededSefa Eyeoglu
2022-03-20fix: disable "Download mods" button when neededSefa Eyeoglu
Fixes #271
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-21Merge pull request #294 from oynqr/msys2Ezekiel Smith
Switch to msys2 for Windows builds
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-19Merge pull request #295 from Scrumplex/fix-portableSefa Eyeoglu
Make Launcher_PORTABLE work on all platforms
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-19Merge pull request #296 from flowln/right_fileEzekiel Smith
Use primary file for mod downloading on Modrinth
2022-03-19Merge pull request #297 from DioEgizio/patch-1Ezekiel Smith
bundle jre8u312 instead of latest on appimage
2022-03-19Merge pull request #299 from flowln/paste_servEzekiel Smith
Remove paste.polymc.org
2022-03-18Readd short rev to artifact namesPhilipp David
2022-03-18fix(ui): remove paste.polymc.orgflow
2022-03-18bundle jre8u312 instead of latestDioEgizio
8u320 or higher breaks old forge
2022-03-18fix: Use primary file for mod download on Modrinthflow
2022-03-18fix: make Launcher_PORTABLE work on all platformsSefa Eyeoglu
Fixes #261
2022-03-17Use Temurin instead of AdoptOpenJDKPhilipp David
2022-03-17Switch to msys2 for Windows buildsPhilipp David
2022-03-16Merge pull request #278 from Scrumplex/fix-copyingSefa Eyeoglu
Clarify GPL-3.0-only
2022-03-16Merge pull request #280 from oynqr/gitdir-notfound-checkSefa Eyeoglu
Add GITDIR-NOTFOUND check
2022-03-15Add GITDIR-NOTFOUND checkPhilipp David
This adds a check for a GIT_REFSPEC value of "GITDIR-NOTFOUND" and sets the VERSION_CHANNEL to stable in that case. Without this change, "GITDIR-N" is appended to the version string when building from a source archive instead of a git checkout.
2022-03-14Merge pull request #265 from Scrumplex/fix-javacheck-appimageSefa Eyeoglu
Define JARs path relative to application root
2022-03-14Merge pull request #273 from DioEgizio/extra-rebranding-macosSefa Eyeoglu
extra rebranding for macos
2022-03-14fix(metainfo): clarify GPL-3.0-onlySefa Eyeoglu
2022-03-14chore: clarify GPL-3.0-onlySefa Eyeoglu
2022-03-15Merge pull request #188 from PolyMC/removal/notificationsEzekiel Smith
remove notifications
2022-03-15Merge pull request #270 from flowln/dialogEzekiel Smith
Make a better "Mod download confirmation dialog"
2022-03-13Merge pull request #250 from Scrumplex/update-logoSefa Eyeoglu
2022-03-13[macos] update copyright and info stringDioEgizio
2022-03-13add translation stringflow
2022-03-13feat(ui): make a better "Mod download confirmation dialog"flow
2022-03-14Merge pull request #240 from PolyMC/ZekeSmith-move-to-wikiEzekiel Smith
Update Readme to link development building to the website wiki. also fix forking and licensing.
2022-03-13Update README.mdEzekiel Smith
2022-03-13fix: simplify header SVG using SVGOSefa Eyeoglu
2022-03-13chore: switch logo font to Josefin SansSefa Eyeoglu
2022-03-13fix: define jars path relative to application rootSefa Eyeoglu
Fixes #117