Commit graph

87875 commits

Author SHA1 Message Date
b1aa068800
Fix misspelled -msse3 2025-06-11 11:15:46 +02:00
f58368faab
Update CMakeLists.txt
Co-authored-by: HifiExperiments <53453710+HifiExperiments@users.noreply.github.com>
2025-06-10 12:09:53 +02:00
4fc571e71e
Merge branch 'master' into cmake_variables 2025-06-09 11:28:13 +02:00
6884a8c802
Merge pull request #1531 from HifiExperiments/materialLayers
Some checks failed
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled
material layering part 1: triplanar
2025-06-08 23:10:18 +02:00
cc195a6538
Merge pull request #1590 from ada-tv/fix/desktop-local-grab
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Fix local entity grabbing on desktop
2025-06-07 22:15:20 +02:00
fd6bfd50e3
Merge pull request #1605 from JulianGro/donation_campaign_1
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Add donation campaign.
2025-06-07 21:59:15 +02:00
5272b80912
Merge pull request #1604 from overte-org/fix/mtu_new
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Lower maximum MTU
2025-06-07 21:42:25 +02:00
277a549701 Lower maximum MTU 2025-06-07 21:39:28 +02:00
63106959ee Add donation campaign. 2025-06-07 21:08:55 +02:00
4f2a1b179b
Merge branch 'master' into cmake_variables 2025-06-07 03:46:18 +02:00
5eebe87c04
Merge pull request #1587 from overte-org/fix/gcc-15
Some checks failed
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled
Fixes for building on Arch/GCC 15
2025-06-06 18:01:12 +02:00
7b9b3e3a7c
Merge branch 'master' into fix/gcc-15 2025-06-06 18:00:45 +02:00
26d1bef907
Merge pull request #1596 from JulianGro/conan-profiles
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Fix "The compiler.cppstd is not defined for this configuration".
2025-06-06 11:07:02 +02:00
989818daf2 Fix "The compiler.cppstd is not defined for this configuration".
True edge case in Conan. It seems that the cache logic works without setting compiler.cppstd, while building requires it in some cases. On my system, everything requiring it was already cached, so I didn't run into any errors while building even without it being set.
2025-06-04 02:33:13 +02:00
fc31d91771
Fix header level.
Some checks failed
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled
Jumping levels causes warnings in our Sphinx documentation, as it consumes/includes this build documentation.
2025-06-03 18:16:32 +02:00
47e1d6e574
Conan probably won't copy things over from the old folder automatically.
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
2025-06-03 12:56:46 +02:00
HifiExperiments
5278ac2fec material layering part 1: data plumbing + initial triplanar changes 2025-06-02 19:29:53 -07:00
b00a865e3e Apparently INTERNAL is its own datatype, so it is mutually exclusive to BOOL. 2025-06-01 21:50:42 +02:00
Ada
9a391c69da Fix local entity grabbing on desktop 2025-06-02 04:28:17 +10:00
eb16e5871e Use numbers for variables like PRODUCTION_BUILD. NSIS, which later consumes these variables, isn't as flexible when it comes to boolean variables as CMake. 2025-06-01 00:04:05 +02:00
5fda2fbe4a Change PRODUCTION_BUILD et cetera to be cache variables, so that they can be accessed by other CMake files. 2025-05-31 22:33:19 +02:00
b9ebb7bb9f
Merge pull request #1541 from JulianGro/dale
Some checks failed
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled
Fix building on Dale's machine
2025-05-31 22:21:37 +02:00
6368155aab Use wildcards for uploading artifacts. 2025-05-31 22:06:55 +02:00
729101de8f Fixes for building on Arch/GCC 15 2025-05-31 21:54:44 +02:00
c7a2ce2b3a Don't use OpenGL ES backend for now, as it fails to build. 2025-05-31 21:28:39 +02:00
761db8a2c3 BUILD_TOOLS -> OVERTE_BUILD_TOOLS stragglers. 2025-05-31 21:21:20 +02:00
5d4de1f274 Bump C++ standard to fix build errors on webrtc-audio-processing. 2025-05-31 20:19:11 +02:00
a64e700d72 HIFI_USE_OPTIMIZED_IK and DOWNLOAD_SERVERLESS_CONTENT straggler. 2025-05-31 18:57:50 +02:00
4afc038ac3 Always use STABLE_GLOBAL_SERVICES. I assume we will eventually get rid of this completely, since we want the Directory service to be federated and switchable during runtime. 2025-05-31 18:54:52 +02:00
4e433548bb Remove OVERTE_CPU_ARCHITECTURE straggler. 2025-05-31 18:51:55 +02:00
08da32b71a Refactor PRODUCTION_BUILD, PR_BUILD, and STABLE_BUILD. We stop exposing them since they are already set automatically, and limit their usage. 2025-05-31 18:51:26 +02:00
1eb2e8ae77 Remove OVERTE_USE_SYSTEM_QT straggler. (It was replaced with qt_source through the switch to Conan.) 2025-05-31 18:43:17 +02:00
28c005b85c Replace BUILD_NUMBER with OVERTE_GIT_COMMIT_SHORT cache variable to be more descriptive. 2025-05-31 18:40:45 +02:00
893370ddc0 Add NIGHTLY release type for master builds. 2025-05-31 18:33:42 +02:00
c1aa0b369c Add BUILD_DATE to BUILD_VERSION. This way we can tell how old experimental/testing builds are. 2025-05-31 18:30:04 +02:00
ca42d217b0 Replace RELEASE_NUMBER environment variable with OVERTE_RELEASE_NUMBER cache variable. 2025-05-31 18:24:05 +02:00
45143a1c66 Replace BUILD_TIME with BUILD_DATE and switch to ISO date format. 2025-05-31 18:10:52 +02:00
f0842177c3 Throw error on malformed OVERTE_RELEASE_TYPE. 2025-05-31 18:08:00 +02:00
1d0011cfb8 Replace RELEASE_TYPE environment variable with OVERTE_RELEASE_TYPE cache variable. 2025-05-31 18:04:40 +02:00
e7e8b2a2ed Remove trailing whitespaces and convert tabs to spaces in INSTALLER.md. 2025-05-31 17:50:48 +02:00
4e80443e33 Replace DISABLE_KTX_CACHE with OVERTE_DISABLE_KTX_CACHE. 2025-05-31 17:49:29 +02:00
e1c6ad7eed Replace HIFI_USE_OPTIMIZED_IK with OVERTE_USE_OPTIMIZED_IK. 2025-05-31 17:47:21 +02:00
47eb86e22d Replace USE_KHR_ROBUSTNESS with OVERTE_USE_KHR_ROBUSTNESS. 2025-05-31 17:44:30 +02:00
a9ce8d70e7 Remove unused set(PLATFORM_QT_GL OpenGL) 2025-05-31 17:43:29 +02:00
97978d4a4a Replace USE_NSIGHT with OVERTE_USE_NSIGHT. 2025-05-31 17:42:56 +02:00
a3fa85756e Replace DOWNLOAD_SERVERLESS_CONTENT with OVERTE_DOWNLOAD_SERVERLESS_CONTENT cache variable. 2025-05-31 17:41:30 +02:00
6bab8c2cd1 Remove DEPLOY_PACKAGE. We already set DOWNLOAD_SERVERLESS_CONTENT in our main CMakeLists.txt. 2025-05-31 17:39:50 +02:00
e8f977c12c Replace DISABLE_QML_OPTION and DISABLE_QML with OVERTE_DISABLE_QML cache variable. 2025-05-31 16:33:42 +02:00
42f6569912 Don't disable QML on Windows GLES by default. 2025-05-31 16:30:34 +02:00
c0397c35b7 Remove SERVER_ONLY and CLIENT_ONLY environment variables. 2025-05-31 16:28:37 +02:00