overte-thingvellir/libraries
Anthony J. Thibault 559ac6786d Fix MyAvatar getting stuck in T-pose on loading
Before this change, there was a race condition between the main thread calling Model::initWhenReady,
and the render thread calling Avatar::fixupModelsInScene().  They both would end up setting the
Model::_addedToScene flag.  This race caused Model::initWhenReady() to never return true, which
resulted in the MyAvatar class never initializing the animation system.
2017-09-08 11:44:06 -07:00
..
animation
audio
audio-client Merge pull request #10937 from kencooke/zzmp-audio/peak-values 2017-09-07 11:58:50 -07:00
auto-updater
avatars
avatars-renderer Fix MyAvatar getting stuck in T-pose on loading 2017-09-08 11:44:06 -07:00
controllers
display-plugins
embedded-webserver
entities Merge branch 'master' into 21484 2017-08-31 14:59:30 -07:00
entities-renderer Fixed missing semi colon 2017-09-01 08:20:54 +03:00
fbx
gl
gpu
gpu-gl
image
input-plugins
ktx
midi
model
model-networking Fixes hmd preview when resizing 2017-07-12 16:49:26 -07:00
networking PR-11290 didn't actually bump protocol version 2017-09-01 17:26:32 -07:00
octree
physics fix comment 2017-08-30 17:53:55 -07:00
plugins
procedural Threaded rendering & entity rendering refactor 2017-08-24 13:34:34 -07:00
recording
render
render-utils Hook up bounding box rendering to Selection Scripting Interface 2017-08-30 14:54:23 -07:00
script-engine
shared Merge pull request #11282 from sethalves/fix-winking-dynamic-children-1 2017-09-05 10:02:47 -07:00
trackers
ui Fix potential crash on asynchronous QML loads 2017-09-07 09:53:21 -07:00
ui-plugins