Commit graph

87486 commits

Author SHA1 Message Date
Ada
74e505861e Create app script textareas 2025-04-17 00:48:28 +10:00
6bc6712ef9
Merge pull request #1449 from JulianGro/cmake
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
Little CMake cleanup
2025-04-15 22:25:47 +02:00
HifiExperiments
4b096c75e6
Merge pull request #1445 from HifiExperiments/simplePipelines
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
add missing simple pipelines
2025-04-14 07:42:06 -07:00
646c72852a Remove old C++ standard code, as we already tell CMake to *require* C++14.
Xcode only supports libc++ and gnu++, both of which we support, so there is no need to specify libc++ either.
2025-04-14 15:36:56 +02:00
82f62c9ea0 Remove support for ancient compilers. 2025-04-14 15:34:34 +02:00
bb874b9809 Remove unneeded CMake policies.
The latest one became unneeded with CMake 3.12. We require CMake 3.14.
2025-04-14 15:33:40 +02:00
HifiExperiments
d2a4fbb707 add missing simple pipelines 2025-04-13 21:12:38 -07:00
59a6f5aae1
Merge pull request #1440 from ada-tv/fix/openxr-wmr-primary-button
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
Primary button for XR controllers without one
2025-04-13 22:22:47 +02:00
Ada
450c5dd09b Primary button for XR controllers without one 2025-04-14 05:59:31 +10:00
66ffbc115b
Merge pull request #1434 from OfficialR3ido101/fix/updatevrammemory
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
Bringing VRAM up to spec with latest cards.
2025-04-13 21:12:18 +02:00
362e280e46
Merge pull request #1417 from HifiExperiments/texCoords
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 specifying per-texture texCoord set
2025-04-13 20:42:32 +02:00
5a538f18de
Merge pull request #1437 from ada-tv/fix/openxr-odysseyplus
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
OpenXR controller bindings for Odyssey+
2025-04-13 18:53:23 +02:00
341e038241
Merge pull request #1416 from HifiExperiments/pipelines
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
automated render pipelines
2025-04-13 18:14:48 +02:00
Ada
23364f05f8 Use Odyssey controller extension, might fix? 2025-04-14 01:54:10 +10:00
Ada
bd95779fb8 KHR Simple profile typo fix 2025-04-14 01:39:02 +10:00
OfficialR3ido101
f4e238cf5b Bringing VRAM up to spec with latest cards. 2025-04-13 13:34:43 +01:00
HifiExperiments
d17c384ed7 fix src_folder 2025-04-12 23:16:13 -07:00
4e6575a917
Merge pull request #1423 from ada-tv/fix/openxr-trigger-click
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
Trigger click emulation for XR
2025-04-10 22:12:13 +02:00
a37811cbbb
Merge pull request #1380 from Armored-Dragon/fix/controller-scripts-1376
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 breakage in controller scripts relating to hudRayPicks
2025-04-10 21:04:08 +02:00
armored-dragon
5c1f095608
Nobody noticed that.
Fixes reading from an uninitialized var.

Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
2025-04-10 13:16:45 -05:00
Ada
29e6f6d07b Trigger click emulation for XR 2025-04-11 04:14:35 +10:00
e7817b55df
Merge pull request #1412 from ada-tv/feature/vr_keyboard_shortcuts
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
VR Keyboard Shortcuts
2025-04-10 19:30:10 +02:00
HifiExperiments
19817ce42b support specifying per-texture texCoord set 2025-04-08 23:31:33 -07:00
37a08e069a
Merge pull request #1393 from HifiExperiments/samplers
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
ability to specify texture samplers
2025-04-09 08:28:53 +02:00
HifiExperiments
6d37a37b71 automated render pipelines 2025-04-08 22:53:04 -07:00
a020d392c1
Merge pull request #1398 from HifiExperiments/pbrVoxels
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 PBR materials on polyvox, and triplanar material entities
2025-04-09 07:50:27 +02:00
HifiExperiments
0d2626fa0f try this? 2025-04-08 20:49:00 -07:00
HifiExperiments
aed999512e proper blend normalization from article 2025-04-07 23:45:51 -07:00
HifiExperiments
58c4964e73 fix samplers from gltf not copying 2025-04-07 22:30:25 -07:00
83c1595190
Merge pull request #1342 from AleziaKurdis/createApp_childEntitiesTab
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
Create app.: child entities tab, Copy Color from Skybox Color, Hifi-Glyphs font update.
2025-04-07 21:04:07 +02:00
Ada
b0594d651e Keycap art for new keys 2025-04-08 02:55:53 +10:00
Ada
a736520087 Move copy/paste, add cursor keys 2025-04-08 01:40:29 +10:00
Ada
ff46c739a3 Cut key 2025-04-07 23:41:46 +10:00
Ada
ea1c6567cf Initial prototype for VR keyboard shortcuts 2025-04-07 22:47:35 +10:00
1e07398dc4
Merge pull request #1407 from HifiExperiments/fontAssert
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 font assert
2025-04-06 23:46:17 +02:00
HifiExperiments
7a69fb9bb9 fix font assert 2025-04-06 13:06:40 -07:00
Alezia Kurdis
ceed4d68f5
Fix for ChildList View Properties link width
Fix for ChildList View Properties link width
2025-04-06 14:21:56 -04:00
Alezia Kurdis
f66118a437
Fix for ChildList View Properties link width
Fix for ChildList View Properties link width
2025-04-06 14:21:05 -04:00
67f90043cf
Merge pull request #1367 from AleziaKurdis/createApp_2025-03_TextEntityLineBreaks
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
Create App: Text Entity: Support for line breaks, Replace unlit material entity for shape unlit in selection tool
2025-04-06 19:50:28 +02:00
e0bdffd470
Merge pull request #1382 from Armored-Dragon/fix/ac_scrolling-distance_check
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 Armored Chat always scrolling on a new message
2025-04-06 18:59:12 +02:00
22122acab5
Merge pull request #1395 from HifiExperiments/tofu
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
show tofu character on missing character
2025-04-06 18:25:25 +02:00
0589252598
Merge pull request #1399 from ada-tv/fix/keyboard-preview-lighting
Fix keyboard preview not being unlit
2025-04-06 18:13:38 +02:00
92aae38733
Merge pull request #1394 from HifiExperiments/bookmarksError
warning when avatar bookmarks JSON is malformed
2025-04-06 18:12:55 +02:00
537462ff37
Merge pull request #1321 from HifiExperiments/lifetime
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 domain entity lifetime in serverless mode
2025-04-06 14:46:40 +02:00
ef5cc802a9
Merge pull request #1374 from AleziaKurdis/createApp_2025_03_localEntityInList
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
Create App: View "Local Entities" in Entity List.
2025-04-06 14:20:12 +02:00
Ada
11ef9fc997 Fix keyboard preview not being unlit 2025-04-06 21:13:16 +10:00
HifiExperiments
336181a147 support PBR materials on polyvox, and add triplanar projection to material entities 2025-04-05 21:43:43 -07:00
ce86f59437
Merge pull request #1317 from OfficialR3ido101/fix/VR_Mouse_Lock
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
Stop VR mouse capture.
2025-04-05 23:33:44 +02:00
a1bd83e8aa Change variable names 2025-04-05 22:56:16 +02:00
OfficialR3ido101
aced56d934 Fixed for review changed vars 2025-04-05 22:09:13 +02:00