Commit graph

301 commits

Author SHA1 Message Date
c6f1e6410e Updated some URLs, rebranded documentation and changed default metaverse server address 2022-02-09 23:57:24 +01:00
Dale Glass
4641652899
Merge pull request #1523 from AleziaKurdis/CreateApp_BUGFIX-1517
Create App: Prevent locked entities and their children from being duplicated.
2021-12-18 20:27:36 +01:00
Alezia Kurdis
92f7997603
Fix for Issue #1517
Fix for Issue #1517
Locked entities were simply ignored and it was still processing their children.
Now it's no more possible to duplicate if the selection and their children contains a locked entities.
It was also unable to add the new parent if the duplicated child entity was locked. Which was causing some other issues.
2021-12-08 23:01:21 -05:00
Alezia Kurdis
13897a3864
Reduce redundant code.
Reduce redundant code.
2021-12-07 21:34:04 -05:00
Alezia Kurdis
43bf840b94
"Add All Zones" button
This adds a "Add All Zones" button to the multiple zones selector used for RenderWithZones.
This addresses the Issue # 775
2021-12-06 23:11:30 -05:00
Alezia Kurdis
15214949be
Adjust text for Error 0
Error 0 was previously: "URL not well formed"
But actually , this wasn't the exact reason why an error 0 can be returned.
Error 0 means that no server are reachable to even respond.
So I have replaced it by "Server not found".
2021-12-06 22:13:16 -05:00
Alezia Kurdis
e109b202ba
Entity List: Indicator for Client and Server Scripts
In the Entity List, there is a column to indicate the presence of script on an entity.
Before that modification, it was only present for entities having a Client Script.
Now it will be present if there is a Client and/or Server Script.
2021-11-13 00:02:36 -05:00
Alezia Kurdis
113915637b
Adjustment to solve red button css.
Added the red class to the Reset Rotation button.
2021-08-23 23:28:31 -04:00
Alezia Kurdis
b61d978b0a
Change the label for "Reset Rotation"
Change the label for "Reset Rotation"
2021-08-17 21:48:12 -04:00
Alezia Kurdis
494740f819
Add a "Set Rotation to Zero" button
Add a "Set Rotation to Zero" button
in properties tab (Spatial section)
of the create app.
2021-08-15 22:09:27 -04:00
Alezia Kurdis
0d39eea2a6
Add "Set Rotation to Zero"
Add a "Set Rotation to Zero" button
in properties tab (Spatial section)
of the create app.
2021-08-15 22:08:46 -04:00
HifiExperiments
7f99ddca2e merge with master 2021-07-05 16:48:45 -07:00
Alezia Kurdis
3638b7357a
Fix Zone Selector loading issue
Fix Zone Selector loading issue
when we navigate between tabs (CREATE - PROPERTIES - GRID - ENTITY LIST)
2021-06-22 22:22:39 -04:00
Alezia Kurdis
607ed288eb
HMD compliant Zone Selector
HMD compliant Zone Selector
2021-06-21 22:40:45 -04:00
Alezia Kurdis
77d9160077
Add a new Zone Selector HDM compliant
Add a new Zone Selector HDM compliant for renderWithZones.
The previous selector wasn't usable in HMD and it was pratically the last component 
that forced us to remove our headset to complete the task.
2021-06-21 00:50:40 -04:00
Alezia Kurdis
a4483e6367
Safeguard code for Copy/Paste Position/Rotation
Safeguard code for Copy/Paste Position/Rotation

The 4 actions has now validations to avoid to only have those validation on the UI.

Making sure there is a single selection to execute these actions:
Copy Position
Copy Rotation

