Commit graph

35569 commits

Author SHA1 Message Date
Dale Glass
639cad4beb Remove an assert referencing checkLightId, which seems not to exist anywhere. 2024-12-01 09:45:45 +01:00
1bb18c54ae
Merge pull request #1178 from HifiExperiments/uniformArrays
Some checks are pending
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 more procedural shader uniform types, including arrays
2024-11-29 19:33:30 +01:00
b8b6222a8b
Merge pull request #1177 from HifiExperiments/stages
Some checks are pending
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
Templated render stages
2024-11-29 18:27:52 +01:00
965ee1537b
Merge pull request #1247 from Armored-Dragon/fix/system_display_name
Some checks are pending
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 ShowRecieveStats in the Developer > Avatar menu
2024-11-29 18:10:12 +01:00
aa8a206e3c
Merge pull request #1176 from HifiExperiments/haze
Some checks are pending
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
remove unnecessary fullscreen pass when haze is off/disabled
2024-11-28 22:59:39 +01:00
Armored-Dragon
e9331f9f34
Applied patches (#103) 2024-11-26 09:10:52 +00:00
Armored-Dragon
510b51eb3d
Fix compiler errors (#102) 2024-11-24 13:01:25 +00:00
d9c5821e50 Fixed blocking call 2024-11-23 12:59:12 +01:00
9e26146a08 Fix script-related crashes on exiting domain 2024-11-22 15:54:20 +01:00
Armored-Dragon
3c92c88156
Adjustments
* Adjustments
* Don't show local stats.
2024-11-22 01:04:01 +00:00
3485ab18d1 Added copyrigtht information to ScriptEngineDebugFlags.h 2024-11-21 20:08:25 +01:00
fe8290468d Fix access-after-delete during enbtity script engine cleanup 2024-11-14 15:36:07 +01:00
ad5b6d0db7
Merge pull request #1234 from HifiExperiments/forwardFade
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
fix fade out not working in forward rendering
2024-11-12 17:32:28 +01:00
HifiExperiments
c77bcb2d45 remove unused parameter 2024-11-11 23:58:19 -08:00
HifiExperiments
6dc239d58d fix fade out not working in forward rendering 2024-11-11 23:39:06 -08:00
fe4a097d01 Fix access-after-delete on leaving domain with entity scripts 2024-11-10 00:48:05 +01:00
70ad8a14de Fix lack of entityHostType property 2024-11-05 00:23:02 +01:00
HifiExperiments
37f2512068 remove unnecessary fullscreen pass when haze is off/disabled 2024-11-03 15:40:55 -08:00
a9e46f81e5 Fix missing properties in Script API 2024-10-31 20:38:41 +01:00
HifiExperiments
95c45f47b2 fix density max 2024-10-27 00:24:03 -07:00
HifiExperiments
bdf3568aa8
Merge branch 'master' into stages 2024-10-25 12:48:11 -07:00
c660c228a0
Merge pull request #1185 from HifiExperiments/stutter
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
Fix stutter when an object is fading
2024-10-25 17:15:31 +02:00
HifiExperiments
f1ed8ef1dd fix web entities not accepting keyboard focus 2024-10-24 13:13:06 -07:00
HifiExperiments
aaa92df973 stutter fix: only perform fade transactions when depth == 0 2024-10-23 17:26:03 -07:00
HifiExperiments
43e15c0bc4 disable debug views in mirrors 2024-10-23 16:03:46 -07:00
HifiExperiments
d5158875af remove unnecessary stage::getNames 2024-10-23 15:53:35 -07:00
HifiExperiments
6876742e6f static pipelines + misc render cleanup 2024-10-23 15:53:10 -07:00
HifiExperiments
ac3730ceba build error 2024-10-22 14:10:33 -07:00
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
9ef544ecb9
Merge pull request #1172 from HifiExperiments/allglyphs
Some checks are pending
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
Rebuild fonts with full charset (NOT -allglyphs)
2024-10-22 14:27:45 +02:00
ff8c4ca975
Merge pull request #1171 from overte-org/fix/rotation_velocity
Some checks are pending
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
Change minimum angular velocity to a lower one
2024-10-22 14:03:08 +02:00
HifiExperiments
049a11ae58 templated setup jobs 2024-10-21 17:35:39 -07:00
HifiExperiments
65b7329136 support more procedural shader uniform types, including arrays 2024-10-21 17:05:36 -07:00
HifiExperiments
9da9eb3ca6 DRY up stage classes with templates 2024-10-21 16:41:40 -07: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
88373aff22 rebuild fonts with full charset (NOT -allglyphs) 2024-10-19 18:49:36 -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
ac01435c37 Insert placeholder to not break protocol yet. 2024-10-18 18:59:23 -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
e7f7314b37
Merge branch 'master' into protocol_changes 2024-10-02 12:11:39 -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
470cd776cc fix copyright 2024-09-29 16:10:44 -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
0dd0d07466 fix text debug assert on invalid or unloaded font 2024-09-09 13:38:55 -07:00
HifiExperiments
729b85062d fix component mode serialization 2024-09-09 12:37:35 -07:00