aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-10normalize quaternion.Slerp outputsUbitUmarov1-0/+1
2012-08-30move keyframemotion.copy from sop.copy to sog.copy, where there isUbitUmarov1-2/+2
2012-08-30[possible still bad] make use of keyframemotion.copy on sop.copy, replacingUbitUmarov1-25/+33
2012-08-29 A few more changes to keyframesUbitUmarov1-61/+113
2012-08-29[Potentially broken] keyframes changes.. since it's there, use timer forUbitUmarov1-115/+165
2012-08-28[possible still very broken] mess around keyframes. timer eventsUbitUmarov1-103/+265
2012-08-26 fix incoerence btw KFM_TRANSLATION and ROTATION LSL constants and internalUbitUmarov1-2/+2
2012-06-08Revert "Add a frame based watchdog function to keyframed motion"Melanie1-20/+0
2012-06-08Add a frame based watchdog function to keyframed motionMelanie1-0/+20
2012-02-26Make llSetKeyframedMotion prims waut at the borders of down sims and try againMelanie1-0/+12
2012-02-26Implement proper selection behaviorMelanie1-0/+31
2012-02-26Implement KeyframedMotion selection behaviorMelanie1-0/+31
2012-02-26Fix deserialization of Buoyancy, Force and Torque. Remove debug from the newMelanie1-1/+0
2012-02-26Serialize Keyframe motion for region crossingsMelanie1-3/+68
2012-02-26Implement llSetKeyframedMotion. No persistence, no region crossing. Yet.Melanie1-0/+315