Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |