overte-AleziaKurdis/libraries
Anthony J. Thibault 1068637d39 Fix for avatars that are stuck in idle pose for observers
The problem can occur because the default constructor for the NetworkAnimState does not initialize the blendTime member.
This can cause the avatar to remain stuck in an idle pose for observers when blendTime happens to be randomly initialzied to a large negative floating point value.
To fix this we explicitly initialize it to FLT_MAX.

Additionally, a debug print has been added to help diagnose this issue if it occurs again.
2019-10-01 14:28:10 -07:00
..
animation Fix for avatars that are stuck in idle pose for observers 2019-10-01 14:28:10 -07:00
audio DEV-613: Remove unnecessary audio injector logging 2019-09-19 11:17:39 -07:00
audio-client addressing cr comments 2019-09-25 13:22:50 -07:00
auto-updater
avatars remove old/unused eyetracker code 2019-09-17 09:43:20 -07:00
avatars-renderer Fix for avatars that are stuck in idle pose for observers 2019-10-01 14:28:10 -07:00
baking TIL that std::vector<bool> is a bit field 2019-09-10 16:31:30 -07:00
controllers input action channels for eyes and eyelids and fingers. connect eyelid input actions to blendshapes. 2019-09-17 09:43:20 -07:00
display-plugins where possible (in OpenGLDisplayPLugin) remove the need for the eye specific function and keep it in the HMD display plugin for the case of the POinter drawcall 2019-09-09 13:43:32 -07:00
embedded-webserver fix issue with .json.gz files failing to upload properly 2019-07-26 13:55:59 -07:00
entities beware null sessionID 2019-09-19 08:25:01 -07:00
entities-renderer Merge pull request #16190 from danteruiz/fix-html 2019-09-13 12:35:29 -07:00
fbx
gl PR feedback 2019-08-01 16:57:54 -07:00
gpu Address the procedural to populate all reflection versions with user uniforms bindings and make EnigneInspector works correctly 2019-08-13 18:47:57 -07:00
gpu-gl Addressing review comments 2019-08-14 10:28:42 -07:00
gpu-gl-common Merge branch 'master' of github.com:highfidelity/hifi into toulouse 2019-08-13 10:00:59 -07:00
gpu-gles
graphics Adding a clamp to 0 to the computed y coordinate while unpacking the normal map 2019-09-06 10:57:54 -07:00
graphics-scripting Fix not being able to use both QVector<unsigned int> and QVector<glm::uint32> in scripting 2019-08-05 10:31:13 -07:00
hfm Fix FBXBaker failing when an unbaked mesh is empty 2019-09-10 15:22:54 -07:00
image
input-plugins
ktx
material-networking Tidy entities' "unlit" properties 2019-07-23 11:02:43 +12:00
midi
model-baker Merge pull request #16171 from sabrina-shanman/bug_oven_draco 2019-09-12 12:37:49 -07:00
model-networking
networking Merge pull request #16256 from SimonWalton-HiFi/supress-repeated-socket-logging 2019-09-27 12:45:17 -07:00
octree missing space 2019-08-26 13:20:56 -07:00
oculusMobile
oculusMobilePlugin
physics don't forget to cleanup expired mortal entities 2019-09-24 14:00:21 -07:00
platform Remove useless variable 2019-08-14 11:54:39 -07:00
plugins Merge branch 'hifi-master' into kpi-v1-modkit-rc 2019-07-26 01:36:52 -04:00
pointers Merge pull request #16025 from sabrina-shanman/picks_debug 2019-08-07 12:01:26 -07:00
procedural Address the procedural to populate all reflection versions with user uniforms bindings and make EnigneInspector works correctly 2019-08-13 18:47:57 -07:00
qml BUGZ-1398: Tablet access to local HTML https://youtu.be/7EWQOeQf32U 2019-09-05 11:43:43 -07:00
recording Code review 2019-09-25 07:50:56 +12:00
render avoid using explicit dialects when we want just a default one 2019-08-13 15:45:24 -07:00
render-utils allow drawing DebugDraw spheres with a specific size 2019-09-17 09:43:19 -07:00
script-engine Implement Recording.setPlayerVolume() 2019-09-24 12:52:51 +12:00
shaders Address the procedural to populate all reflection versions with user uniforms bindings and make EnigneInspector works correctly 2019-08-13 18:47:57 -07:00
shared Merge pull request #16144 from luiscuenca/addLookAtThirdCamera 2019-09-20 13:03:03 -07:00
task Fix up Workload JSDoc stubs 2019-09-12 11:02:10 +12:00
test-utils
trackers remove old/unused eyetracker code 2019-09-17 09:43:32 -07:00
ui Merge branch 'master' into dev469 2019-09-24 15:38:07 -07:00
ui-plugins
workload add trace stats for workload region sizes 2019-09-16 15:37:46 -07:00