3
I Use This!
Very High Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
possible fix for gles shader issue More... about 2 months ago
Translated using Weblate (Spanish) More... about 2 months ago
Apparently INTERNAL is its own datatype, so it is mutually exclusive to BOOL. More... about 2 months ago
Fix local entity grabbing on desktop
Ada
More... about 2 months ago
Automatically updated locales More... about 2 months ago
Update find-avatars.rst More... about 2 months ago
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. More... about 2 months ago
Change PRODUCTION_BUILD et cetera to be cache variables, so that they can be accessed by other CMake files. More... about 2 months ago
Merge pull request #1541 from JulianGro/dale More... about 2 months ago
Use wildcards for uploading artifacts. More... about 2 months ago
Fixes for building on Arch/GCC 15 More... about 2 months ago
Don't use OpenGL ES backend for now, as it fails to build. More... about 2 months ago
BUILD_TOOLS -> OVERTE_BUILD_TOOLS stragglers. More... about 2 months ago
Bump C++ standard to fix build errors on webrtc-audio-processing. More... about 2 months ago
HIFI_USE_OPTIMIZED_IK and DOWNLOAD_SERVERLESS_CONTENT straggler. More... about 2 months ago
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. More... about 2 months ago
Remove OVERTE_CPU_ARCHITECTURE straggler. More... about 2 months ago
Refactor PRODUCTION_BUILD, PR_BUILD, and STABLE_BUILD. We stop exposing them since they are already set automatically, and limit their usage. More... about 2 months ago
Remove OVERTE_USE_SYSTEM_QT straggler. (It was replaced with qt_source through the switch to Conan.) More... about 2 months ago
Replace BUILD_NUMBER with OVERTE_GIT_COMMIT_SHORT cache variable to be more descriptive. More... about 2 months ago
Add NIGHTLY release type for master builds. More... about 2 months ago
Add BUILD_DATE to BUILD_VERSION. This way we can tell how old experimental/testing builds are. More... about 2 months ago
Replace RELEASE_NUMBER environment variable with OVERTE_RELEASE_NUMBER cache variable. More... about 2 months ago
Replace BUILD_TIME with BUILD_DATE and switch to ISO date format. More... about 2 months ago
Throw error on malformed OVERTE_RELEASE_TYPE. More... about 2 months ago
Replace RELEASE_TYPE environment variable with OVERTE_RELEASE_TYPE cache variable. More... about 2 months ago
Remove trailing whitespaces and convert tabs to spaces in INSTALLER.md. More... about 2 months ago
Replace DISABLE_KTX_CACHE with OVERTE_DISABLE_KTX_CACHE. More... about 2 months ago
Replace HIFI_USE_OPTIMIZED_IK with OVERTE_USE_OPTIMIZED_IK. More... about 2 months ago
Replace USE_KHR_ROBUSTNESS with OVERTE_USE_KHR_ROBUSTNESS. More... about 2 months ago