diff options
author | diva | 2009-02-18 01:49:18 +0000 |
---|---|---|
committer | diva | 2009-02-18 01:49:18 +0000 |
commit | 3f25128e77af2a53e765436454b8fddeb8f88894 (patch) | |
tree | 461d17a9e357e262a08583789617749986978881 /OpenSim/Region/Framework/Interfaces | |
parent | Makes SP.CopyFrom a bit more robust with respect to sims in older versions wh... (diff) | |
download | opensim-SC-3f25128e77af2a53e765436454b8fddeb8f88894.zip opensim-SC-3f25128e77af2a53e765436454b8fddeb8f88894.tar.gz opensim-SC-3f25128e77af2a53e765436454b8fddeb8f88894.tar.bz2 opensim-SC-3f25128e77af2a53e765436454b8fddeb8f88894.tar.xz |
Adds support for preserving animations on region crossings and TPs.
Known issue: after TP, the self client doesn't see the animations going, but others can see them. So there's a bug there (TPs only, crossings seem to be all fine).
Untested: did not test animation overriders; only tested playing animations from the viewer.
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IInterregionComms.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs b/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs index 0b62df2..15268c1 100644 --- a/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs +++ b/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs | |||
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | using OpenMetaverse; | 28 | using OpenMetaverse; |
29 | using OpenSim.Framework; | 29 | using OpenSim.Framework; |
30 | using OpenSim.Region.Framework.Scenes; | ||
30 | 31 | ||
31 | namespace OpenSim.Region.Framework.Interfaces | 32 | namespace OpenSim.Region.Framework.Interfaces |
32 | { | 33 | { |