From a4fc6b5fbba7fd9a7b147b11a0d1c3ded1834d54 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Tue, 27 Mar 2007 08:10:15 +0000 Subject: * Now there's one Console class, and instead the apps responds to cmd's and show's * Removed Golden Future TCP/SimChat options * Moved Ode.NET.dll to bin and changed prebuild accordingly (due to Prebuild limitations) * Normalized some namespaces * Added FxCop project * Added (temp disabled) Servers project (for great justice) --- OpenSim/OpenSim.csproj | 10 ++--- OpenSim/OpenSim.exe.build | 94 +++++++++++++++++++++++------------------------ OpenSim/RegionServer.cs | 6 +-- 3 files changed, 55 insertions(+), 55 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/OpenSim.csproj b/OpenSim/OpenSim.csproj index e873a91..bf57515 100644 --- a/OpenSim/OpenSim.csproj +++ b/OpenSim/OpenSim.csproj @@ -3,7 +3,7 @@ Local 8.0.50727 2.0 - {455F3378-FE4B-4A17-907D-52AEA3C1045F} + {5304CCD5-4902-4C6B-ADDE-2181B2F42FD6} Debug AnyCPU @@ -82,25 +82,25 @@ OpenSim.Framework - {26E437F6-BA50-44CD-BB44-E911E25CA88C} + {90D4F7AF-D75E-4DE8-A0E1-70CC242B31A1} {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} False OpenSim.Framework.Console - {F5AD51E9-CF59-4C70-A586-CBD161EBB85F} + {7AED7536-7D6B-4E28-8016-B5A554C663B4} {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} False OpenSim.Physics.Manager - {12F74CC6-E820-4716-8A34-A7B67B9EB3CC} + {0AAA0EEB-1F2C-4B4B-9BFA-7C3E45BCD348} {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} False OpenSim.RegionServer - {A88526E3-397A-479D-93E1-8865F3336A87} + {4171D545-81F5-4C64-AD29-6D7414C38181} {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} False diff --git a/OpenSim/OpenSim.exe.build b/OpenSim/OpenSim.exe.build index fc516df..7d69d90 100644 --- a/OpenSim/OpenSim.exe.build +++ b/OpenSim/OpenSim.exe.build @@ -1,47 +1,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenSim/RegionServer.cs b/OpenSim/RegionServer.cs index d6d0af9..3612d49 100644 --- a/OpenSim/RegionServer.cs +++ b/OpenSim/RegionServer.cs @@ -2,6 +2,7 @@ using System; using System.Collections.Generic; using System.Text; using OpenSim.UserServer; +using OpenSim.Framework.Console; namespace OpenSim { @@ -12,12 +13,11 @@ namespace OpenSim { Console.WriteLine("OpenSim " + VersionInfo.Version + "\n"); Console.WriteLine("Starting...\n"); - OpenSim.Framework.Console.MainConsole.Instance = new SimConsole(OpenSim.Framework.Console.ConsoleBase.ConsoleType.Local, "", 0); - + //OpenSimRoot.instance = new OpenSimRoot(); OpenSimMain sim = new OpenSimMain(); OpenSimRoot.Instance.Application = sim; - + sim.sandbox = false; sim.loginserver = false; sim._physicsEngine = "basicphysics"; -- cgit v1.1