Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Keyframe motion cross regions again | Melanie | 2013-03-03 | 1 | -0/+1 |
| | |||||
* | Revert "Make keyframes use the sim's frame timer" | Melanie | 2013-02-12 | 1 | -8/+15 |
| | | | | This reverts commit e85a6237bfc0f00de4a183e29e515fa5baf1aa7f. | ||||
* | Revert "Push updates from keyframe directly to the front of the output queue ↵ | Melanie | 2013-02-12 | 1 | -6/+6 |
| | | | | | | rather" This reverts commit 04235e58e87ae42617111cad2884e42785914d4e. | ||||
* | Push updates from keyframe directly to the front of the output queue rather | Melanie | 2013-02-12 | 1 | -6/+6 |
| | | | | than through the update system. | ||||
* | Make keyframes use the sim's frame timer | Melanie | 2013-02-11 | 1 | -15/+8 |
| | |||||
* | Refactor KeyframeMotion to use one timer class per scene | Melanie | 2013-02-11 | 1 | -20/+75 |
| | |||||
* | Change keyframe motion to use a single timer for all objects. This is required | Melanie | 2013-01-30 | 1 | -236/+229 |
| | | | | | to prevent slippage between objects that are meant to move synchronously or keep their relative positions/rotations. | ||||
* | Send moving_end event to scripts when keyframed motion ends. | Melanie | 2013-01-27 | 1 | -0/+10 |
| | |||||
* | go back bypassing sog updates control (test) | UbitUmarov | 2013-01-11 | 1 | -12/+12 |
| | |||||
* | same for AngularVelocity. Use normal terse updates in place of sending | UbitUmarov | 2013-01-11 | 1 | -10/+18 |
| | | | | imediatly. If that's good for physics, needs to be good for this | ||||
* | keyframe. Don't use group UpdateRotation since this enqueues a terse | UbitUmarov | 2013-01-11 | 1 | -2/+6 |
| | | | | update and we are sending them imediatly | ||||
* | normalize quaternion.Slerp outputs | UbitUmarov | 2012-10-10 | 1 | -0/+1 |
| | |||||
* | move keyframemotion.copy from sop.copy to sog.copy, where there is | UbitUmarov | 2012-08-30 | 1 | -2/+2 |
| | | | | newgroup information avaiable. | ||||
* | [possible still bad] make use of keyframemotion.copy on sop.copy, replacing | UbitUmarov | 2012-08-30 | 1 | -25/+33 |
| | | | | | fromdata(seralize). for now its called with null group since sop.copy() hasn't usable new group information, so for copied keyframes be fully operational UpdateSceneObject(newgroup) needs to be called on them. | ||||
* | A few more changes to keyframes | UbitUmarov | 2012-08-29 | 1 | -61/+113 |
| | |||||
* | [Potentially broken] keyframes changes.. since it's there, use timer for | UbitUmarov | 2012-08-29 | 1 | -115/+165 |
| | | | | crossing retries and not still another thread, etc... | ||||
* | [possible still very broken] mess around keyframes. timer events | UbitUmarov | 2012-08-28 | 1 | -103/+265 |
| | | | | threads overlaps, some null objects exceptions, region crossing... | ||||
* | fix incoerence btw KFM_TRANSLATION and ROTATION LSL constants and internal | UbitUmarov | 2012-08-26 | 1 | -2/+2 |
| | | | | DataFormat enum, using values from the KFM constants | ||||
* | Make llSetKeyframedMotion prims waut at the borders of down sims and try again | Melanie | 2012-02-26 | 1 | -0/+12 |
| | | | | periodically. | ||||
* | Implement proper selection behavior | Melanie | 2012-02-26 | 1 | -0/+31 |
| | |||||
* | Fix deserialization of Buoyancy, Force and Torque. Remove debug from the new | Melanie | 2012-02-26 | 1 | -1/+0 |
| | | | | code. | ||||
* | Serialize Keyframe motion for region crossings | Melanie | 2012-02-26 | 1 | -3/+68 |
| | |||||
* | Implement llSetKeyframedMotion. No persistence, no region crossing. Yet. | Melanie | 2012-02-26 | 1 | -0/+315 |