Andrew Meadows
|
dd2f94bc88
|
Merge pull request #5696 from birarda/sixense-fix
fix for sixense compile when not present
|
2015-09-01 19:56:03 -07:00 |
|
Anthony J. Thibault
|
7b4cb8655c
|
First pass integration of new anim system into rig.
|
2015-09-01 17:57:01 -07:00 |
|
Seth Alves
|
8608e4f2b0
|
small bug-fixes
|
2015-09-01 16:51:55 -07:00 |
|
Seth Alves
|
9256917f15
|
rebake mesh when a neighbor changes
|
2015-09-01 16:21:12 -07:00 |
|
Howard Stearns
|
0f227577b7
|
Merge pull request #5692 from sethalves/joint-bandwidth
WARNING: protocol change - reduce joint-data bandwidth
|
2015-09-01 15:58:16 -07:00 |
|
Brad Davis
|
4e0bcf5395
|
Merge pull request #5699 from highfidelity/revert-5678-addressbar
Revert "Address bar now closes when you click outside of it"
|
2015-09-01 15:36:49 -07:00 |
|
Leonardo Murillo
|
232fd72e53
|
Revert "Address bar now closes when you click outside of it"
|
2015-09-01 16:32:29 -06:00 |
|
Seth Alves
|
4ab8ac29b9
|
make terrain a doubly linked list
|
2015-09-01 15:23:47 -07:00 |
|
Seth Alves
|
264d39aa9b
|
have knitted polyvoxes keep track of low-axis neighbors as well as high
|
2015-09-01 14:49:17 -07:00 |
|
Ryan Downe Karpf
|
710f7c002e
|
Merge pull request #5678 from SeijiEmery/addressbar
Address bar now closes when you click outside of it
|
2015-09-01 14:42:19 -07:00 |
|
Ryan Downe Karpf
|
f0d69b1cdd
|
Merge pull request #5665 from ctrlaltdavid/20664
Add search radius field to entities list
|
2015-09-01 14:39:53 -07:00 |
|
Stephen Birarda
|
9a4d666b0c
|
no consts if HAVE_SIXENSE not set
|
2015-09-01 15:33:54 -06:00 |
|
Stephen Birarda
|
2ce225d76c
|
fix for sixense not present on OS X
|
2015-09-01 15:33:46 -06:00 |
|
Andrew Meadows
|
a7d57d7c60
|
cleanup whitespace
|
2015-09-01 14:31:47 -07:00 |
|
Andrew Meadows
|
4a7a384c65
|
avoid bad joints when computing bounding capsule
|
2015-09-01 14:12:14 -07:00 |
|
Seth Alves
|
7194700c0b
|
pull from upstream
|
2015-09-01 13:39:33 -07:00 |
|
Seth Alves
|
e32b9191f5
|
bump AvatarData protocol version
|
2015-09-01 13:35:58 -07:00 |
|
Seth Alves
|
6f80c484b4
|
cleanups
|
2015-09-01 13:33:19 -07:00 |
|
Seth Alves
|
76923583ee
|
Interface only sends joint data to avatar-mixer if they have changed enough since the last send
|
2015-09-01 13:31:34 -07:00 |
|
Seth Alves
|
3d7aa6f4d6
|
Merge pull request #5676 from AndrewMeadows/dubnium
remove a few warnings from linux build
|
2015-09-01 11:45:06 -07:00 |
|
Seth Alves
|
5c0cdfe049
|
Merge pull request #5651 from AndrewMeadows/copernicium
fix hand IK rotation for all models
|
2015-09-01 11:21:13 -07:00 |
|
Andrew Meadows
|
fe2d03fd37
|
merge
Conflicts:
libraries/display-plugins/src/display-plugins/OpenGLDisplayPlugin.cpp
libraries/display-plugins/src/display-plugins/stereo/StereoDisplayPlugin.cpp
libraries/shared/src/GLMHelpers.cpp
|
2015-09-01 11:17:08 -07:00 |
|
Seth Alves
|
930c5cefc9
|
fix setSphere to create a world-space sphere rather than a voxel-space one
|
2015-09-01 11:10:21 -07:00 |
|
Seth Alves
|
ca1602e443
|
if avatar is already standing on a terrain-polyvox, try creating a new one where they are facing
|
2015-09-01 11:09:46 -07:00 |
|
Andrew Meadows
|
7410baedf0
|
merge highfidelity/master into andrew/copernicium
Conflicts:
interface/src/avatar/SkeletonModel.cpp
libraries/animation/src/Rig.cpp
libraries/animation/src/Rig.h
|
2015-09-01 11:08:01 -07:00 |
|
Anthony J. Thibault
|
2401e6cc4b
|
Merge branch 'master' into ajt/new-anim-system
|
2015-09-01 10:58:38 -07:00 |
|
David Rowe
|
2b17eafef4
|
Only render display names in front of camera
|
2015-09-01 10:24:50 -07:00 |
|
Seth Alves
|
320338a13f
|
Merge branch 'master' of github.com:highfidelity/hifi into polyvox-again
|
2015-09-01 10:07:02 -07:00 |
|
Seth Alves
|
7b6d267c06
|
Merge pull request #5675 from AndrewMeadows/darmstadtium
remove PhysicsEntity class
|
2015-09-01 10:06:01 -07:00 |
|
Andrew Meadows
|
47c18fa18a
|
reduced gravity effect in IK
|
2015-09-01 09:51:14 -07:00 |
|
Andrew Meadows
|
0e5b357362
|
revert unintended change to "gravity" term in IK
|
2015-09-01 09:51:14 -07:00 |
|
Andrew Meadows
|
bdcc68ce36
|
fix bug: allow IK to iterate more than once
also changed name of parentTransform to be rootTransform
for more correctness
|
2015-09-01 09:51:14 -07:00 |
|
Andrew Meadows
|
fba7478c52
|
remove menu items for legacy IK options
|
2015-09-01 09:51:14 -07:00 |
|
Andrew Meadows
|
617e210fc6
|
fix for vive controller to place hand for IK
|
2015-09-01 09:51:14 -07:00 |
|
Andrew Meadows
|
bb63267e30
|
fix hand IK rotations or all models
|
2015-09-01 09:45:14 -07:00 |
|
Andrew Meadows
|
802b3a88c3
|
more corret cmake file for sixense
|
2015-09-01 09:45:14 -07:00 |
|
Seth Alves
|
05957cdb6b
|
Merge branch 'darmstadtium' of github.com:AndrewMeadows/hifi into polyvox-again
|
2015-09-01 09:23:27 -07:00 |
|
Seth Alves
|
0dfe6e8054
|
Merge branch 'master' of github.com:highfidelity/hifi into polyvox-again
|
2015-09-01 09:13:43 -07:00 |
|
Seth Alves
|
4cbfe96b70
|
allow a sphere set/clear to affect more than one polyvox at a time
|
2015-08-31 18:16:32 -07:00 |
|
Seth Alves
|
7369ca19e9
|
allow setting cuboid voxel spaces. clean up some locking
|
2015-08-31 18:01:15 -07:00 |
|
Seth Alves
|
6096c20db0
|
allow adding and deleting spheres
|
2015-08-31 18:00:31 -07:00 |
|
Anthony J. Thibault
|
0d98ab3365
|
Normalize scale on AnimSkeleton bind pose.
|
2015-08-31 17:27:23 -07:00 |
|
Howard Stearns
|
d003ec9c58
|
Delete collision sounds (and their threads) after use.
This has been broken ever since I added avatar collision sounds around https://github.com/highfidelity/hifi/pull/5159 or so.
|
2015-08-31 15:49:17 -07:00 |
|
Seth Alves
|
54ddcf2841
|
fix normals in shader
|
2015-08-31 15:24:30 -07:00 |
|
Seth Alves
|
4d06890d90
|
lock/unlock less
|
2015-08-31 15:24:15 -07:00 |
|
David Rowe
|
e2ee074b7a
|
Entity search uses radius, not diameter
|
2015-08-31 13:51:03 -07:00 |
|
Andrew Meadows
|
5a67865d74
|
Merge pull request #5679 from jherico/apu
Magnetic sticks and balls, rough draft
|
2015-08-31 13:17:29 -07:00 |
|
Andrew Meadows
|
de6afb4d74
|
Merge pull request #5660 from sethalves/polyvox
Polyvox improvements
|
2015-08-31 13:14:01 -07:00 |
|
Anthony J. Thibault
|
9786954585
|
Added support for onDone and onLoop triggers.
|
2015-08-31 12:13:05 -07:00 |
|
Seth Alves
|
376a6bbb21
|
don't reload textures if the url didn't change
|
2015-08-31 11:48:08 -07:00 |
|