|
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 |
|
|
99cf96bed2
|
Replace BUILD_* and BUILD_*_OPTION with OVERTE_BUILD_* cache variables.
|
2025-05-31 16:11:12 +02:00 |
|
|
96a55f0d9d
|
Replace EXTERNAL_BUILD_ASSETS with OVERTE_EXTERNAL_BUILD_ASSETS.
|
2025-05-31 15:51:06 +02:00 |
|
|
0b20a901d3
|
Replace TIMESERVER_URL with OVERTE_TIMESERVER_URL.
|
2025-05-31 15:45:17 +02:00 |
|
|
018abbe4fc
|
Remove Visual Studio 2017 workaround.
|
2025-05-31 15:43:11 +02:00 |
|
|
e3fd9cbc55
|
Replace MACOSX_DEPLOYMENT_TARGET environment variable with CMAKE_OSX_DEPLOYMENT_TARGET cache variable.
|
2025-05-31 15:39:24 +02:00 |
|
|
3b06290e46
|
Remove OVERTE_OPTIMIZE and OVERTE_CPU_ARCHITECTURE, replacing them with sane defaults.
|
2025-05-31 15:36:36 +02:00 |
|
|
5e14df33de
|
Replace USE_GLES environment variables with OVERTE_RENDERING_BACKEND cache variable.
|
2025-05-31 15:07:03 +02:00 |
|
|
567b66c257
|
Merge pull request #1538 from ada-tv/feature/dark-js-console
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
Dark theme for JS console
|
2025-05-31 14:46:16 +02:00 |
|
|
9233b7a3b5
|
Remove unused MOBILE variable.
|
2025-05-31 14:14:28 +02:00 |
|
|
cee546cfe0
|
Replace CMAKE_BACKTRACE_URL and CMAKE_BACKTRACE_TOKEN environment variables with OVERTE_BACKTRACE_URL and OVERTE_BACKTRACE_TOKEN CMake cache variables.
|
2025-05-31 14:10:24 +02:00 |
|
|
19a8f75654
|
Add note about CMake documentation.
|
2025-05-31 14:02:37 +02:00 |
|
|
317e1a7d88
|
Replace OVERTE_WARNINGS_AS_ERRORS with CMake's new COMPILE_WARNING_AS_ERROR.
|
2025-05-31 13:58:50 +02:00 |
|
|
01223c8672
|
Fix warning: "Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility."
|
2025-05-31 13:48:55 +02:00 |
|
|
48204fc74e
|
Merge pull request #1517 from HifiExperiments/triplanarInspector
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
expose polyvox materials to scripts
|
2025-05-29 23:43:03 +02:00 |
|
|
0153c319ae
|
Merge pull request #1543 from JulianGro/runner-image-update
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
GitHub Actions Runner image update
|
2025-05-29 23:13:49 +02:00 |
|
|
a7a341e2b6
|
Merge pull request #1574 from JulianGro/server_packaging
Fix Debian and RPM server packaging
|
2025-05-29 23:12:49 +02:00 |
|
|
f849beace2
|
Merge pull request #1491 from JulianGro/progressDialog-warning
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 "QML AnimatedImage: Error Reading Animated Image File" warning.
|
2025-05-29 22:43:30 +02:00 |
|
|
75401cc70d
|
Update server packaging documentation for Conan.
|
2025-05-29 08:48:00 +02:00 |
|
|
b9d662a5a0
|
Package all libraries provided by Conan.
|
2025-05-29 08:46:34 +02:00 |
|
|
755402f400
|
Remove OVERTE_USE_SYSTEM_QT reliant code.
|
2025-05-29 08:43:55 +02:00 |
|
|
c36eabf77b
|
Replace tabs with spaces.
|
2025-05-29 08:42:17 +02:00 |
|
HifiExperiments
|
571d27cc5c
|
Update interface/src/Application_Events.cpp
Co-authored-by: Julian Groß <julian.g@posteo.de>
|
2025-05-27 09:14:12 -07:00 |
|
|
5048d86d75
|
Merge pull request #1544 from ada-tv/fix/xr-gcc11
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 OpenXR plugin building on GCC 11
|
2025-05-24 14:11:58 +02:00 |
|