David Back
bf21a4cf56
tabs
2018-04-18 15:05:29 -07:00
David Back
666653dd96
tabs
2018-04-18 15:01:14 -07:00
David Back
4a37c4ba18
add entityIsEquipped utils for grab.js check
2018-04-18 15:00:10 -07:00
David Back
3afde111c4
Merge branch 'master' of https://github.com/highfidelity/hifi into desktopEquip
2018-04-18 10:18:28 -07:00
Seth Alves
490d7dfb87
Merge pull request #12931 from FlameSoulis/fix/BUILD_LINUX.md-QT-Link
...
Corrected BUILD_LINUX.md regarding QT
2018-04-18 09:32:53 -07:00
Liv
7f6d210e93
Merge pull request #12836 from misslivirose/fix/close-create-domain-change
...
Go to tablet home / close Create menu when changing domains
2018-04-18 09:29:04 -07:00
Flame Soulis
410e7b5051
Corrected hifiqt5.10.1_5.10.1_amd64.deb
2018-04-18 08:51:59 -04:00
Stephen Birarda
0a1f07755e
Merge pull request #12696 from birarda/add-js-baker-quote-tests
...
add single quote tests to JS baking tests
2018-04-17 18:02:34 -07:00
John Conklin II
282db62996
Merge pull request #12928 from birarda/merge-back-stable-66
...
Merge back stable to master after RC66 promotion
2018-04-17 16:56:04 -07:00
unknown
46e040ca7b
Merge branch 'master' of https://github.com/highfidelity/hifi into desktopEquip
2018-04-17 16:26:42 -07:00
unknown
278a6b763f
ensure target mouse entity has equip data
2018-04-17 16:26:33 -07:00
unknown
9e4914975b
missing reset flag on end equip, remove mouseEquip check on unequip via U
2018-04-17 16:13:10 -07:00
John Conklin II
86c9b8c61d
Merge pull request #12892 from SimonWalton-HiFi/batch-compile-shaders
...
Batch compile shaders
2018-04-17 15:47:32 -07:00
Liv Erickson
abe8a3e6d9
correct implementation that doesn't interfere with other app status
2018-04-17 15:41:03 -07:00
Liv
071396bed0
move logic for disconnecting out of initalize() and into setActive()
2018-04-17 15:40:59 -07:00
Liv
7a7438b648
space for synxtax
2018-04-17 15:40:57 -07:00
Liv
7f01dded79
add handler to refused domain change connections
2018-04-17 15:40:55 -07:00
Liv
6f020a7ec8
return tablet to home on change domain
2018-04-17 15:40:54 -07:00
Stephen Birarda
9fca98aa0f
Revert "Reverting TAA to FXAA in rc66 until we fix the aa on tablet"
...
This reverts commit 8e7b9dfa2b
.
2018-04-17 15:35:16 -07:00
Stephen Birarda
95c172f418
Merge branch 'stable' of github.com:highfidelity/hifi into merge-back-stable-66
2018-04-17 15:34:46 -07:00
Zach Fox
3b8e52ea41
Merge pull request #12862 from zfox23/discovery_April2018
...
Discovery: April 2018 (Huge PR; see description)
2018-04-17 15:11:50 -07:00
John Conklin II
758bf09b30
Merge pull request #12705 from highfidelity/RC66
...
Beta Release 66 - includes up to Developer Release 8013
2018-04-17 14:09:26 -07:00
Stephen Birarda
a0e1d2e54e
Merge pull request #12764 from SimonWalton-HiFi/bakedassettype-enum
...
Make BakedAssetType a scoped enum
2018-04-17 11:50:14 -07:00
unknown
758f8b4618
Merge branch 'master' of https://github.com/highfidelity/hifi into desktopEquip
2018-04-17 09:19:19 -07:00
John Conklin II
44e0a2acc5
Merge pull request #12914 from sethalves/rc66-fix-bookmarks
...
fix bookmarks, don't put :0 in urls
2018-04-17 08:29:36 -07:00
John Conklin II
ab4d328d4f
Merge pull request #12909 from hyperlogic/bug-fix/case-12628-rc66
...
RC66: Fix for avatar glitches, head and legs folding into chest.
2018-04-17 08:28:35 -07:00
Seth Alves
515c185887
don't call setPort on hifi urls when port is 0 (unset)
2018-04-16 19:10:16 -07:00
Stephen Birarda
4c0a0a84fa
Merge pull request #12912 from birarda/wireshark-plugin
...
add wireshark HFUDT packet dissector to tools
2018-04-16 17:21:45 -07:00
Stephen Birarda
77b3a2cb7c
add wireshark HFUDT packet dissector
...
Co-authored-by: Ryan Huffman <ryanhuffman@gmail.com>
Co-authored-by: Clément Brisset <clement.brisset@gmail.com>
2018-04-16 16:37:50 -07:00
Anthony J. Thibault
0a162e62b0
transmit sendAll packet in nodeActivated signal callback
...
(cherry picked from commit 9f1a8290148da12849935c916b2e0a59864cb49b)
2018-04-16 16:16:56 -07:00
Anthony J. Thibault
c29bf51226
Fix for avatar glitches, head and legs folding into chest.
...
As a form of compression, when encoding avatar data we only send joints that have changed significantly from the previous packet.
Also, if a joint has the same value as the avatar's default pose, we don't send the full value, instead we mark it with a single bit.
This particular issue is caused by an interaction between the default value flag and the joint changed culling.
When connecting to a domain for the first time, it's possible that a I-frame or 'full' packet will not be sent for several seconds.
In this case, the AvatarMixer has no previous history for values that have not changed recently.
This causes the AvatarMixer to broadcast incorrect values to other clients.
Keep in mind that the AvatarMixer does not have access to the avatar FBX file, so it cannot make an educated guess for this value and uses zero values instead.
(0, 0, 0) for translation and (0, 0, 0, 1) for rotation.
When a translation value of zero is received for the lower legs it will cause the legs to fold into the avatar's chest.
Also, we've uncovered a bug where sometimes values were not sent to the AvatarMixer even when the value was previously default.
This would also exhibit the same issue where zero translation values would be sent.
I've done three things to help mitigate this issue.
1) On first connect to a new AvatarMixer, the Avatar now sends a 'full' packet.
2) When a joint rotation or translation changes from the default value, we transmit it. No questions asked.
3) Once a SkeletonModel has finished loading we initialize the avatar's _jointData with the proper
translations from the default pose. This will help the case where a client receives a non default value, but has no previous history.
(cherry picked from commit 94efdf76a6454f316985f95d6a221adb24788d66)
2018-04-16 14:58:33 -07:00
David Back
e86ef1c2d6
fix bracket
2018-04-16 13:33:17 -07:00
David Back
2c57bba4e2
Merge branch 'master' of https://github.com/highfidelity/hifi into desktopEquip
2018-04-16 13:12:59 -07:00
David Back
ad85e2b053
pre PR adjustments
2018-04-16 13:12:33 -07:00
Zach Fox
0504220171
Abide by new backend code
2018-04-16 13:01:31 -07:00
David Back
78c0ec5770
remove animations
2018-04-16 12:56:22 -07:00
Simon Walton
b2e736da70
Remove commented-out code
2018-04-16 11:57:14 -07:00
Zach Fox
02aa8ac566
Bugfixes per QA
2018-04-16 11:53:37 -07:00
Sam Gateau
19aa49832b
Merge pull request #12750 from SamGondelman/androidPrimitives
...
Forward pipelines for primitives
2018-04-16 11:18:56 -07:00
John Conklin II
5705bac87f
Merge pull request #12723 from ctrlaltdavid/21801
...
HMD API JSDoc
2018-04-16 11:12:26 -07:00
Sam Gateau
3ac4a1db2d
Merge pull request #12850 from SimonWalton-HiFi/early-trace
...
Enable Interface tracing from earliest execution point
2018-04-16 10:24:55 -07:00
Zach Fox
ee9519bf1b
Merge branch 'discovery_April2018' of github.com:zfox23/hifi into discovery_April2018
2018-04-16 10:12:34 -07:00
Zach Fox
071bf35683
Merge branch 'master' of github.com:highfidelity/hifi into discovery_April2018
2018-04-16 10:11:44 -07:00
John Conklin II
40e34f578a
Merge pull request #12891 from samcake/rc66-backToFXAA
...
RC66: Reverting TAA to FXAA in rc66 until we fix the aa on tablet
2018-04-16 09:57:39 -07:00
John Conklin II
fbb7138e6c
Merge pull request #12896 from hyperlogic/bug-fix/reduce-elbow-flapping-rc66
...
RC66: Reduce avatar elbow fluttering by disabling pole vectors
2018-04-16 09:56:59 -07:00
David Back
551da6477b
Merge branch 'master' of https://github.com/highfidelity/hifi into desktopEquip
2018-04-16 09:15:31 -07:00
Ken Cooke
3630198c27
Merge pull request #12886 from kencooke/audio-gverb-deadcode
...
Remove dead code
2018-04-16 08:20:38 -07:00
Anthony J. Thibault
63ee8c0ccb
Fix for character walk animations in desktop mode.
...
(cherry picked from commit f19b1d9890
)
2018-04-15 19:51:55 -07:00
Anthony J. Thibault
f4096c3931
Disable elbow pole vectors, solve from joint limit centers.
...
(cherry picked from commit 69f462baeb
)
2018-04-15 19:51:26 -07:00
Seth Alves
7f285c5f90
Merge pull request #12571 from Atlante45/fix/es-concurrent-traversal
...
Fix unprotected tree traversals
2018-04-14 14:33:25 -07:00