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
c73566d7f2
Merge pull request #721 from HifiExperiments/mirror
...
Mirrors + Portals
2024-01-13 11:18:00 +01:00
HifiExperiments
3336efb6ee
portals use exit as ignoreItem
2023-11-19 14:57:02 -08:00
HifiExperiments
a630a6f9c9
mirrors on models + text
2023-11-19 14:57:02 -08:00
HifiExperiments
56860bea99
fix cpu frustum culling (hacky?)
2023-11-19 14:57:01 -08:00
HifiExperiments
4806f901b4
wip
2023-11-19 14:57:01 -08:00
825c398e54
Changed gravity constant
2023-11-19 17:39:10 +01:00
HifiExperiments
89e6cbbfa4
mirrors wip
2023-11-13 14:40:56 -08:00
Dale Glass
bb1331c0cb
Fix memory debugging.
...
* Disables WebRTC (build fails)
* Recommends disabling optimization
* Recommends enabling debugging
* Remove forced optimization from plugins
2023-11-05 19:05:09 +01:00
98282d1255
Add mouse look preference setting
2023-08-22 19:05:09 +02:00
2860650859
Truncate logs read by FileLogger
2023-07-09 21:01:23 +02:00
Dale Glass
32b9cc123c
Fix resetting the settings
...
Also minor documentation improvements
2023-06-04 14:50:03 +02:00
6192416dce
V8 related cleanup
2023-05-27 22:06:57 +02:00