diff options
Diffstat (limited to 'OpenSim/OpenSim.Region')
-rw-r--r-- | OpenSim/OpenSim.Region/Caps.cs | 1 | ||||
-rw-r--r-- | OpenSim/OpenSim.Region/Scenes/ScenePresence.cs | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/OpenSim/OpenSim.Region/Caps.cs b/OpenSim/OpenSim.Region/Caps.cs index 27d4828..13a351d 100644 --- a/OpenSim/OpenSim.Region/Caps.cs +++ b/OpenSim/OpenSim.Region/Caps.cs | |||
@@ -17,7 +17,6 @@ namespace OpenSim.Region | |||
17 | 17 | ||
18 | public class Caps | 18 | public class Caps |
19 | { | 19 | { |
20 | |||
21 | private string httpListenerAddress; | 20 | private string httpListenerAddress; |
22 | private uint httpListenPort; | 21 | private uint httpListenPort; |
23 | private string capsObjectPath = "00001-"; | 22 | private string capsObjectPath = "00001-"; |
diff --git a/OpenSim/OpenSim.Region/Scenes/ScenePresence.cs b/OpenSim/OpenSim.Region/Scenes/ScenePresence.cs index ffec3e5..45d3fed 100644 --- a/OpenSim/OpenSim.Region/Scenes/ScenePresence.cs +++ b/OpenSim/OpenSim.Region/Scenes/ScenePresence.cs | |||
@@ -99,7 +99,7 @@ namespace OpenSim.Region.Scenes | |||
99 | 99 | ||
100 | m_regionInfo = reginfo; | 100 | m_regionInfo = reginfo; |
101 | m_regionHandle = reginfo.RegionHandle; | 101 | m_regionHandle = reginfo.RegionHandle; |
102 | OpenSim.Framework.Console.MainLog.Instance.Verbose( "Avatar.cs - Loading details from grid (DUMMY)"); | 102 | OpenSim.Framework.Console.MainLog.Instance.Verbose("Avatar.cs "); |
103 | ControllingClient = theClient; | 103 | ControllingClient = theClient; |
104 | this.firstname = ControllingClient.FirstName; | 104 | this.firstname = ControllingClient.FirstName; |
105 | this.lastname = ControllingClient.LastName; | 105 | this.lastname = ControllingClient.LastName; |
@@ -216,8 +216,7 @@ namespace OpenSim.Region.Scenes | |||
216 | /// </summary> | 216 | /// </summary> |
217 | /// <param name="pack"></param> | 217 | /// <param name="pack"></param> |
218 | public void HandleAgentUpdate(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation) | 218 | public void HandleAgentUpdate(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation) |
219 | { | 219 | { |
220 | |||
221 | if ((flags & (uint)MainAvatar.ControlFlags.AGENT_CONTROL_AT_POS) != 0) | 220 | if ((flags & (uint)MainAvatar.ControlFlags.AGENT_CONTROL_AT_POS) != 0) |
222 | { | 221 | { |
223 | Axiom.MathLib.Quaternion q = new Axiom.MathLib.Quaternion(bodyRotation.W, bodyRotation.X, bodyRotation.Y, bodyRotation.Z); | 222 | Axiom.MathLib.Quaternion q = new Axiom.MathLib.Quaternion(bodyRotation.W, bodyRotation.X, bodyRotation.Y, bodyRotation.Z); |