diff options
author | Teravus Ovares (Dan Olivares) | 2009-11-22 22:05:26 -0500 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-11-22 22:05:26 -0500 |
commit | 94cb4b486a7c72841ccbcec403fc7b8c95c1249a (patch) | |
tree | 176ada6e4259c076ab6942b4c96538d868880281 /OpenSim/Region/Framework/Scenes/ScenePresence.cs | |
parent | * Adds a test for if the collision is at the bottom of the capsule on avatar.... (diff) | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC_OLD-94cb4b486a7c72841ccbcec403fc7b8c95c1249a.zip opensim-SC_OLD-94cb4b486a7c72841ccbcec403fc7b8c95c1249a.tar.gz opensim-SC_OLD-94cb4b486a7c72841ccbcec403fc7b8c95c1249a.tar.bz2 opensim-SC_OLD-94cb4b486a7c72841ccbcec403fc7b8c95c1249a.tar.xz |
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index d23d303..5604e3d 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -247,7 +247,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
247 | /// <value> | 247 | /// <value> |
248 | /// Script engines present in the scene | 248 | /// Script engines present in the scene |
249 | /// </value> | 249 | /// </value> |
250 | private IScriptModule[] m_scriptEngines; | 250 | private IScriptModule[] m_scriptEngines; |
251 | 251 | ||
252 | #region Properties | 252 | #region Properties |
253 | 253 | ||
@@ -674,7 +674,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
674 | AvatarWearable[] wearables) | 674 | AvatarWearable[] wearables) |
675 | : this(client, world, reginfo) | 675 | : this(client, world, reginfo) |
676 | { | 676 | { |
677 | m_appearance = new AvatarAppearance(m_uuid, wearables, visualParams); | 677 | m_appearance = new AvatarAppearance(m_uuid, wearables, visualParams); |
678 | } | 678 | } |
679 | 679 | ||
680 | public ScenePresence(IClientAPI client, Scene world, RegionInfo reginfo, AvatarAppearance appearance) | 680 | public ScenePresence(IClientAPI client, Scene world, RegionInfo reginfo, AvatarAppearance appearance) |
@@ -3052,7 +3052,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3052 | 3052 | ||
3053 | public ScenePresence() | 3053 | public ScenePresence() |
3054 | { | 3054 | { |
3055 | m_sendCourseLocationsMethod = SendCoarseLocationsDefault; | 3055 | m_sendCourseLocationsMethod = SendCoarseLocationsDefault; |
3056 | CreateSceneViewer(); | 3056 | CreateSceneViewer(); |
3057 | m_animator = new ScenePresenceAnimator(this); | 3057 | m_animator = new ScenePresenceAnimator(this); |
3058 | } | 3058 | } |
@@ -3140,8 +3140,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
3140 | } | 3140 | } |
3141 | } | 3141 | } |
3142 | } | 3142 | } |
3143 | } | 3143 | } |
3144 | } | 3144 | } |
3145 | 3145 | ||
3146 | public bool CrossAttachmentsIntoNewRegion(ulong regionHandle, bool silent) | 3146 | public bool CrossAttachmentsIntoNewRegion(ulong regionHandle, bool silent) |
3147 | { | 3147 | { |