Seth Alves
f0fb9966ad
expose parent-joint-index to edit.js
2015-12-06 12:34:41 -08:00
Seth Alves
fff4e3e831
make SpatiallyNestable setters take values by reference
2015-12-06 12:01:30 -08:00
Seth Alves
a948ae5f19
children of avatar joints might be right, now
2015-12-06 10:48:00 -08:00
Seth Alves
edc312199d
rename a method to match convention in https://docs.google.com/document/d/1LFCmkK26JMVs8Ci33L4Yrle6lL7UU7oxthsWfddzZXQ/edit#
2015-12-06 06:16:47 -08:00
Seth Alves
50f5de3d83
Merge branch 'master' of github.com:highfidelity/hifi into parents
2015-12-06 05:44:32 -08:00
Seth Alves
9a80c4d681
call locationChanged on children of joints when joints change
2015-12-06 05:43:23 -08:00
Seth Alves
138125faab
fix-up parentJointIndex in terse logging
2015-12-06 05:42:51 -08:00
Brad Hefta-Gaub
549059dd97
Merge pull request #6571 from imgntn/earthquakes_live
...
Earthquakes Live 1.0: Visualization of USGS Earthquake Data for Past Day
2015-12-05 19:09:05 -08:00
James B. Pollack
378b71d701
dont spin by default
2015-12-05 17:51:55 -08:00
James B. Pollack
7859241ad3
spin the earth for fun
2015-12-05 17:43:13 -08:00
James B. Pollack
906540272e
disable collisions for now because of shapetype
2015-12-05 17:39:43 -08:00
Howard Stearns
188c477f7e
Fix render rate.
...
Depending on how the threads get assigned, the actual render rate (not just the stats) could be as little as a third of what is targetted.
That's because the code was insisting on an empty texture escrow before our update/render cycle could begin, and otherwise just waits for the next whole cycle.
On my MacbookPro, this was regularly giving a render average of 20fps instead of 60.
2015-12-05 17:32:32 -08:00
James B. Pollack
30b32765b9
make earth grabbable to show parenting
2015-12-05 17:32:02 -08:00
James B. Pollack
ade32cbf61
remove collisions and add parenting
2015-12-05 17:30:38 -08:00
James B. Pollack
a899fe0e1b
fix typo
2015-12-05 17:26:11 -08:00
James B. Pollack
945b5bd00f
cleanup
2015-12-05 17:11:27 -08:00
James B. Pollack
d518def974
poll by default
2015-12-05 17:01:54 -08:00
James B. Pollack
7fc3d0f34e
header
2015-12-05 16:58:50 -08:00
James B. Pollack
4a5b9bd523
start position
2015-12-05 16:57:09 -08:00
James B. Pollack
4999b34327
cleanup interval
2015-12-05 16:54:55 -08:00
James B. Pollack
f33f4cbcae
cleanup
2015-12-05 16:22:17 -08:00
James B. Pollack
1f2d726211
awesome stuff
2015-12-05 16:16:58 -08:00
Seth Alves
d518a4573e
if script sets parent or jointIndex, don't pop entity off to someplace
2015-12-05 15:15:33 -08:00
Seth Alves
1f0150f65f
add parentID and parentJointIndex to terse logging
2015-12-05 15:12:44 -08:00
Seth Alves
44285dab25
Merge branch 'master' of github.com:highfidelity/hifi into parents
2015-12-05 14:31:53 -08:00
James B. Pollack
3b6cd4c2d1
initial live earthqukes commit
2015-12-05 14:11:59 -08:00
David Rowe
404deba78d
Adjust avatar thumb root joint angle to look better
2015-12-05 16:26:21 +13:00
David Rowe
560b9f012f
Get hand positioning and orientation working again
2015-12-05 16:25:28 +13:00
Clément Brisset
2ace061893
Merge pull request #6564 from sethalves/fix-line-overlays
...
fix 3d line overlays
2015-12-04 17:38:15 -08:00
Clément Brisset
3c83f1be8b
Merge pull request #6566 from sethalves/fix-avatar-mixer-parents-crash
...
fix avatar-mixer parents-related crash
2015-12-04 17:03:15 -08:00
Seth Alves
f9d8793bab
Merge branch 'master' of github.com:highfidelity/hifi into parents
2015-12-04 16:46:05 -08:00
Seth Alves
7448d9f262
Merge pull request #6565 from hyperlogic/tony/thread-safe-rig-joint-getters
...
Make Avatar::getJointRotation and getJointTranslation thread-safe
2015-12-04 16:45:56 -08:00
Seth Alves
62b4eac875
fix avatar-mixer parents-related crash
2015-12-04 16:41:56 -08:00
Seth Alves
3828a72dc0
Merge branch 'master' of github.com:highfidelity/hifi into parents
2015-12-04 16:17:49 -08:00
Anthony J. Thibault
7abfc93ff9
Avatar::getJointRotation and getJointTranslation is thread-safe
...
It can be called from script with minimal blocking,
because it inspects a copy of the joint values from the Rig, which is updated atomically.
This copy occurs in Rig::updateAnimations()
2015-12-04 16:16:17 -08:00
Seth Alves
817f0307a0
fix 3d line overlays
2015-12-04 15:51:19 -08:00
Brad Hefta-Gaub
5bbff7534d
Merge pull request #6560 from birarda/log-handler-crash
...
don't stop a non-started timer, debug cleanup
2015-12-04 15:46:51 -08:00
Brad Hefta-Gaub
2c2813e06e
Merge pull request #6563 from howard-stearns/fix-present-rate
...
Fix present rate stats display
2015-12-04 15:27:45 -08:00
Atlante45
1d498af76e
Merge branch 'master' of https://github.com/highfidelity/hifi into baseball
2015-12-04 15:18:25 -08:00
Brad Hefta-Gaub
1eb5b21e48
fix warning
2015-12-04 15:17:16 -08:00
Anthony J. Thibault
ba001ef4b0
Rig: split Poses into internal and external sets.
...
In preparation for making some accessors thread safe.
2015-12-04 15:15:18 -08:00
howard-stearns
0a9b42ad3c
Fix present rate stats display, which was counting (roughly) twice for 2D
...
display, and flickering.
2015-12-04 15:10:46 -08:00
Brad Hefta-Gaub
2a243ccd17
Merge branch 'master' of https://github.com/highfidelity/hifi into cruftRemovalRedux
2015-12-04 14:58:38 -08:00
Brad Hefta-Gaub
be4bc7b2ca
going a different way, same packet version, but always send feature requests to old servers
2015-12-04 14:55:16 -08:00
Philip Rosedale
06c8235b19
Merge pull request #6544 from sethalves/distance-grab-adjustment
...
distance-hold adjustment
2015-12-04 14:34:10 -08:00
Brad Hefta-Gaub
7faf9c2f22
bump protocol version
2015-12-04 14:33:45 -08:00
Brad Hefta-Gaub
46946212cf
remove WANT_LOW_RES_MOVING_BIT from OctreeQuery always true
2015-12-04 14:24:31 -08:00
Stephen Birarda
ad4f818b21
only attempt to stop QTimer if active
2015-12-04 14:12:41 -08:00
Seth Alves
f940a5c1c5
Merge branch 'distance-grab-adjustment' of github.com:sethalves/hifi into parents
2015-12-04 14:11:58 -08:00
Brad Hefta-Gaub
f44a9daa21
remove WANT_DELTA from OctreeQuery
2015-12-04 14:04:57 -08:00