aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IScene.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-11-29 13:17:21 +0000
committerMelanie Thielker2008-11-29 13:17:21 +0000
commit1b3a3ffc7781a468f40841ee291d3f1e0fe22957 (patch)
tree3539571d9da669ed83ce0b1e7c0cc70b2dd12bd9 /OpenSim/Framework/IScene.cs
parentAdd the lifetime management back into the LSL_Api, since that will also (diff)
downloadopensim-SC_OLD-1b3a3ffc7781a468f40841ee291d3f1e0fe22957.zip
opensim-SC_OLD-1b3a3ffc7781a468f40841ee291d3f1e0fe22957.tar.gz
opensim-SC_OLD-1b3a3ffc7781a468f40841ee291d3f1e0fe22957.tar.bz2
opensim-SC_OLD-1b3a3ffc7781a468f40841ee291d3f1e0fe22957.tar.xz
Finally make attachments stay put. Randomize local ID generation to
prevent adjacent sims from using identical Local IDs for the attachment Thanks to Mana Janus (Hippo Viewer) for providing the crucial bit of information, namely that, due to a bug in the viewer, adjacent sims can't use the same local ids.
Diffstat (limited to 'OpenSim/Framework/IScene.cs')
-rw-r--r--OpenSim/Framework/IScene.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs
index 000a800..bd4acd1 100644
--- a/OpenSim/Framework/IScene.cs
+++ b/OpenSim/Framework/IScene.cs
@@ -57,7 +57,6 @@ namespace OpenSim.Framework
57 public interface IScene 57 public interface IScene
58 { 58 {
59 RegionInfo RegionInfo { get; } 59 RegionInfo RegionInfo { get; }
60 uint NextAvatarLocalId { get; }
61 RegionStatus Region_Status { get; set; } 60 RegionStatus Region_Status { get; set; }
62 61
63 ClientManager ClientManager { get; } 62 ClientManager ClientManager { get; }