aboutsummaryrefslogtreecommitdiff
path: root/buildconfig
AgeCommit message (Collapse)Author
2022-05-15change: use build variables for the modrinth API URLsflow
Make it more consistent with the others
2022-05-09Merge pull request #537 from PolyMC/stabletimoreo22
Merge stable into develop
2022-05-08adopt changes from #497 remappedRyan Cao
2022-04-22ATLauncher: Support using share codesJamie Mansfield
2022-04-02BuildConfig: Make Technic API base URL and build constantsJamie Mansfield
2022-03-19chore: add license header to files I modifiedSefa Eyeoglu
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-15Merge pull request #188 from PolyMC/removal/notificationsEzekiel Smith
remove notifications
2022-03-08add matrix buttondada513
2022-03-06refactor: move help URL into buildconfigSefa Eyeoglu
2022-02-27Update FMLLIBS_BASE_URLLenny McLennington
Updated FMLLIBS_BASE_URL to https://files.polymc.org/fmllibs/ Fixes #208
2022-02-25fix(i18n): update translations URLSefa Eyeoglu
2022-02-20remove notificationsswirl
2022-02-12feat: use commit hash for channel if ref not availableSefa Eyeoglu
2022-02-12fix: don't use custom for version channelSefa Eyeoglu
Closes #159
2022-02-11Merge pull request #150 from dada513/fix_kwin_iconLennyMcLennington
Fix freedesktop icons. Again
2022-02-11Merge pull request #151 from dada513/rss_not_begoneLennyMcLennington
Re-add RSS feed with the new PolyMC website
2022-02-10fix: update link to translations platformSefa Eyeoglu
2022-02-10Merge remote-tracking branch 'polymc/develop' into rss_not_begonedada513
2022-02-10Initial RSS re-add and removed hardcoded stringsdada513
2022-02-10rename LAUNCHER_DESKTOPNAME to LAUNCHER_DESKTOPFILENAMEdada513
2022-02-10Merge remote-tracking branch 'polymc/develop' into fix_kwin_icondada513
2022-02-10Revert "Fix freedesktop icons" and fix icon on kwindada513
2022-02-09translationsLenny McLennington
2022-01-14preliminary stuff for paste.ee removalswirl
2021-12-29Completely remove Google Analytics libraryswirl
2021-12-20Move MSA Client ID to the same place as the othersLenny McLennington
MSA Client ID has been moved to CMakeLists.txt, and defaults to the Client ID for the PolyMC application. Removed secrets/notsecrets library, replace with (temporary?) program_info subdirectory.
2021-10-21NOISSUE finish up the obvious parts of debrandingPetr Mrázek
This is not absolutely complete, but reasonably so
2021-10-21NOISSUE continue debranding...Petr Mrázek
2021-10-21NOISSUE debranding for real, initial workPetr Mrázek
This is probably very broken on macOS and Windows and will need a lot of work to complete fully.
2021-10-08Remove broken Mojang services statuskb1000
2021-09-04GH-4014 change updater to recognize new Qt 5.15.2 buildsPetr Mrázek
2021-08-27NOISSUE introduce the concept of secrets static libraryPetr Mrázek
2021-08-15GH-3392 dirty initial MSA support that shares logic with Mojang flowsPetr Mrázek
Both act as the first step of AuthContext.
2021-07-13NOISSUE Specify Imgur client ID at build timeJamie Mansfield
2021-07-13NOISSUE Use constants for user agentsJamie Mansfield
Here lies yet another early-stage move to debrand the MultiMC codebase, as well as reducing the burden of updating strings across the codebase for a future MultiMC6.
2021-06-18NOISSUE Specify support URLs at build timeJamie Mansfield
Support URLs (bug tracker, Discord guild, subreddit) are now specified as cache variables in cmake, and the buttons are not shown if no value is set for them. This is an early-stage move towards debranding the MultiMC codebase, and will (hopefully) alleviate support requests coming to us from illicit forks.
2021-04-29NOISSUE stop relying on forge servers for old FML libsPetr Mrázek
2021-02-07GH-405 ATLauncher SupportJamie Mansfield
2020-08-21GH-3095 New FTB platform supportJamie Mansfield
Models are based on the models from my go-modpacksch library. License: ======== The MIT License (MIT) Copyright (c) Jamie Mansfield <https://www.jamiemansfield.me/> Copyright (c) contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2020-07-18GH-3234 Add support for custom meta URLs at build timePetr Mrázek
This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.