Commit graph

84280 commits

Author SHA1 Message Date
kasenvr
fe9e32fa5c
Merge pull request #615 from HifiExperiments/gha
Playing with GHA
2020-11-24 18:42:33 -05:00
HifiExperiments
78b81cdbb9
Merge pull request #1 from ctrlaltdavid/fix/collision-hull-update
Fix collision hull not necessarily being updated when model URL changed
2020-11-24 15:20:57 -08:00
David Rowe
2222f8f4f6 Fix collision hull not necessarily being updated when model URL changed 2020-11-25 11:54:19 +13:00
David Rowe
eb70d15f77 Fix JSDoc typo 2020-11-23 19:13:48 +13:00
David Rowe
b865e9bc8c Fix laser intersection with HUD overlay dialogs
Also fixes dialog resize outline being drawn in the wrong position
(desktop and HMD).
2020-11-23 16:02:32 +13:00
Alezia Kurdis
343ded8c6f
Minor code adjustments
Minor code adjustments
2020-11-21 22:02:49 -05:00
David Rowe
c4092a35e3 Fix GHA master build target branch 2020-11-22 14:08:36 +13:00
Alezia Kurdis
b633bc4a16
Excluding EntityShapeVisualizer from Children list
Excluding EntityShapeVisualizer from Children list
Now a name is given to the EntityShape of the EntityShapeVisualizer (used to display the zone)
so we can now exclude them from the children list when it's time to figure if there are children for an entity.
(This is a better approach than excluding al the local entities)
The name has been used because it gives better results than trying to use the id map that arrive always too late.
The name is unique for a session, it includes a UUID.
2020-11-21 15:44:15 -05:00
Alezia Kurdis
00575ae8f8
Excluding EntityShapeVisualizer from Children list
Excluding EntityShapeVisualizer from Children list
Now a name is given to the EntityShape of the EntityShapeVisualizer (used to display the zone)
so we can now exclude them from the children list when it's time to figure if there are children for an entity.
(This is a better approach than excluding al the local entities)
The name has been used because it gives better results than trying to use the id map that arrive always too late.
The name is unique for a session, it includes a UUID.
2020-11-21 15:43:12 -05:00
kasenvr
8f0684abfd
Update pr_build.yml 2020-11-21 14:24:23 -05:00
Kalila L
f7b0437bc8 Initial add of crash report arg option. 2020-11-21 00:03:56 -05:00
kasenvr
84b6736e68
Update pr_build.yml 2020-11-20 04:13:02 -05:00
kasenvr
d9255eed95
Update pr_build.yml 2020-11-20 04:12:07 -05:00
Alezia Kurdis
22abf1c2c4
Fix for Issue 869
This excludes the local and avatar entities from what is returns by Entities.getChildrenIDs
to avoid the selection tools of the Zone entities to be considered as Children of it.
This was necessary for the display of the hierarchy status, but also for the "Add Children to Selection".
2020-11-18 23:15:23 -05:00
Alezia Kurdis
031b3985b0
Fix for Issue 869
This excludes the local and avatar entities from what is returns by Entities.getChildrenIDs
to avoid the selection tools of the Zone entities to be considered as Children of it.
This was necessary for the display of the hierarchy status, but also for the "Add Children to Selection".
2020-11-18 23:14:34 -05:00
HifiExperiments
8047887685
Merge branch 'master' into gha 2020-11-18 17:01:16 -08:00
kasenvr
db2133115d
Merge pull request #872 from ctrlaltdavid/fix/pr-gha
Replace set-env in PR GHA
2020-11-18 19:49:25 -05:00
HifiExperiments
1e07971d10 how about this 2020-11-18 11:04:09 -08:00
David Rowe
e8520becd6 Syntax 2020-11-18 21:11:48 +13:00
David Rowe
ea77db85d3 Use output var in second step 2020-11-18 21:06:29 +13:00
David Rowe
066dd2a6cc Typo 2020-11-18 20:49:47 +13:00
David Rowe
6c8b11ddda Typo 2020-11-18 16:54:21 +13:00
David Rowe
c299026378 Calculate short SHA 2020-11-18 14:52:58 +13:00
HifiExperiments
17f579882a try fixing commit short 2020-11-17 15:09:50 -08:00
David Rowe
57729e3cef Remove single quotes
Per commit be55993 by HifiExperiments.
2020-11-18 11:38:50 +13:00
HifiExperiments
be55993dda try removing single quotes 2020-11-17 13:14:23 -08:00
David Rowe
cfe824c180 Replace set-env in PR GHA
Code from commit 4c536f4 by HifiExperiments.
2020-11-18 08:16:25 +13:00
HifiExperiments
5b8f7fad16 some more 2020-11-16 22:18:43 -08:00
HifiExperiments
4c536f4318 try to replace set-env 2020-11-16 22:11:14 -08:00
HifiExperiments
02f7f494fa Merge remote-tracking branch 'upstream/master' into gha 2020-11-16 21:48:46 -08:00
HifiExperiments
b6744588f4 loading fix 2020-11-16 21:25:25 -08:00
HifiExperiments
81940214bb
Revert "Revert "Split Local and owned Avatar Entity scripts into their own ScriptEngine"" 2020-11-16 21:20:25 -08:00
kasenvr
b39a8c90e2
Merge pull request #868 from kasenvr/revert-659-scriptEngine
Revert "Split Local and owned Avatar Entity scripts into their own ScriptEngine"
2020-11-16 22:46:56 -05:00
kasenvr
21f8eac936
Revert "Split Local and owned Avatar Entity scripts into their own ScriptEngine" 2020-11-16 22:35:46 -05:00
Alezia Kurdis
4c8d8e1b3a
Merge pull request #1 from kasenvr/master
Upgrading
2020-11-16 21:34:14 -05:00
kasenvr
c3439a8ae7
Merge pull request #659 from HifiExperiments/scriptEngine
Split Local and owned Avatar Entity scripts into their own ScriptEngine
2020-11-15 23:12:54 -05:00
kasenvr
1b8a8113a6
Merge pull request #858 from AleziaKurdis/feature/CreateApp_NOV2020
Create App. - Feature Bundle - Nov 2020
2020-11-15 23:01:13 -05:00
kasenvr
9dbf41647e
Merge pull request #852 from ctrlaltdavid/feature/email-domain-login
Enable username or e-mail for domain login
2020-11-15 22:56:25 -05:00
HifiExperiments
06f7624512 some more small improvements 2020-11-14 22:34:03 -08:00
Alezia Kurdis
da2737de53
Minor Code Adjustements
Minor Code Adjustements
2020-11-14 22:39:47 -05:00
Alezia Kurdis
2475deac93
Minor code adjustments
Minor code adjustments
2020-11-14 22:36:28 -05:00
Alezia Kurdis
33eb01a6c7
Minor code adjustments
Minor code adjustments
2020-11-14 22:33:38 -05:00
Dale Glass
8e2245c530 Update hash 2020-11-14 19:00:53 +01:00
Dale Glass
2194a20d34 Upgrade to latest TBB 2020-11-14 18:55:24 +01:00
Alezia Kurdis
e0cac2b95c
Clean up of the Edit Menu
The Create App. Menu Items under the “Edit” menu have been cleaned up.
All the actions being transferred has been removed. (some was not even decently usable from there)
A new sub-menu “Create Application – Preferences” has been implemented to regroup the remaining menu items that are all User Preferences. 

Eventually in the future, these might be moved to the Create App. UI. For now, it will be OK, it's already cleaner.
2020-11-12 23:52:24 -05:00
Alezia Kurdis
636d52b306
Add “Import Entities (.json) from a URL”
The action “Import Entities (.json) from a URL” has been added to the “Create” Tab. (It was available only in the Edit menu.)
2020-11-12 23:48:15 -05:00
Maki
ce8b9d4b24 Deleted old GLWidget code that breaks alt with current Qt on Linux 2020-11-12 22:17:15 +00:00
kasenvr
5080909bb9
Merge pull request #664 from kasenvr/feature/require-redownload
Feature/require redownload
2020-11-12 17:10:08 -05:00
HifiExperiments
72d43947d3
Merge branch 'master' into scriptEngine 2020-11-11 23:54:58 -08:00
kasenvr
8f4f15ba25
Merge pull request #853 from ctrlaltdavid/fix/enter-entity
Fix enterEntity event not firing in entity script after content reload
2020-11-12 01:02:55 -05:00