OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) f08aad8a40 For now, disable mechanism to limit avatar animation updates since this causes avatars to never reach the correct animation after some actions.
This reverts to situation where animation updates are made each frame on SP.PhysicsCollisionUpdate (though a packet is only sent if the anim actually changes).
m_updateCount was not being update on various avatar state changes, causing the correct animations to never be sent.
Always setting in HandleAgentUpdate() is not enough since the avatar is continually sending AgentUpdate packets.
One would need to identify all the conditions under which animations need to play out and set m_updateCount appropriately in SP.HandleAgentUpdate()
2011-12-03 01:47:12 +00:00
..
Application
ClientStack
CoreModules
DataSnapshot
Framework For now, disable mechanism to limit avatar animation updates since this causes avatars to never reach the correct animation after some actions. 2011-12-03 01:47:12 +00:00
OptionalModules
Physics
RegionCombinerModule
ReplaceableModules
ScriptEngine Use agent.Animator.CurrentMovementAnimation in llGetAgentInfo() rather than asking for a new determination 2011-12-03 00:33:24 +00:00
UserStatistics