aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer
diff options
context:
space:
mode:
authorMW2007-06-14 12:27:36 +0000
committerMW2007-06-14 12:27:36 +0000
commit3aecb5437953c793212834e0e9426a4852d85458 (patch)
treea3d868c450467afee2f557ee85717d1269cf39d0 /OpenSim/OpenSim.RegionServer
parent* Applied Prebuild fixes to Sugilite (diff)
downloadopensim-SC_OLD-3aecb5437953c793212834e0e9426a4852d85458.zip
opensim-SC_OLD-3aecb5437953c793212834e0e9426a4852d85458.tar.gz
opensim-SC_OLD-3aecb5437953c793212834e0e9426a4852d85458.tar.bz2
opensim-SC_OLD-3aecb5437953c793212834e0e9426a4852d85458.tar.xz
Deleted IGridServer interface (and classes implementing that).
Diffstat (limited to 'OpenSim/OpenSim.RegionServer')
-rw-r--r--OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs2
-rw-r--r--OpenSim/OpenSim.RegionServer/ClientView.cs2
2 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs b/OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs
index c8961b6..aaac4d0 100644
--- a/OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs
+++ b/OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs
@@ -164,6 +164,7 @@ namespace OpenSim
164 164
165 public void RequestMapBlocks(int minX, int minY, int maxX, int maxY) 165 public void RequestMapBlocks(int minX, int minY, int maxX, int maxY)
166 { 166 {
167 /*
167 IList simMapProfiles = m_gridServer.RequestMapBlocks(minX, minY, maxX, maxY); 168 IList simMapProfiles = m_gridServer.RequestMapBlocks(minX, minY, maxX, maxY);
168 MapBlockReplyPacket mbReply = new MapBlockReplyPacket(); 169 MapBlockReplyPacket mbReply = new MapBlockReplyPacket();
169 mbReply.AgentData.AgentID = this.AgentID; 170 mbReply.AgentData.AgentID = this.AgentID;
@@ -189,6 +190,7 @@ namespace OpenSim
189 mbReply.Data[iii].Y = System.Convert.ToUInt16(mp["y"]); 190 mbReply.Data[iii].Y = System.Convert.ToUInt16(mp["y"]);
190 } 191 }
191 this.OutPacket(mbReply); 192 this.OutPacket(mbReply);
193 * */
192 } 194 }
193 195
194 196
diff --git a/OpenSim/OpenSim.RegionServer/ClientView.cs b/OpenSim/OpenSim.RegionServer/ClientView.cs
index e9c1f2d..0943c0d 100644
--- a/OpenSim/OpenSim.RegionServer/ClientView.cs
+++ b/OpenSim/OpenSim.RegionServer/ClientView.cs
@@ -75,7 +75,7 @@ namespace OpenSim
75 protected IWorld m_world; 75 protected IWorld m_world;
76 private Dictionary<uint, ClientView> m_clientThreads; 76 private Dictionary<uint, ClientView> m_clientThreads;
77 private AssetCache m_assetCache; 77 private AssetCache m_assetCache;
78 private IGridServer m_gridServer; 78 //private IGridServer m_gridServer;
79 private InventoryCache m_inventoryCache; 79 private InventoryCache m_inventoryCache;
80 private int cachedtextureserial = 0; 80 private int cachedtextureserial = 0;
81 private RegionInfo m_regionData; 81 private RegionInfo m_regionData;