Commit graph

4375 commits

Author SHA1 Message Date
a2208725e0
Merge pull request #1165 from HifiExperiments/screenshare
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
Remove hifi screenshare (updated) (updated)
2024-10-22 17:31:39 +02:00
ff8c4ca975
Merge pull request #1171 from overte-org/fix/rotation_velocity
Change minimum angular velocity to a lower one
2024-10-22 14:03:08 +02:00
d38ebbd9f9 Fix Uuid.NULL behavior 2024-10-21 15:45:00 -07:00
ba78d25ee3 Change minimum angular velocity to a lower one 2024-10-21 15:35:49 -07:00
HifiExperiments
e52a7e4613 bump protocol 2024-10-18 19:23:14 -07:00
Dale Glass
d7c743ba9e Fixes based on review comments on previous PR 2024-10-18 19:01:50 -07:00
Maki
5e35f76668 Remove hifi-screenshare
Cherry picked and updated from Tivoli dd5b6ea6ee5597a06603e16509640e7ed18106bb

Co-authored-by: Julian Groß <julian.g@posteo.de>
2024-10-18 18:59:18 -07:00
HifiExperiments
0ab050ff3b
Merge pull request #1111 from HifiExperiments/textSize
Text verticalAlignment, send entity property enums as uint8_t, fix text recalculating too often, fix textSize
2024-10-02 10:15:56 -07:00
HifiExperiments
474026b9e1 fix PolyLineEntityItem::getEntityProperties 2024-09-29 15:04:07 -07:00
HifiExperiments
b88b187c07 fix KeyLightPropertyGroup legacy properties 2024-09-29 15:01:49 -07:00
HifiExperiments
ed4c5f23cf fix PROP_GRAB_EQUIPPABLE_INDICATOR_URL missing urlPermission 2024-09-29 14:56:35 -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
926cbef606 cleanup + automate EntityPropertyFlags 2024-09-08 21:09:08 -07:00
HifiExperiments
ff50d6c2cc automated entity property serialization 2024-09-08 21:09:00 -07:00
HifiExperiments
e9831d9f22 try to fix isServer assert 2024-08-18 21:09:06 -07:00
HifiExperiments
7c3498bf9d add loadPriority to model entities, working on other avatars waitForWearables 2024-08-18 20:56:08 -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
2c148ca97d change AO default to HBAO, remove from create 2024-07-26 18:23:23 -07:00
HifiExperiments
c72f22e4ee
Merge branch 'protocol_changes' into zoneProps 2024-07-22 17:33:30 -07:00
HifiExperiments
0cfefafd5a
Merge pull request #894 from HifiExperiments/sound
Sound Entities
2024-07-22 17:31:27 -07:00
HifiExperiments
9d2e03a5a4 fix non-localOnly positional sounds not updating 2024-07-19 17:31:51 -07:00
HifiExperiments
55907acd70 remove attachments 2024-07-06 16:39:46 -07:00
HifiExperiments
b5da8e7d5c wip ambient occlusion 2024-06-28 13:25:12 -07:00
HifiExperiments
6317bd45ac add tonemapping props to zones, wip ambient occlusion 2024-06-28 13:25:12 -07:00
HifiExperiments
0e4e8d2f9d
Merge branch 'protocol_changes' into sound 2024-06-28 01:34:21 -07:00
HifiExperiments
ac7b41f786
Merge branch 'protocol_changes' into ambientColor 2024-06-22 11:16:10 -07:00
HifiExperiments
0d0a0a7a15 fix create issue 2024-06-21 13:07:43 -07:00
HifiExperiments
c08de914b3
Merge branch 'protocol_changes' into shapeUnlit 2024-06-19 17:29:59 -07:00
HifiExperiments
041c584e04 add ambient light color 2024-06-19 13:59:24 -07:00
HifiExperiments
ee705d285e Merge branch master into protocol_changes 2024-06-18 21:08:21 -07:00
HifiExperiments
179f81adcf add unlit property for shapes 2024-06-18 17:31:18 -07:00
HifiExperiments
fa24022831
Merge branch 'protocol_changes' into sound 2024-06-17 21:56:24 -07:00
d0a752082c Fix long messages in Entity script log 2024-06-15 22:01:31 +02:00
HifiExperiments
9a2f0f7704
Merge pull request #937 from HifiExperiments/text
Text Entity Improvements
2024-06-10 22:59:44 -07:00
HifiExperiments
62bfab962d fix _spaceWidth, update docs to note only png supported, possible fix for text scrambling 2024-06-04 20:30:38 -07:00
HifiExperiments
19144e492c
Merge pull request #152 from HifiExperiments/urls
add canViewAssetURLs domain permissions
2024-05-01 16:49:38 -07:00
HifiExperiments
268de192f7
Merge branch 'master' into fix/script_deadlocks 2024-04-30 13:29:17 -07:00
9f80c9de58 Added HelperScriptEngine class 2024-04-30 00:27:19 +02:00
HifiExperiments
58e84acd5f whoops now it's working 2024-04-18 18:10:48 -07:00
HifiExperiments
a58e188b5c always allow getting my own avatar entities, also whoops I missed some group props 2024-04-18 17:19:06 -07:00
HifiExperiments
f3cb4e2ca9 handle canViewAssetURLs better in create 2024-04-18 15:44:19 -07:00
HifiExperiments
8bdc5bb4cf add canViewAssetURLs domain permissions 2024-04-18 15:44:15 -07:00
HifiExperiments
a6491d6225 add default particle props 2024-04-17 15:43:20 -07:00
HifiExperiments
36fafe8432 wip msdf fonts 2024-04-16 13:47:05 -07:00
HifiExperiments
98c11cef82 locking attempt #2 2024-04-14 22:04:09 -07:00
HifiExperiments
376be7b17e support registration point, improve locking 2024-04-12 13:04:30 -07:00