From 98d81485e724b26d9ad35b9b7cd24c98808b9a81 Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 28 Mar 2007 13:08:27 +0000 Subject: RIP OpenSimRoot. (removed) Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch. --- OpenSim.RegionServer/OpenSimRoot.cs | 48 ------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 OpenSim.RegionServer/OpenSimRoot.cs (limited to 'OpenSim.RegionServer/OpenSimRoot.cs') diff --git a/OpenSim.RegionServer/OpenSimRoot.cs b/OpenSim.RegionServer/OpenSimRoot.cs deleted file mode 100644 index 1f96c4d..0000000 --- a/OpenSim.RegionServer/OpenSimRoot.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Net; -//using System.Net.Sockets; -using libsecondlife; -using libsecondlife.Packets; -using OpenSim.world; -using OpenSim.Framework.Interfaces; -using OpenSim.UserServer; -using OpenSim.Assets; -using OpenSim.CAPS; -using OpenSim.Framework.Console; -using OpenSim.Physics.Manager; - -namespace OpenSim -{ - public sealed class OpenSimRoot - { - private static OpenSimRoot instance = new OpenSimRoot(); - - public static OpenSimRoot Instance - { - get - { - return instance; - } - } - - private OpenSimRoot() - { - - } - - public World LocalWorld; - public Grid GridServers; - public SimConfig Cfg; - public SimCAPSHTTPServer HttpServer; - public AssetCache AssetCache; - public InventoryCache InventoryCache; - //public Dictionary ClientThreads = new Dictionary(); - public Dictionary ClientThreads = new Dictionary(); - public DateTime startuptime; - public OpenSimApplication Application; - public bool Sandbox = false; - - } -} -- cgit v1.1