aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Close streams immediately when we finish using themOren Hurvitz2014-08-021-21/+25
|
* Fixed KeyframeMotion to work with very slow movement.Oren Hurvitz2014-04-221-25/+33
| | | | | | Previously, if the movement speed was below 0.05/sec then it didn't work correctly. Fixes http://opensimulator.org/mantis/view.php?id=7117
* Don't start KeyframeMotion timers until all the regions are ready. This ↵Oren Hurvitz2014-03-111-2/+28
| | | | prevents problems in megaregions (prims that think they've crossed over to other regions).
* minor: remove mono compiler warnings related to keyframe codeJustin Clark-Casey (justincc)2013-07-081-6/+3
|
* Fix keyframe motion copyrightMelanie2013-06-061-3/+26
|
* Committing Avination's Keyframe module. This is not hooked up yet and will ↵Melanie2013-06-061-0/+766
do nothing. More commits to follow.