aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorUbitUmarov2013-01-11 18:18:22 +0000
committerUbitUmarov2013-01-11 18:18:22 +0000
commita892dbba63fe85e36d242e5f7dc41bc37aaafc9e (patch)
tree74e8c24e4ce9153549dc17e56146018997a12c81 /OpenSim
parentupdate the last information sent in terse updates where they are sent to all (diff)
downloadopensim-SC_OLD-a892dbba63fe85e36d242e5f7dc41bc37aaafc9e.zip
opensim-SC_OLD-a892dbba63fe85e36d242e5f7dc41bc37aaafc9e.tar.gz
opensim-SC_OLD-a892dbba63fe85e36d242e5f7dc41bc37aaafc9e.tar.bz2
opensim-SC_OLD-a892dbba63fe85e36d242e5f7dc41bc37aaafc9e.tar.xz
go back bypassing sog updates control (test)
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Framework/Scenes/KeyframeMotion.cs24
1 files changed, 12 insertions, 12 deletions
diff --git a/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs b/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs
index 43f46d1..5cfba39 100644
--- a/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs
+++ b/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs
@@ -346,8 +346,8 @@ namespace OpenSim.Region.Framework.Scenes
346 346
347 m_group.RootPart.Velocity = Vector3.Zero; 347 m_group.RootPart.Velocity = Vector3.Zero;
348 m_group.RootPart.AngularVelocity = Vector3.Zero; 348 m_group.RootPart.AngularVelocity = Vector3.Zero;
349// m_group.SendGroupRootTerseUpdate(); 349 m_group.SendGroupRootTerseUpdate();
350 m_group.RootPart.ScheduleTerseUpdate(); 350// m_group.RootPart.ScheduleTerseUpdate();
351 m_frames.Clear(); 351 m_frames.Clear();
352 } 352 }
353 353
@@ -358,8 +358,8 @@ namespace OpenSim.Region.Framework.Scenes
358 358
359 m_group.RootPart.Velocity = Vector3.Zero; 359 m_group.RootPart.Velocity = Vector3.Zero;
360 m_group.RootPart.AngularVelocity = Vector3.Zero; 360 m_group.RootPart.AngularVelocity = Vector3.Zero;
361// m_group.SendGroupRootTerseUpdate(); 361 m_group.SendGroupRootTerseUpdate();
362 m_group.RootPart.ScheduleTerseUpdate(); 362// m_group.RootPart.ScheduleTerseUpdate();
363 363
364 } 364 }
365 365
@@ -491,8 +491,8 @@ namespace OpenSim.Region.Framework.Scenes
491 if (m_group.RootPart.Velocity != Vector3.Zero) 491 if (m_group.RootPart.Velocity != Vector3.Zero)
492 { 492 {
493 m_group.RootPart.Velocity = Vector3.Zero; 493 m_group.RootPart.Velocity = Vector3.Zero;
494// m_group.SendGroupRootTerseUpdate(); 494 m_group.SendGroupRootTerseUpdate();
495 m_group.RootPart.ScheduleTerseUpdate(); 495// m_group.RootPart.ScheduleTerseUpdate();
496 496
497 } 497 }
498 m_inOnTimer = false; 498 m_inOnTimer = false;
@@ -629,8 +629,8 @@ namespace OpenSim.Region.Framework.Scenes
629 } 629 }
630 630
631 if (update) 631 if (update)
632// m_group.SendGroupRootTerseUpdate(); 632 m_group.SendGroupRootTerseUpdate();
633 m_group.RootPart.ScheduleTerseUpdate(); 633// m_group.RootPart.ScheduleTerseUpdate();
634 634
635 635
636 } 636 }
@@ -681,8 +681,8 @@ namespace OpenSim.Region.Framework.Scenes
681 if (m_group.RootPart.Velocity != Vector3.Zero) 681 if (m_group.RootPart.Velocity != Vector3.Zero)
682 { 682 {
683 m_group.RootPart.Velocity = Vector3.Zero; 683 m_group.RootPart.Velocity = Vector3.Zero;
684// m_group.SendGroupRootTerseUpdate(); 684 m_group.SendGroupRootTerseUpdate();
685 m_group.RootPart.ScheduleTerseUpdate(); 685// m_group.RootPart.ScheduleTerseUpdate();
686 } 686 }
687 } 687 }
688 688
@@ -693,8 +693,8 @@ namespace OpenSim.Region.Framework.Scenes
693 if (m_group != null) 693 if (m_group != null)
694 { 694 {
695 m_group.RootPart.Velocity = Vector3.Zero; 695 m_group.RootPart.Velocity = Vector3.Zero;
696// m_group.SendGroupRootTerseUpdate(); 696 m_group.SendGroupRootTerseUpdate();
697 m_group.RootPart.ScheduleTerseUpdate(); 697// m_group.RootPart.ScheduleTerseUpdate();
698 698
699 if (m_running && m_timer != null) 699 if (m_running && m_timer != null)
700 { 700 {