Anthony Thibault
1d33f51ca4
Merge pull request #13528 from amantley/integratedStepping
...
Step Detection From Head and Hands Tracking
2018-07-10 09:59:22 -07:00
Wayne Chen
28583ad2a2
Merge pull request #13571 from wayne-chen/unusedLambdaCaptureVariables
...
Removing unused variables from lambda capture expressions
2018-07-10 08:56:38 -07:00
Wayne Chen
8f23fb01a4
removing unused variables
2018-07-10 07:30:02 -07:00
Wayne Chen
bf5cdb0e5f
removing unused variables from lambda capture expressions
2018-07-09 22:31:49 -07:00
John Conklin II
81f5631ce9
Merge pull request #13386 from ElderOrb/FB13949
...
AvatarApp
2018-07-09 15:20:18 -07:00
amantley
cb421fd5b0
fixed build errors for mac and linux
2018-07-09 15:09:45 -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
amantley
a2f8e024fb
added avatar constants changed for posterior and head velocity
2018-07-09 13:59:56 -07:00
amantley
55ae08c071
Merge remote-tracking branch 'upstream/master' into integratedStepping
2018-07-09 13:55:59 -07:00
amantley
b2d77ef51a
bracket spacing
2018-07-09 13:54:18 -07:00
amantley
7ed8f17b57
tweaked posterior threshold and head velocity threshold
2018-07-09 13:49:21 -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
amantley
a3417cace9
implemented code review changes. 1. checking for divide by zero before glm::normalize. 2. clearing the ring buffer on reset. 3. renaming _standingHeightMode to _currentStandingHeight
2018-07-09 11:58:02 -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
amantley
defd6f88e6
started changes suggested by code review, ie mode computation
2018-07-06 18:17:13 -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