diff options
author | lbsa71 | 2007-09-21 04:58:40 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-21 04:58:40 +0000 |
commit | b9808f831428876ec9ede8ce87a159566b97a850 (patch) | |
tree | 749ef670d6c4e6051a844d4c9c12073bebfe1e59 /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |
parent | * Continuing refactoring of presence (diff) | |
download | opensim-SC_OLD-b9808f831428876ec9ede8ce87a159566b97a850.zip opensim-SC_OLD-b9808f831428876ec9ede8ce87a159566b97a850.tar.gz opensim-SC_OLD-b9808f831428876ec9ede8ce87a159566b97a850.tar.bz2 opensim-SC_OLD-b9808f831428876ec9ede8ce87a159566b97a850.tar.xz |
* First example of moving stuff to a Region layer
* Also, changed RegionPresence to 'RegionSubscription' - let's just see where we land with this...
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 468def0..406db9b 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -777,10 +777,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
777 | m_parentGroup.SendPartTerseUpdate(remoteClient, this); | 777 | m_parentGroup.SendPartTerseUpdate(remoteClient, this); |
778 | } | 778 | } |
779 | 779 | ||
780 | /// <summary> | ||
781 | /// | ||
782 | /// </summary> | ||
783 | /// <param name="RemoteClient"></param> | ||
784 | public void SendTerseUpdateToClient(IClientAPI remoteClient) | 780 | public void SendTerseUpdateToClient(IClientAPI remoteClient) |
785 | { | 781 | { |
786 | LLVector3 lPos; | 782 | LLVector3 lPos; |
@@ -789,11 +785,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
789 | remoteClient.SendPrimTerseUpdate(m_regionHandle, 64096, LocalID, lPos, mRot); | 785 | remoteClient.SendPrimTerseUpdate(m_regionHandle, 64096, LocalID, lPos, mRot); |
790 | } | 786 | } |
791 | 787 | ||
792 | /// <summary> | ||
793 | /// | ||
794 | /// </summary> | ||
795 | /// <param name="remoteClient"></param> | ||
796 | /// <param name="lPos"></param> | ||
797 | public void SendTerseUpdateToClient(IClientAPI remoteClient, LLVector3 lPos) | 788 | public void SendTerseUpdateToClient(IClientAPI remoteClient, LLVector3 lPos) |
798 | { | 789 | { |
799 | LLQuaternion mRot = RotationOffset; | 790 | LLQuaternion mRot = RotationOffset; |