aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorMelanie2011-10-30 10:16:25 +0000
committerMelanie2011-10-30 10:16:25 +0000
commit083b28de8c45589a43ce6ceed4dbfb70c698f2d0 (patch)
treefc494b5d401bf2190e8c2d9ee027021f330d6285 /OpenSim/Region/ClientStack
parentFix the offline message module to revert core changes and restore avn (diff)
parentAdd missing max_listens_per_region to [LL_Functions] config section in OpenSi... (diff)
downloadopensim-SC_OLD-083b28de8c45589a43ce6ceed4dbfb70c698f2d0.zip
opensim-SC_OLD-083b28de8c45589a43ce6ceed4dbfb70c698f2d0.tar.gz
opensim-SC_OLD-083b28de8c45589a43ce6ceed4dbfb70c698f2d0.tar.bz2
opensim-SC_OLD-083b28de8c45589a43ce6ceed4dbfb70c698f2d0.tar.xz
Merge branch 'master' into bigmerge
Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 0e82859..30acbdf 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -4925,8 +4925,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
4925 4925
4926 data.CollisionPlane.ToBytes(objectData, 0); 4926 data.CollisionPlane.ToBytes(objectData, 0);
4927 data.OffsetPosition.ToBytes(objectData, 16); 4927 data.OffsetPosition.ToBytes(objectData, 16);
4928 //data.Velocity.ToBytes(objectData, 28); 4928// data.Velocity.ToBytes(objectData, 28);
4929 //data.Acceleration.ToBytes(objectData, 40); 4929// data.Acceleration.ToBytes(objectData, 40);
4930 data.Rotation.ToBytes(objectData, 52); 4930 data.Rotation.ToBytes(objectData, 52);
4931 //data.AngularVelocity.ToBytes(objectData, 64); 4931 //data.AngularVelocity.ToBytes(objectData, 64);
4932 4932