Zach Pomerantz
791d295578
Move paint shader functions to Paint.slh
2016-02-19 11:48:44 -08:00
Zach Pomerantz
9daefbdb94
Fix grid antialiasing
2016-02-19 11:39:11 -08:00
Chris Collins
75429e39bc
Merge pull request #7139 from hyperlogic/tony/better-vive-tracking
...
OpenVRDisplayPlugin: predict poses for better tracking
2016-02-19 11:36:06 -08:00
Seth Alves
fea60499d4
rename poorly named variable
2016-02-19 11:32:59 -08:00
Chris Collins
1fe9bb2c6c
Merge pull request #7142 from howard-stearns/null-audio-injector
...
null audio injector
2016-02-19 11:32:01 -08:00
Zach Pomerantz
07a5c7bd16
Update grid shader for major/minor lines
2016-02-19 11:22:01 -08:00
Howard Stearns
fcdc6dd6fa
When we don't make an audo injector (because we're at a limit), make sure the value returned to scripts is null.
2016-02-19 10:54:53 -08:00
Andrew Meadows
c53e583bf4
Merge pull request #7129 from hyperlogic/tony/no-hands-in-body
...
Prevent avatar's wrists from entering torso
2016-02-19 10:53:12 -08:00
samcake
04543e7b0e
Merge pull request #7138 from zzmp/fix/render-debug
...
Update render/debug.js
2016-02-19 10:10:43 -08:00
Seth Alves
ee5a82f9b8
call simulate from setScaleInternal rather than just initJointTransforms so the scale change is visible
2016-02-19 10:05:22 -08:00
Seth Alves
01d3977bf1
make avatars shrink faster
2016-02-19 10:04:58 -08:00
howard-stearns
c866d17907
Merge branch 'master' of https://github.com/highfidelity/hifi into audio-output-buffer
2016-02-19 09:46:29 -08:00
Ryan Huffman
69a953725e
Merge pull request #7132 from imgntn/edit-precision-things
...
Revert step size change in edit.js
2016-02-19 08:20:04 -08:00
Brad Hefta-Gaub
d1e1067e5a
allow hydra mouse to know the correct size of screen to target
2016-02-18 22:30:31 -08:00
Brad Hefta-Gaub
dd8e5fd199
removed dead code
2016-02-18 20:21:42 -08:00
Brad Hefta-Gaub
bc5d4cfb7f
better handling of mouse capture to account for overlapping child windows
2016-02-18 20:20:30 -08:00
Brad Hefta-Gaub
3a5ee1db8c
Merge pull request #7140 from jherico/qml_mm
...
Add a QML document referencing the QML multimedia types
2016-02-18 19:08:24 -08:00
Brad Davis
6f364de062
Add a QML document referencing the QML multimedia types to force inclusion in the build
2016-02-18 18:39:25 -08:00
Zach Pomerantz
2dd1cf2f15
Update Render.fromJSON to Render.load
2016-02-18 18:21:26 -08:00
ericrius1
33a232edde
got rid of magic numbers
2016-02-18 18:17:37 -08:00
Anthony Thibault
93f61fce7a
OpenVRDisplayPlugin: predict poses for better tracking
...
Extrapolate the next set of poses for HMD and hand controllers.
Currently we predict 44ms into the future, this seems too high, however
it was discovered by inspection to be the best value.
Obviously there is a source of latency that we need to track down,
however even with this latency, it is a much improved experience.
2016-02-18 18:00:04 -08:00
Zach Pomerantz
981d4d37ca
Update render/debug.js
...
- Add a toggle for the entire UI
- Set items sliders minimums to -1
- Fix off-by-one with debug buffer radios
2016-02-18 17:45:55 -08:00
Brad Hefta-Gaub
0de5c1cf71
don't capture the mouse if you're not the active window or if a menu is popped up
2016-02-18 17:11:40 -08:00
James B. Pollack
d73728ae78
add to browser
2016-02-18 16:58:34 -08:00
James B. Pollack
4b29921e63
media!
2016-02-18 16:41:29 -08:00
howard-stearns
adb33e7dca
Up default initial buffer frame size to the value from before.
2016-02-18 16:32:18 -08:00
Zach Pomerantz
2d1c676a8b
Add qHash for Vec2FloatPair
2016-02-18 16:17:24 -08:00
ericrius1
d0660fc90a
logging
2016-02-18 16:17:22 -08:00
howard-stearns
162be13914
Don't keep adding signal connections. More logging.
2016-02-18 16:14:03 -08:00
ericrius1
bc0216633e
more logging
2016-02-18 16:10:12 -08:00
ericrius1
c3a687e294
ac test
2016-02-18 16:06:53 -08:00
Zach Pomerantz
af791e8f72
Make grid overlays unpickable
2016-02-18 15:50:18 -08:00
Zach Pomerantz
b68213f9bf
Reintroduce grid to edit.js
2016-02-18 15:48:25 -08:00
Zach Pomerantz
0c1353e6cc
Update grid overlay to use new renderGrid, sane properties
2016-02-18 15:48:23 -08:00
ericrius1
b0664b587f
bumped injector count
2016-02-18 15:39:38 -08:00
Brad Hefta-Gaub
adcadedc65
slight rework of handleRealMouseMoveEvent
2016-02-18 14:40:55 -08:00
ericrius1
efbb5ec967
updated test
2016-02-18 12:14:30 -08:00
Brad Hefta-Gaub
843039f741
fix mac warnings
2016-02-18 12:04:38 -08:00
ericrius1
ec1c7925c0
updated logging
2016-02-18 12:02:22 -08:00
Brad Hefta-Gaub
935af6d2cc
clean up debug logs
2016-02-18 12:01:03 -08:00
ericrius1
1d9b3fadaf
more logging
2016-02-18 12:00:24 -08:00
ericrius1
eabeb98076
injector load
2016-02-18 11:50:26 -08:00
howard-stearns
30ae1950d2
Merge branch 'master' of https://github.com/highfidelity/hifi into audio-output-buffer
2016-02-18 11:35:41 -08:00
Zach Pomerantz
f79fc30b83
Update audioscope to use new renderGrid
2016-02-18 11:30:53 -08:00
Zach Pomerantz
2bfbf1b5fd
Reimplement renderGrid to use frag shader
2016-02-18 11:30:03 -08:00
Brad Hefta-Gaub
0467930c57
Merge branch 'master' of https://github.com/highfidelity/hifi into hmdHacking
...
Conflicts:
examples/controllers/handControllerGrab.js
2016-02-18 10:30:43 -08:00
Anthony J. Thibault
613b60658e
Rig: prevent normalization of a zero vector
2016-02-18 10:24:36 -08:00
Brad Hefta-Gaub
c4fc3e4057
more work on dragging in hmd
2016-02-18 10:07:37 -08:00
Chris Collins
e3ae2baa7b
Merge pull request #7123 from ericrius1/editProps
...
added collidesWith property to entities list
2016-02-18 09:11:18 -08:00
James B. Pollack
acaa824cb5
but only position
2016-02-18 09:00:39 -08:00