Commit graph

6716 commits

Author SHA1 Message Date
69105e716a Increase default vertical FOV 2024-06-30 20:59:32 +02:00
HifiExperiments
4d927b1440
Merge pull request #1014 from HifiExperiments/lasers
Wiggly lasers
2024-06-28 01:51:25 -07:00
HifiExperiments
a5b32a6406 allow configurable delay 2024-06-14 20:15:24 -07:00
HifiExperiments
9a2f0f7704
Merge pull request #937 from HifiExperiments/text
Text Entity Improvements
2024-06-10 22:59:44 -07:00
HifiExperiments
3064647d05 wiggly lasers 2024-06-09 20:00: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
f3cb4e2ca9 handle canViewAssetURLs better in create 2024-04-18 15:44:19 -07:00
HifiExperiments
36fafe8432 wip msdf fonts 2024-04-16 13:47:05 -07:00
f1475e49ee
Merge pull request #865 from AleziaKurdis/CreateAppCopyID
Create app: Entity List: "Copy ID" on menu and contextual menu.
2024-03-29 22:30:28 +01:00
HifiExperiments
cc8133bf08
Merge branch 'master' into CreateAppDimensionsCopyPaste 2024-03-29 13:01:04 -07:00
922ae918e9
Merge pull request #877 from AleziaKurdis/CreateAppAdvancedImport
Create Application: Advanced Import functionality
2024-03-21 00:18:03 +01:00
Alezia Kurdis
ef6f2737b6
adjustment
adjustment
2024-03-19 20:26:27 -04:00
Alezia Kurdis
74b9561afe
adjustment
adjustment
2024-03-19 20:26:01 -04:00
Alezia Kurdis
7734357398
Tools Tab html/css adjustments
Tools Tab html/css adjustments
2024-03-18 22:52:05 -04:00
Alezia Kurdis
3bc04c9c06
Delete scripts/system/html/edit-style.css
Comitted at the wrong level.
2024-03-18 22:50:56 -04:00
Alezia Kurdis
ca4dde4bb1
Fix css of Tools tab
Fix css of Tools tab
2024-03-17 23:24:49 -04:00
Alezia Kurdis
a509f84a42
Add "Import" Tab
Add "Import" Tab
2024-03-16 14:05:14 -04:00
Alezia Kurdis
f50101db8a
Add "Import" Tab
Add "Import" Tab
2024-03-16 14:04:24 -04:00
Alezia Kurdis
7c8044d27b
Copy ID(s) on multiple selection
Copy ID(s) on multiple selection
2024-03-12 21:36:45 -04:00
Alezia Kurdis
e29549e711
Copy ID(s) on multiple selection
Copy ID(s) on multiple selection
2024-03-12 21:36:03 -04:00
Alezia Kurdis
ad3236ba37
Copy ID(s) on multiple selection
Copy ID(s) on multiple selection
2024-03-12 21:35:25 -04:00
Alezia Kurdis
0c868bd416
Copy ID(s) on multiple selection
Copy ID(s) on multiple selection
2024-03-12 21:34:40 -04:00
Alezia Kurdis
8b35693701
Adjust CSS for contextual menu of EntityList
Adjust CSS for contextual menu of EntityList
2024-03-11 23:01:35 -04:00
Alezia Kurdis
94a229b9e7
Add "Copy ID" 2024-03-11 22:37:24 -04:00
Alezia Kurdis
6bee693d0c
Add "Copy ID" 2024-03-11 22:36:38 -04:00
Alezia Kurdis
2f3aefc926
Add "Copy ID" 2024-03-11 22:36:01 -04:00
Alezia Kurdis
e802d0ec12
Add "Copy ID"
Add "Copy ID" on entity list menu and contextual menu.
2024-03-11 22:35:03 -04:00
Alezia Kurdis
4595d94bfe
Add Dimensions Copy Paste
Add Dimensions Copy Paste
2024-03-10 22:24:54 -04:00
Alezia Kurdis
9acd1a93c1
Add Dimensions Copy Paste
Add Dimensions Copy Paste
2024-03-10 22:23:49 -04:00
6631128c52
Merge pull request #806 from AleziaKurdis/CreateApp_renderWithZoneManager
Create app: RenderWithZones Manager
2024-02-26 21:46:43 +01:00
Alezia Kurdis
af4589d42a
Small adjustments 2024-02-24 13:49:44 -05:00
Alezia Kurdis
c28048be47
Fix notification display
This address the following things:
- In HMD, the notification are now synch with the helmet, you can't miss any notification now. the rendering is more stable this way. (Addressing Issue #826)
- in Desktop, it is using Window API instead of Controller API to obtain the window size to know where to display should be. (Controller is not always on synch with desktop size.  Window is always accurate for Desktop.
- In Desktop, now the windows width is recomputed so it support now window resizing. (Maybe addressing Issue #470 (assuming that "Announcements" are the "Notificatons", ))
2024-02-23 22:19:57 -05:00
Alezia Kurdis
e367e2c620
Add Warning and fix Undo
Add a Warning when there are Zone not found 
and fix the Undo if the entity list selection has changed, then reset the undo 
stack cause it won't be applicable on the selection anymore.
2024-02-03 12:37:20 -05:00
Alezia Kurdis
c43bb11965
Add "RenderWithZones Manager" 2024-02-02 22:27:40 -05:00
Alezia Kurdis
e1efa7fe63
Add "RenderWithZones Manager" 2024-01-28 15:16:43 -05:00
Alezia Kurdis
89f7d70c59
Add "RenderWithZones Manager" 2024-01-28 15:16:00 -05:00
Alezia Kurdis
c843e63572
Add "RenderWithZones Manager" 2024-01-28 15:15:20 -05:00
Alezia Kurdis
4e0f85fb92
Add files via upload 2024-01-28 15:14:04 -05:00
9451a1261e Fix a bug with grabbable entities 2023-12-10 12:51:08 +01:00
5b9fb821de Improvement in controller scripts performance 2023-12-08 23:01:01 +01:00
5aeca97f83 Cache Controller.Standard in scripts for higher performance 2023-11-30 00:26:01 +01:00
e05c79ca96 Improve game rate by moving squeezeHands.js to a separate thread 2023-11-21 23:40:16 +01:00
deaf51bfcd Remove inactive region from federation.json 2023-10-29 19:25:44 +01:00
79cf24d30f
Merge pull request #645 from keeshii/feature/qml_entities
Added support for QML inside web-entities.
2023-10-19 22:46:07 +02:00
39a0ee960c Fix local entity grab in VR 2023-10-17 17:30:55 +02:00
keeshii
d3f652686e Added support for QML inside web-entities. 2023-10-10 18:48:39 +02:00
Armored-Dragon
e38d5e6647 Does not allow mouse capture if disabled. 2023-10-10 06:53:22 -05:00
Armored-Dragon
391052d9c1 Fixed conflict. 2023-09-16 07:23:58 -05:00
Armored-Dragon
1d1305a668 Fix away-enabled causing unsynchronised behavior 2023-09-15 14:40:50 -05:00
Armored-Dragon
e7277af238 inspect.js and mouselook.js compatibility 2023-09-14 15:27:55 -05:00