David Back
7a7b9730ee
only clamp handles in hmd outside bounding box
2018-07-09 15:36:22 -07:00
John Conklin II
81f5631ce9
Merge pull request #13386 from ElderOrb/FB13949
...
AvatarApp
2018-07-09 15:20:18 -07:00
John Conklin II
25406fa464
Merge pull request #13495 from thoys/feat/create/native-windows
...
Create App: Native windows
2018-07-09 14:25:13 -07:00
David Back
8f1ad8e367
Merge pull request #13538 from dback2/editHandleMacFix
...
Edit handle undefined event fix
2018-07-09 12:08:18 -07:00
Wayne Chen
ce0ffe4292
Merge pull request #13551 from cmpt376edits/master
...
Improve punctuation on README.md
2018-07-09 11:44:16 -07:00
John Conklin II
79b2858220
Merge pull request #13543 from ctrlaltdavid/M16392
...
Create snap-to-grid and translation fixes
2018-07-09 11:39:26 -07:00
David Back
d4f43a56f2
Merge pull request #13556 from dback2/deselectInput
...
Change deselecting entities to Ctrl + D and prevent W/A/S/D/E/Q movements with Ctrl
2018-07-09 10:40:33 -07:00
John Conklin II
e6801c303a
Merge pull request #13432 from SimonWalton-HiFi/avatar-identity-request
...
Implement AvatarRequestIdentity and use if interface gets unknown avatar data
2018-07-09 10:07:19 -07:00
David Back
17220b9360
Merge pull request #13549 from dback2/parentChildCopy
...
Re-parent entities after duplicating and duplicate children with parents
2018-07-09 10:06:18 -07:00
John Conklin II
55405cc61e
Merge pull request #13561 from dback2/pointingAtOverlaysFix
...
Fix pointing at non-web overlays
2018-07-09 10:04:15 -07:00
Thijs Wenker
8ac8b10f98
Merge pull request #13521 from MiladNazeri/Fix-JSDoc-Readme
...
Fixed Readme instructions on JSDoc
2018-07-09 18:55:34 +02:00
Thijs Wenker
b1884b0841
CR fixes
2018-07-09 16:38:53 +02:00
Brad Hefta-Gaub
f8f206c2f9
Merge pull request #13450 from misslivirose/master
...
MS14398: Make tutorial not grabbable
2018-07-07 21:18:15 -07:00
David Back
3bcc727d47
check controller triggered in checkControllerMove
2018-07-06 18:57:32 -07:00
David Back
f33fae30ed
Merge branch 'editHandleMacFix' of github.com:dback2/hifi into editHandleMacFix
2018-07-06 18:56:09 -07:00
David Back
d04c2eaf73
Merge branch 'master' of https://github.com/highfidelity/hifi into editHandleMacFix
2018-07-06 18:01:16 -07:00
Alexander Ivash
425209189d
reduce precision
2018-07-07 03:03:24 +03:00
David Back
f815ad1ddd
tabs
2018-07-06 17:02:41 -07:00
David Back
c271e1aae4
fix triggering at non-web overlays
2018-07-06 17:02:29 -07:00
Alexander Ivash
7feb9910c9
use rotation degrees instead of quaternions for comparison
...
re-query entity properties after editing it to get actual changes
2018-07-07 02:36:19 +03:00
Alexander Ivash
4716be01f6
eliminate binding loop which could lead to not updating spinbox UI
2018-07-07 02:36:19 +03:00
Alexander Ivash
168584169c
do not close avatarapp on hiding tablet
2018-07-07 02:36:19 +03:00
Alexander Ivash
19f37246a6
capitalize avatarapp name in toolbar/tablet icons
2018-07-07 02:36:19 +03:00
Alexander Ivash
536395d199
only compare properties which exist for both objects in 'numeric comparer'
...
note: this is attempt to quick-n-dirty workaround weird issue with having colors informaiton inside 'dimensions' in the latest master
example:
"blue": 0.2367398738861084,
"green": 0.08945406973361969,
"red": 0.25246158242225647,
"x": 0.25246158242225647,
"y": 0.08945406973361969,
"z": 0.2367398738861084
2018-07-07 02:36:19 +03:00
David Back
a546d8b279
tabs
2018-07-06 15:48:53 -07:00
David Back
33e170315c
recurse on children of children
2018-07-06 15:39:18 -07:00
Simon Walton
607a898c32
Transmit a maximum number of identity requests before giving up
2018-07-06 15:16:13 -07:00
David Back
a415d1eb37
Merge branch 'master' of https://github.com/highfidelity/hifi into parentChildCopy
2018-07-06 14:32:17 -07:00
John Conklin II
01610a1520
Merge pull request #13559 from wayne-chen/fixCopyAddress-case-16444
...
Fix AddressManager copyAddress/copyPath functionality
2018-07-06 14:11:08 -07:00
John Conklin II
1bd698a5dc
Merge pull request #13558 from danteruiz/fix-falling-through-floor
...
Fix falling through floor
2018-07-06 13:44:08 -07:00
John Conklin II
6e13b0e141
Merge pull request #13453 from gcalero/web_overlay_android
...
Support web3d overlays in android
2018-07-06 13:02:56 -07:00
John Conklin II
c4733d6c29
Merge pull request #13550 from AndrewMeadows/fix-workload-crash
...
fix crash in workload on timeout with entity-server
2018-07-06 12:12:10 -07:00
Thijs Wenker
4b2e0765db
- cleanup (parent) signals InteractiveWindow after window is closed
2018-07-06 20:24:43 +02:00
Dante Ruiz
fdf58ab2b5
fixing edge case
2018-07-06 11:09:59 -07:00
Wayne Chen
cb89b046b4
moving copyToClipboard from slots to functions
2018-07-06 11:07:35 -07:00
Thijs Wenker
eea95161ab
Merge branch 'master' of github.com:highfidelity/hifi into feat/create/native-windows
2018-07-06 20:06:50 +02:00
Wayne Chen
eb4704620c
reverting unintended line from previous debug
2018-07-06 11:06:16 -07:00
Wayne Chen
0facbedbbc
adding Q_INVOKABLE method for copying to Application clipboard
2018-07-06 11:03:58 -07:00
Thijs Wenker
eed1f66e71
Merge branch 'feat/create/interactive-window' into feat/create/native-windows
2018-07-06 20:01:48 +02:00
Alexander Ivash
67fb8af87c
update avatarapp on avatar switch
2018-07-06 21:00:56 +03:00
Alexander Ivash
aaa2e3f6a8
fix issue with duplicated wearables on switching between bookmarks / cancelling 'adjust wearables'
2018-07-06 21:00:56 +03:00
Alexander Ivash
e943a607b0
'Wear wearable' => 'Wear wearables' (from QA feedback)
2018-07-06 21:00:56 +03:00
Alexander Ivash
33c45a224c
return 'override' to fix mac/linux builds
2018-07-06 21:00:56 +03:00
Alexander Ivash
57f32e64c1
remove the code of the rendering vive controllers and any code that uses that menu option.
2018-07-06 21:00:56 +03:00
Alexander Ivash
745a957e05
more clear description of bookmarks added/loaded/removed signals
2018-07-06 21:00:56 +03:00
Alexander Ivash
8021434984
remove debug tracing
2018-07-06 21:00:56 +03:00
Alexander Ivash
eb97f99db1
Revert "commented out code responsible for creating / populating 'Avatar' menu (per request from Mukul)"
...
This reverts commit d40d1a9985770d2da82f5291ee33a7cfe8a73652.
2018-07-06 21:00:55 +03:00
Alexander Ivash
7fa09aef8f
slightly update jsdoc with functions description
2018-07-06 21:00:55 +03:00
Alexander Ivash
7854b28498
move empty function to header per Dante's request
2018-07-06 21:00:55 +03:00
Alexander Ivash
fae5cd22f0
remove signals blocking
2018-07-06 21:00:55 +03:00