aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* KFM: changes on update method implies other changes. Still not that good. Not...UbitUmarov2017-07-171-13/+25
* store kfm on inventory. this may still be a bit confusing on rezUbitUmarov2017-07-161-5/+6
* don't start moving KFM things on region start that where stopped on last shut...UbitUmarov2017-07-161-2/+2
* trigger moving_end also KFM stop and pauseUbitUmarov2017-07-161-0/+2
* make KFM use scheduled terse updates. This may increase some rubber band, but...UbitUmarov2017-07-161-12/+14
* mantis 8130: improve keyframes motionUbitUmarov2017-04-041-70/+63
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-4/+4
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+1
|\
| * More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-301-1/+1
| * Renamed the namespaces tooDiva Canto2015-08-301-1/+1
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-118/+10
* | bad merge?UbitUmarov2015-09-011-33/+189
|\ \ | |/ |/|
| * bug fixUbitUmarov2014-10-261-1/+6
| * fix positions on same frames transitionsUbitUmarov2014-09-191-8/+3
| * remove creative hack and try to fixUbitUmarov2014-08-131-100/+92
| * Merge branch 'avination-current'Melanie Thielker2014-07-191-15/+64
| |\
| | * Merge branch 'avination-current' of ssh://3dhosting.de/var/git/careminster in...UbitUmarov2013-09-191-1/+1
| | |\
| | | * Fix the root cause of keyframe motion region crossing offset - UpdateSceneObjectMelanie2013-08-251-21/+1
| | | * * This fixes the border crossing offsets by storing the final keyframe locati...teravus2013-08-241-2/+22
| | | * Revert "* This increases accuracy when border crossing (the reason is.. the...teravus2013-08-241-7/+7
| | | * * This increases accuracy when border crossing (the reason is.. the border ...teravus2013-08-231-7/+7
| | * | keyframe: add more locks, change timming stop, added Suspend and resumeUbitUmarov2013-06-061-15/+64
| | |/
| | * Stop sending velocity to avoid snap-backMelanie2013-05-311-1/+1
| | * Make Keyframe motion cross regions againMelanie2013-03-031-0/+1
| | * Revert "Make keyframes use the sim's frame timer"Melanie2013-02-121-8/+15
| | * Revert "Push updates from keyframe directly to the front of the output queue ...Melanie2013-02-121-6/+6
| | * Push updates from keyframe directly to the front of the output queue ratherMelanie2013-02-121-6/+6
| | * Make keyframes use the sim's frame timerMelanie2013-02-111-15/+8
| | * Refactor KeyframeMotion to use one timer class per sceneMelanie2013-02-111-20/+75
| | * Change keyframe motion to use a single timer for all objects. This is requiredMelanie2013-01-301-236/+229
| | * Send moving_end event to scripts when keyframed motion ends.Melanie2013-01-271-0/+10
| | * go back bypassing sog updates control (test)UbitUmarov2013-01-111-12/+12
| | * same for AngularVelocity. Use normal terse updates in place of sendingUbitUmarov2013-01-111-10/+18
| | * keyframe. Don't use group UpdateRotation since this enqueues a terseUbitUmarov2013-01-111-2/+6
| | * normalize quaternion.Slerp outputsUbitUmarov2012-10-101-0/+1
| | * move keyframemotion.copy from sop.copy to sog.copy, where there isUbitUmarov2012-08-301-2/+2
| | * [possible still bad] make use of keyframemotion.copy on sop.copy, replacingUbitUmarov2012-08-301-25/+33
| | * A few more changes to keyframesUbitUmarov2012-08-291-61/+113
| | * [Potentially broken] keyframes changes.. since it's there, use timer forUbitUmarov2012-08-291-115/+165
| | * [possible still very broken] mess around keyframes. timer eventsUbitUmarov2012-08-281-103/+265
| | * fix incoerence btw KFM_TRANSLATION and ROTATION LSL constants and internalUbitUmarov2012-08-261-2/+2
| | * Make llSetKeyframedMotion prims waut at the borders of down sims and try againMelanie2012-02-261-0/+12
| | * Implement proper selection behaviorMelanie2012-02-261-0/+31
| | * Fix deserialization of Buoyancy, Force and Torque. Remove debug from the newMelanie2012-02-261-1/+0
| | * Serialize Keyframe motion for region crossingsMelanie2012-02-261-3/+68
| | * Implement llSetKeyframedMotion. No persistence, no region crossing. Yet.Melanie2012-02-261-0/+315
| * * This fixes the border crossing offsets by storing the final keyframe locati...teravus2013-09-161-2/+22
* | Fix multiple moving_end and add moving_start to llSetKeyframedMotionJeff Kelley2015-08-201-10/+15
* | Close streams immediately when we finish using themOren Hurvitz2014-07-211-21/+25
* | Fixed KeyframeMotion to work with very slow movement.Oren Hurvitz2014-04-221-25/+33