Making sure there is a selection that doesn't contain locked entity and that we have a copied value in order to execute these actions:
Paste Location
Paste Rotation
2021-05-13 21:45:49 -04:00
Alezia Kurdis
cf66d1aca3
Copy Paste Location and Rotation new button style
Copy Paste Location and Rotation new button style
2021-05-12 22:11:15 -04:00
Alezia Kurdis
c1ee8801e0
Add Location and Rotation Copy-Paste
Add Location and Rotation Copy-Paste
2021-05-12 00:12:27 -04:00
Alezia Kurdis
884fa2f125
Add Location and Rotation Copy-Paste
Add Location and Rotation Copy-Paste
2021-05-12 00:11:52 -04:00
Dale Glass
7503ab36b3 Convert line endings from CRLF to LF 2021-04-02 00:19:12 +02:00
Kalila
519db8743d
Merge pull request #1069 from AleziaKurdis/CreateApp-BrokenURLReport
Create App: Broken Url Report
2021-04-01 17:18:05 -04:00
HifiExperiments
7ff796af3e web textures work on image entities, create supports negative materialMappingScale 2021-03-22 20:52:39 -07:00
Alezia Kurdis
0b04eee7bc
Delete brokenUrlReport.js
Broken Url Report - adjustments
2021-03-21 22:53:40 -04:00
Alezia Kurdis
0da1d9ad5b
Delete brokenUrlReport.html
Broken Url Report - adjustments
2021-03-21 22:53:10 -04:00
Alezia Kurdis
a9fadfa654
Broken Url Report - adjustments
Broken Url Report - adjustments
2021-03-21 22:52:25 -04:00
Alezia Kurdis
0797e2668b
Broken Url Report - adjustments
Broken Url Report - adjustments
2021-03-21 22:51:26 -04:00
Alezia Kurdis
ffdf1960bb
Broken Url Report - adjustments
Broken Url Report - adjustments
2021-03-21 22:50:53 -04:00
Alezia Kurdis
d51337c98f
Broken Url Report - adjustments
Broken Url Report - adjustments
2021-03-21 22:49:58 -04:00
Alezia Kurdis
b65d31c477
Broken Url Report - adjustments
Broken Url Report - adjustments
2021-03-21 22:49:10 -04:00
Kalila
053548cd14
Merge pull request #1033 from HifiExperiments/skyboxShape
Non-uniformly scaled sphere zones and models behave like ellipsoids (and fix EntityItem::contains sphere case)
2021-03-03 16:15:47 -05:00
Alezia Kurdis
090cd176e0
Display the error text instead of only the no 2021-03-01 23:41:38 -05:00
Alezia Kurdis
f8d93a8429
Add a Link to select the entity.
Add a Link to select the entity.
So the user can edit each entity listed in the report
by clicking on it. This select the entity.
2021-02-27 23:33:10 -05:00
Alezia Kurdis
940b45ee85
Add Broken Url Report feature 2021-02-27 13:13:37 -05:00
Alezia Kurdis
6e3ab17079
Add Broken Url Report functionality 2021-02-27 00:34:51 -05:00
Alezia Kurdis
608fe21045
Add Broken Url Report 2021-02-27 00:32:05 -05:00
Alezia Kurdis
4836fa8c61
Add Broken Url Report 2021-02-27 00:31:29 -05:00
Alezia Kurdis
2fd648f881
Add Broken Url Report 2021-02-27 00:31:02 -05:00
Alezia Kurdis
9b5a1b82e1
Add Broken Url Report 2021-02-27 00:30:17 -05:00
Alezia Kurdis
86443251a9
Add processing gif for Broken Url Report 2021-02-27 00:04:43 -05:00
Kalila
d8946f7f35
Merge pull request #1063 from HifiExperiments/tooltipFix
Fix tooltips
2021-02-25 17:08:36 -05:00
HifiExperiments
91dd004043 fix tooltips 2021-02-23 20:57:40 -08:00
Kalila
6732628d20
Merge pull request #1030 from AleziaKurdis/CreateApp_FEB2021_Bundle
Create App FEB2021 bundle
2021-02-17 16:09:57 -05:00
Alezia Kurdis
b2b38ad23b
Minor adjustments
Minor adjustments
2021-02-16 21:49:26 -05:00
HifiExperiments
f9b88c68e0 treat non-uniform spheres as ellipsoids everywhere 2021-02-15 21:13:58 -08:00
HifiExperiments
515ee40824 third times the charm 2021-02-12 10:38:40 -08:00
HifiExperiments
f46f1b2219 Merge branch 'master' into alignment 2021-02-11 18:07:23 -08:00
HifiExperiments
b296fff197 add text alignment property 2021-02-10 21:45:53 -08:00
Alezia Kurdis
6ffb848596
Added a new column URL
Added a new column URL (full path & filename)
Searchable only if visible
Requested from Issue #977
2021-02-10 23:30:18 -05:00
Alezia Kurdis
55753abf51
CSS for menu reorganization
CSS for menu reorganization
2021-02-10 22:29:08 -05:00
HifiExperiments
0645866549
Merge branch 'master' into billboard 2021-02-09 23:28:58 -08:00