HifiExperiments
8b5ee2befc
ring buffer warning
2025-06-10 17:49:21 -07:00
aeb4bd4f1e
Switch to PulseAudio's webrtc-audio-processing.
...
Disable WebRTC Data Channels, clean up WebRTC.h, update AudioClient.cpp and AudioClient.h to newer API.
2025-05-14 17:27:30 +02:00
1af7aa1617
Disable WebRTC on Windows. It seems to conflict with parts of the Windows SDK.
2025-05-14 17:23:30 +02:00
52c8cac0a7
Reenable WebRTC.
2025-05-14 17:23:30 +02:00
3447367951
Reenable WebRTC on Windows, as it is kind of important.
2025-05-14 17:22:09 +02:00
Edgar
4b8ece4d69
🔧 Disabled webrtc completely
2025-05-14 17:21:31 +02:00
Edgar
559d3712dd
🚧 WIP build with conan
...
Currently can only build the interface
2025-05-14 17:21:29 +02:00
Ada
818f6696f4
Stutter fix
2025-05-04 22:00:11 +10:00
a020d392c1
Merge pull request #1398 from HifiExperiments/pbrVoxels
...
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
support PBR materials on polyvox, and triplanar material entities
2025-04-09 07:50:27 +02:00
HifiExperiments
336181a147
support PBR materials on polyvox, and add triplanar projection to material entities
2025-04-05 21:43:43 -07:00
Lubosz Sarnecki
661fe08f08
GLMHelpers: Fix build with C++20 on GCC.
...
When enabling C++20 the lerp function seems to be redefined on GCC (not
on MSVC), don't redefine it using a CMake definition.
2025-04-01 09:04:46 +10:00
Lubosz Sarnecki
43d56eed85
Camera: Init default values.
2025-04-01 09:04:46 +10:00
9e9f308be8
Merge pull request #1302 from overte-org/JulianGro-patch-1
...
Remove missed comment about removing dependency on script library.
2025-02-10 20:48:50 +01:00
d321301b40
Remove missed comment about removing dependency on script library.
2025-01-26 01:13:22 +01:00
Alezia Kurdis
f1cecade22
Fix Documentation for PICK_AVATARS
...
In The documentation, the syntax wasn't right for Picks.PICK_AVATARS
Previously we could read: PICK_AVATATRS
But it was supposed to be be: PICK_AVATARS
2025-01-17 21:48:23 -05:00
HifiExperiments
e1546ac3d0
suggested fixes
2025-01-11 18:41:51 -08:00
Dale Glass
f96ca65812
Fix indentation
2025-01-11 18:41:51 -08:00
Dale Glass
1aa9fc0c8c
Updated headers
2025-01-11 18:41:51 -08:00
Dale Glass
1c06c8652c
Add serializer size tracker, update documentation
2025-01-11 18:41:51 -08:00
Dale Glass
42d6128d9e
Fix KTX issues with the serializer.
...
* Stop trying to be compatible with the old format, and just bump the version number.
* Add uint64_t support to serializer
* A bit improved debug output from serializer
* Add lastAdvance() function to ask the serializer how much data was added/read in the last operation.
2025-01-11 18:41:51 -08:00
Dale Glass
2cef749183
Update test to work with the split serializer/deserializer
2025-01-11 18:41:51 -08:00
Dale Glass
201c531edb
Split SerDes into DataSerializer and DataDeserializer
...
Single class wasn't working well because deserialization may
need to be done on const data. With the split, the deserializer
part can work with const data without issues.
Also cleaned things up a bit.
2025-01-11 18:41:51 -08:00
Dale Glass
189f91b05d
Clear blendshapes without memset
...
Avoids warning due to glm::vec3 not being trivially copyable
2025-01-11 18:41:51 -08:00
Dale Glass
194eebf57c
Finish Texture_ktx conversion to serializer
2025-01-11 18:41:51 -08:00
Dale Glass
f6c203b54b
Add documentation
2025-01-11 18:41:51 -08:00
Dale Glass
30ced59cec
Fix vec4 serialization
2025-01-11 18:41:51 -08:00
Dale Glass
23a5795ba9
Initial version
2025-01-11 18:41:50 -08:00
ba78d25ee3
Change minimum angular velocity to a lower one
2024-10-21 15:35:49 -07:00
HifiExperiments
470cd776cc
fix copyright
2024-09-29 16:10:44 -07:00
HifiExperiments
1533f6a268
missed some enums
2024-09-12 19:33:31 -07:00
HifiExperiments
729b85062d
fix component mode serialization
2024-09-09 12:37:35 -07:00
HifiExperiments
74fa1d1291
text vertical alignment, use uint8_t for entity property enums, fix text recalculating too often
2024-09-08 21:12:25 -07:00
HifiExperiments
ff50d6c2cc
automated entity property serialization
2024-09-08 21:09:00 -07:00
HifiExperiments
093f8b7cb0
Merge remote-tracking branch 'overte/master' into master_to_protocol_changes4
2024-08-17 12:30:15 -07:00
HifiExperiments
f2d8fa2fe4
whitelist -> allowlist
2024-08-13 17:29:53 -07:00
HifiExperiments
2d6e5027b8
Merge remote-tracking branch 'overte/master' into master_to_protocol_changes2
2024-07-29 18:09:14 -07:00
HifiExperiments
c72f22e4ee
Merge branch 'protocol_changes' into zoneProps
2024-07-22 17:33:30 -07:00
HifiExperiments
55907acd70
remove attachments
2024-07-06 16:39:46 -07:00
69105e716a
Increase default vertical FOV
2024-06-30 20:59:32 +02:00
HifiExperiments
6317bd45ac
add tonemapping props to zones, wip ambient occlusion
2024-06-28 13:25:12 -07:00
HifiExperiments
ee705d285e
Merge branch master into protocol_changes
2024-06-18 21:08:21 -07:00
HifiExperiments
3064647d05
wiggly lasers
2024-06-09 20:00:44 -07:00
HifiExperiments
f0da309a4f
fix more warnings
2024-06-06 18:00:11 -07:00
HifiExperiments
e6f462e04a
fix some warnings
2024-06-05 13:35:16 -07:00
Dale Glass
9cb35541d3
Fix -Wtemplate-id-cdtor
...
warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
2024-05-04 15:56:06 +02:00
1887a82b4b
Script security fixes and cleanups
2024-04-14 20:22:22 +02:00
16530b2334
Moved avatar URL to fully private settings
2024-03-23 20:41:22 +01:00
225578febe
Added simple protection for avatar URL
2024-03-23 01:19:05 +01:00
Dale Glass
e7591d6794
Revert "Revert "Mirrors + Portals""
2024-01-13 11:23:36 +01:00
c6e4e5de37
Revert "Mirrors + Portals"
2024-01-13 11:18:08 +01:00