aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorJeff Ames2007-12-04 22:14:53 +0000
committerJeff Ames2007-12-04 22:14:53 +0000
commitf195725db447aad7595810a9950f656163bf1c13 (patch)
tree2d62dbd3635b008e9c41c2645fc71a6abbcc0a26 /OpenSim/Region/Environment/Scenes/ScenePresence.cs
parentmade log messages for known unhandled packet types shorter and yellower. add... (diff)
downloadopensim-SC_OLD-f195725db447aad7595810a9950f656163bf1c13.zip
opensim-SC_OLD-f195725db447aad7595810a9950f656163bf1c13.tar.gz
opensim-SC_OLD-f195725db447aad7595810a9950f656163bf1c13.tar.bz2
opensim-SC_OLD-f195725db447aad7595810a9950f656163bf1c13.tar.xz
keeping opensim safe for children -- made some namespace references less explicit
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs8
1 files changed, 2 insertions, 6 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index abfa250..524fb60 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -36,7 +36,6 @@ using OpenSim.Framework.Communications;
36using OpenSim.Region.Environment.Types; 36using OpenSim.Region.Environment.Types;
37using OpenSim.Region.Physics.Manager; 37using OpenSim.Region.Physics.Manager;
38 38
39
40namespace OpenSim.Region.Environment.Scenes 39namespace OpenSim.Region.Environment.Scenes
41{ 40{
42 public partial class ScenePresence : EntityBase 41 public partial class ScenePresence : EntityBase
@@ -512,7 +511,7 @@ namespace OpenSim.Region.Environment.Scenes
512 for (int i = 0; i < visualParam.Length; i++) 511 for (int i = 0; i < visualParam.Length; i++)
513 { 512 {
514 m_visualParams[i] = visualParam[i].ParamValue; 513 m_visualParams[i] = visualParam[i].ParamValue;
515 //OpenSim.Framework.Console.MainLog.Instance.Verbose("CLIENT", "VisualData[" + i.ToString() + "]: " + visualParam[i].ParamValue.ToString() + "m"); 514 //MainLog.Instance.Verbose("CLIENT", "VisualData[" + i.ToString() + "]: " + visualParam[i].ParamValue.ToString() + "m");
516 } 515 }
517 516
518 // Teravus : Nifty AV Height Getting Maaaaagical formula. Oh how we love turning 0-255 into meters. 517 // Teravus : Nifty AV Height Getting Maaaaagical formula. Oh how we love turning 0-255 into meters.
@@ -525,7 +524,7 @@ namespace OpenSim.Region.Environment.Scenes
525 PhysicsVector SetSize = new PhysicsVector(0.45f, 0.6f, m_avHeight); 524 PhysicsVector SetSize = new PhysicsVector(0.45f, 0.6f, m_avHeight);
526 PhysicsActor.Size = SetSize; 525 PhysicsActor.Size = SetSize;
527 } 526 }
528 //OpenSim.Framework.Console.MainLog.Instance.Verbose("CLIENT", "Set Avatar Height to: " + (1.50856f + (((float)m_visualParams[25] / 255.0f) * (2.525506f - 1.50856f))).ToString() + "m" + " Leglength: " + ((float)m_visualParams[125]).ToString() + ":" + (((float)m_visualParams[125] / 255.0f)).ToString() + "m"); 527 //MainLog.Instance.Verbose("CLIENT", "Set Avatar Height to: " + (1.50856f + (((float)m_visualParams[25] / 255.0f) * (2.525506f - 1.50856f))).ToString() + "m" + " Leglength: " + ((float)m_visualParams[125]).ToString() + ":" + (((float)m_visualParams[125] / 255.0f)).ToString() + "m");
529 SendAppearanceToAllOtherAgents(); 528 SendAppearanceToAllOtherAgents();
530 } 529 }
531 530
@@ -675,7 +674,6 @@ namespace OpenSim.Region.Environment.Scenes
675 UpdateMovementAnimations(update_movementflag); 674 UpdateMovementAnimations(update_movementflag);
676 } 675 }
677 } 676 }
678
679 } 677 }
680 678
681 /// <summary> 679 /// <summary>
@@ -781,7 +779,6 @@ namespace OpenSim.Region.Environment.Scenes
781 { 779 {
782 PhysicsActor.SetAlwaysRun = SetAlwaysRun; 780 PhysicsActor.SetAlwaysRun = SetAlwaysRun;
783 } 781 }
784
785 } 782 }
786 783
787 protected void UpdateMovementAnimations(bool update_movementflag) 784 protected void UpdateMovementAnimations(bool update_movementflag)
@@ -1020,7 +1017,6 @@ namespace OpenSim.Region.Environment.Scenes
1020 m_newCoarseLocations = true; 1017 m_newCoarseLocations = true;
1021 } 1018 }
1022 1019
1023
1024 /// <summary> 1020 /// <summary>
1025 /// 1021 ///
1026 /// </summary> 1022 /// </summary>