David Kelly
c1feac971b
CR feedback
2016-11-01 15:17:07 -07:00
David Kelly
0b80610e65
Needed to properly remove hrtfs for avatar audio
2016-11-01 15:09:14 -07:00
David Kelly
404c08b0c7
Un-do of previous commit
...
Seems to add an artifact when using our test scripts. Will work on that
as a separate issue, as it would be an existing issue in any case.
2016-11-01 10:46:22 -07:00
David Kelly
fb2968a419
Reset bytes sent counter when setting avatar sound
...
It could be past the end of the buffer if you changed sounds, and the
new one is shorter. Won't happen with our current tests, but that could
change, and in general no reason it couldn't happen.
2016-11-01 09:12:35 -07:00
David Kelly
5714063eff
Make more reliable
...
Need to be sure we don't change the _isAvatar or
_isListeningToAudioStream from one thread while processing audio in
another. Also, fixed issue sending NLPacketList.
2016-10-31 16:38:01 -07:00
David Kelly
e63e9bc017
Remove HRTFs for Avatar too
...
Turns out there was already a function for that, if you just call
removeHRTFForStream without a 2nd param, it appears to just delete
the audio with uuid of QUuid() which is the avatar's mic. That is
what we want, so cool.
2016-10-31 13:25:22 -07:00
David Kelly
80e38c395e
Send KillAvatar to AudioMixer too
...
So it can remove the listening agent avatar audio streams. Otherwise
they stick around forever, and eventually swamp the audio mixer.
2016-10-31 10:35:16 -07:00
Chris Collins
3b6faefe05
Merge pull request #8931 from sethalves/possible-fix-for-2068
...
Possible fix for 2069
2016-10-31 10:21:01 -07:00
Brad Hefta-Gaub
a79541a83a
Merge pull request #8962 from ZappoMan/removeFaceMute
...
remove mute icons
2016-10-30 13:12:23 -07:00
Brad Hefta-Gaub
8fbac58091
remove mute icons
2016-10-30 09:33:02 -07:00
Seth Alves
3ad748cfe2
Merge branch 'master' of github.com:highfidelity/hifi into possible-fix-for-2068
2016-10-28 16:41:39 -07:00
Clément Brisset
95c175ae74
Merge pull request #8950 from huffman/tutorial/gotoentrystep
...
Add tutorial tracking for going through the welcome portal
2016-10-28 16:26:40 -07:00
Ryan Huffman
4148abe28f
Add comment to tutorial.js generateUUID usage
2016-10-28 16:17:54 -07:00
Chris Collins
1ba5a5d5d7
Merge pull request #8947 from huffman/fix/script-include-race
...
Fix race condition in BatchLoader
2016-10-28 16:17:46 -07:00
David Kelly
a8832fafeb
Merge pull request #8934 from howard-stearns/more-reliable-crowds
...
More reliable crowds
2016-10-28 16:17:35 -07:00
Ryan Huffman
214d8ebc33
Merge pull request #8954 from Atlante45/sandbox
...
Exit Sandbox instead of asking to quit
2016-10-28 16:09:03 -07:00
Ryan Huffman
8fe6278831
Update wentToEntry tutorial step to #9
2016-10-28 16:01:52 -07:00
Stephen Birarda
207d26091c
Merge pull request #8953 from Atlante45/being-of-light
...
Update being of light model
2016-10-28 15:36:19 -07:00
Chris Collins
d9d9119dcb
Merge pull request #8951 from zzmp/fix/crash-on-web-wasapi
...
fix crash on shutdown from web audio captures
2016-10-28 15:23:39 -07:00
Atlante45
e1ed7929e3
exit sandbox instead of asking to quit
2016-10-28 15:10:27 -07:00
Stephen Birarda
142fc99ef0
Merge pull request #8946 from birarda/master
...
make the socket readyRead check fire more frequently
2016-10-28 15:02:15 -07:00
Zach Pomerantz
e2826d311f
fix test interface
2016-10-28 14:57:18 -07:00
Atlante45
8ebe92487a
Update being of light model
2016-10-28 14:56:36 -07:00
Brad Hefta-Gaub
cec982b004
Merge pull request #8952 from jherico/openvr_min_spec
...
Updating min spec overlay image
2016-10-28 14:47:21 -07:00
Brad Davis
93be00fe79
Updating min spec overlay
2016-10-28 14:45:24 -07:00
Zach Pomerantz
be23668ca8
delete websurfaces on shutdown
2016-10-28 14:29:52 -07:00
Ryan Huffman
dd4e06e5de
Add wentToEntry step to tutorial
2016-10-28 13:42:38 -07:00
Ryan Huffman
e3ee7a2a11
Remove stepRaiseAboveHead
2016-10-28 13:42:17 -07:00
Ryan Huffman
dd1a23ea01
Add Script.generateUUID
2016-10-28 13:42:03 -07:00
Brad Hefta-Gaub
dc836cbefc
Merge pull request #8949 from ctrlaltdavid/21090
...
Fix comment typo
2016-10-28 13:29:47 -07:00
David Rowe
9a79345493
Fix comment typo
2016-10-29 09:04:50 +13:00
Ryan Huffman
9a99cd0ec6
Add tutorialID and tutorialVersion to tutorial progress event
2016-10-28 12:53:16 -07:00
Ryan Huffman
52c74f776c
Fix race condition in BatchLoader
2016-10-28 11:40:50 -07:00
Seth Alves
e15043754c
Merge branch 'master' of github.com:highfidelity/hifi into possible-fix-for-2068
2016-10-28 11:36:09 -07:00
Andrew Meadows
fe716b3641
Merge pull request #8941 from thoys/patch-7
...
QuickFix for weird avatar when switch Vive -> Desktop mode
2016-10-28 11:14:40 -07:00
Stephen Birarda
7ddfddc567
make the socket readyRead check fire after 2s of no packets
2016-10-28 10:30:20 -07:00
howard-stearns
a64a1e2ee0
update agent script reference
2016-10-28 10:20:29 -07:00
howard-stearns
3d8bf7f11c
Merge branch 'master' of https://github.com/highfidelity/hifi into more-reliable-crowds
2016-10-28 10:18:46 -07:00
Zach Pomerantz
55a4210053
Merge pull request #8927 from davidkelly/dk/moreACAudioArtifacts
...
More AC Audio Artifacts
2016-10-28 09:03:43 -07:00
Ryan Huffman
b8cf4e9c0e
Merge pull request #8943 from ctrlaltdavid/21090
...
QA READY: Revise loading progress bar
2016-10-28 08:24:40 -07:00
David Rowe
b548e6441c
Animate progress bar without regard for amount of content left to load
2016-10-28 18:57:54 +13:00
Stephen Birarda
e2dd2d13bd
Merge pull request #8944 from birarda/master
...
debug last sequence number and socket when readyRead is stuck
2016-10-27 22:24:53 -07:00
David Rowe
610159fcbe
Improve bar for 4K displays
2016-10-28 18:20:33 +13:00
Stephen Birarda
20f042a15a
add slightly more information to last packet debug in Socket
2016-10-27 22:10:32 -07:00
David Rowe
73b2bc433d
Improve bar positions
2016-10-28 18:03:13 +13:00
Stephen Birarda
db7f5724f7
output last seq number and last socket before readyRead sticks
2016-10-27 21:50:29 -07:00
Stephen Birarda
c41af25776
Merge pull request #8939 from huffman/fix/tutorial-fixes
...
Tutorial fixes
2016-10-27 21:43:55 -07:00
Ryan Huffman
d933155c71
Fix trigger highlight configuration
2016-10-27 20:16:34 -07:00
Brad Hefta-Gaub
4f6cbf762d
Merge pull request #8942 from jherico/openvr_min_spec
...
Updates for min spec check for Steam
2016-10-27 20:08:35 -07:00
Brad Hefta-Gaub
97f622f003
Merge pull request #8940 from hyperlogic/bug-fix/web-engine-crash-when-swiching-domains
...
Fix for crash in QtWebEngineCore when rapidly switching domains
2016-10-27 20:01:31 -07:00