Commit graph

24573 commits

Author SHA1 Message Date
Philip Rosedale
d16b9ebc7a Merge pull request #4730 from ctrlaltdavid/20520
CR for 20520 - Velocity filter DDE eyebrows
2015-04-30 13:45:33 -07:00
David Rowe
807eab9fc4 Fix typo 2015-04-30 12:59:09 -07:00
David Rowe
b6890be73d Adjust eyebrow filter strength 2015-04-30 08:06:46 -07:00
David Rowe
42a4fd8884 Add velocity filtering of DDE eyebrows 2015-04-30 07:55:02 -07:00
Philip Rosedale
5458ccd445 Merge pull request #4728 from ericrius1/mouseGrab
fixed bug in grab.js where drop line overlay was not showing in correct ...
2015-04-29 22:24:36 -07:00
Eric Levin
2b9ec8b6bf fixed bug in grab.js where drop line overlay was not showing in correct position on first grab 2015-04-29 22:13:26 -07:00
Brad Hefta-Gaub
40d2e97d44 Merge pull request #4673 from ctrlaltdavid/20496
CR for 20496 - Modify lobby.js to work as avatar selector
2015-04-29 21:51:08 -07:00
Brad Hefta-Gaub
f093c9e535 Merge pull request #4727 from huffman/edit-speedup
Update edit.js to buffer mouseMove events
2015-04-29 21:46:27 -07:00
Brad Hefta-Gaub
74c569ec10 Merge pull request #4726 from sethalves/assignment-client-exits
assignment-clients exit cleanly when they receive sigterm
2015-04-29 21:46:11 -07:00
Seth Alves
09eea83461 don't give timers owners while also keeping track of them in as class instance variables 2015-04-29 19:18:58 -07:00
Ryan Huffman
0d2991b9b0 Update edit.js to buffer mouseMove events
This helps keep events from getting backed up on the event queue by
handling move events in the update() loop and dropping extra move events
that might come before an update.
2015-04-29 16:24:36 -07:00
Seth Alves
3c2894adb3 Merge branch 'master' of github.com:highfidelity/hifi into assignment-client-exits 2015-04-29 15:59:53 -07:00
Seth Alves
b041fd1b7f AssignmentClientMonitor now waits() on children 2015-04-29 15:58:56 -07:00
Seth Alves
69766f6e59 cleanups 2015-04-29 15:34:31 -07:00
Seth Alves
e985f56b12 cleanups 2015-04-29 15:30:13 -07:00
Seth Alves
009bb9dc71 all 4 types of assignment-client appear to exit cleanly, now 2015-04-29 15:16:00 -07:00
Philip Rosedale
5e76e01b20 Merge pull request #4723 from ericrius1/mouseGrab
added grab.js script, which allows users to grab and fling physical obje...
2015-04-29 15:10:43 -07:00
Seth Alves
e7d8bccd5d cleanups 2015-04-29 12:03:54 -07:00
Seth Alves
d2cd4fc405 types 0 and 1 exit cleanly, type 6 crashes 2015-04-29 11:56:45 -07:00
Andrew Meadows
5a388a0c14 Merge pull request #4722 from birarda/avatar-mixer-debug
add option to display AvatarData receive stats with display name
2015-04-29 10:00:24 -07:00
Stephen Birarda
e933ab2e84 update win required version of OpenSSL 2015-04-29 09:59:20 -07:00
Stephen Birarda
36a26ad416 update BUILD.md for new OpenSSL req 2015-04-29 09:58:54 -07:00
Eric Levin
489fbaac57 added grab.js to defaultScripts.js 2015-04-29 09:45:58 -07:00
Eric Levin
8b9236a18d added grab.js script, which allows users to grab and fling physical objects 2015-04-29 09:44:22 -07:00
Stephen Birarda
61b4025526 remove the uneeded curly braces for default ctor 2015-04-29 09:33:23 -07:00
Seth Alves
b2e99b754f Merge branch 'master' of github.com:highfidelity/hifi into assignment-client-exits 2015-04-29 08:23:27 -07:00
Brad Hefta-Gaub
7414201845 Merge pull request #4721 from ctrlaltdavid/20514
DO NOT MERGE - QA for 20514 - Move "Stereo Audio" option into developerMenu.js
2015-04-28 20:44:09 -07:00
Brad Hefta-Gaub
b422ffe528 Merge pull request #4719 from ericrius1/avatarRange
Added ability to check if an avatar is within specified range of a posit...
2015-04-28 20:39:03 -07:00
Seth Alves
02fd9987c7 rework audio mixer so it can exit cleanly 2015-04-28 18:38:41 -07:00
Stephen Birarda
1995fa6a5e fix return value comment in SimpleMovingAverage 2015-04-28 18:28:12 -07:00
Stephen Birarda
c52426385d code review comments for #4713 2015-04-28 18:28:05 -07:00
Stephen Birarda
f9a25d7089 add Menu option to toggle Avatar receive stats 2015-04-28 18:27:54 -07:00
Stephen Birarda
f2dcacffd0 show avatar data receive rate by default with display name 2015-04-28 18:27:42 -07:00
Philip Rosedale
cd159b7ae2 Merge pull request #4690 from AndrewMeadows/bispinor
use fallback avatar movement logic when skeleton model still downloading
2015-04-28 17:45:09 -07:00
samcake
ff2b1af18c Merge pull request #4720 from ZappoMan/hackTest
Fix entities rendering wrong when avatar scale !== 1.0
2015-04-28 17:30:15 -07:00
Stephen Birarda
404cd67bb7 Merge pull request #4716 from sethalves/assignment-client-exits
assignment-client shouldn't try to save contents of its nonexistent address bar
2015-04-28 19:40:44 -04:00
ZappoMan
664d126465 remove scale from Camera class since it was only used by avatar and was causing problems with no obvious benefit 2015-04-28 16:34:33 -07:00
ZappoMan
aec0bd1693 dont change camera scale with avatar scale 2015-04-28 16:26:17 -07:00
Andrew Meadows
ce7bad40ac Merge pull request #4717 from ZappoMan/backupErrors
add call to perror() to get OS level error details on failed backups
2015-04-28 16:01:01 -07:00
samcake
85cd6cbff2 Merge pull request #4700 from jherico/vr_menus
VR menus
2015-04-28 15:59:46 -07:00
Andrew Meadows
a121ac08b3 Merge pull request #4715 from jherico/audio_crash
Attempting to resolve possible crash case for scripts playing sounds
2015-04-28 15:58:54 -07:00
Andrew Meadows
5537c9e042 merge upstream/master into andrew/bispinor
Conflicts:
	libraries/physics/src/DynamicCharacterController.cpp
2015-04-28 15:18:02 -07:00
ZappoMan
bfbad539e0 hack test 2015-04-28 14:54:58 -07:00
Eric Levin
342d3576c9 Added ability to check if an avatar is within specified range of a position from javascript 2015-04-28 14:46:39 -07:00
David Rowe
9576ad19a7 Move "Stereo Audio" option into developerMenu.js
And rename it "Stereo Input" to better relect what it does.
2015-04-28 14:14:10 -07:00
ZappoMan
512a109023 add call to perror() to get OS level error details on failed backups 2015-04-28 13:48:51 -07:00
Seth Alves
a234c02d7d Merge branch 'master' of github.com:highfidelity/hifi into assignment-client-exits 2015-04-28 13:41:56 -07:00
Seth Alves
28ad80936a assignment-client shouldn't try to save contents of its nonexistent address bar. interface still needs to save the address. 2015-04-28 13:21:14 -07:00
Brad Davis
2575352485 Attempting to resolve possible crash case for scripts playing sounds 2015-04-28 12:51:01 -07:00
Philip Rosedale
20d77fae3c Merge pull request #4704 from sethalves/assignment-scripts-can-rez
Assignment scripts can rez
2015-04-28 12:15:19 -07:00