diff options
author | Diva Canto | 2010-01-31 13:01:23 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-31 13:01:23 -0800 |
commit | 041594ed075049f804fc157700a6d78e54194c0b (patch) | |
tree | ed89689bfdc1948b184438ee4c7329e0296660b4 /OpenSim/Region/Application/OpenSim.cs | |
parent | * Bug fix in XInventoryData -- groupOwned is an int in the DB (diff) | |
download | opensim-SC_OLD-041594ed075049f804fc157700a6d78e54194c0b.zip opensim-SC_OLD-041594ed075049f804fc157700a6d78e54194c0b.tar.gz opensim-SC_OLD-041594ed075049f804fc157700a6d78e54194c0b.tar.bz2 opensim-SC_OLD-041594ed075049f804fc157700a6d78e54194c0b.tar.xz |
Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lots of other obsolete configs.
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 299f519..10ff57d 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -122,8 +122,7 @@ namespace OpenSim | |||
122 | m_log.Info("===================================================================="); | 122 | m_log.Info("===================================================================="); |
123 | m_log.Info("========================= STARTING OPENSIM ========================="); | 123 | m_log.Info("========================= STARTING OPENSIM ========================="); |
124 | m_log.Info("===================================================================="); | 124 | m_log.Info("===================================================================="); |
125 | m_log.InfoFormat("[OPENSIM MAIN]: Running in {0} mode", | 125 | m_log.InfoFormat("[OPENSIM MAIN]: Running "); |
126 | (ConfigurationSettings.Standalone ? "sandbox" : "grid")); | ||
127 | //m_log.InfoFormat("[OPENSIM MAIN]: GC Is Server GC: {0}", GCSettings.IsServerGC.ToString()); | 126 | //m_log.InfoFormat("[OPENSIM MAIN]: GC Is Server GC: {0}", GCSettings.IsServerGC.ToString()); |
128 | // http://msdn.microsoft.com/en-us/library/bb384202.aspx | 127 | // http://msdn.microsoft.com/en-us/library/bb384202.aspx |
129 | //GCSettings.LatencyMode = GCLatencyMode.Batch; | 128 | //GCSettings.LatencyMode = GCLatencyMode.Batch; |
@@ -353,16 +352,6 @@ namespace OpenSim | |||
353 | "kill uuid <UUID>", | 352 | "kill uuid <UUID>", |
354 | "Kill an object by UUID", KillUUID); | 353 | "Kill an object by UUID", KillUUID); |
355 | 354 | ||
356 | |||
357 | m_console.Commands.AddCommand("hypergrid", false, "link-mapping", "link-mapping [<x> <y>] <cr>", | ||
358 | "Set local coordinate to map HG regions to", RunCommand); | ||
359 | m_console.Commands.AddCommand("hypergrid", false, "link-region", | ||
360 | "link-region <Xloc> <Yloc> <HostName>:<HttpPort>[:<RemoteRegionName>] <cr>", | ||
361 | "Link a hypergrid region", RunCommand); | ||
362 | m_console.Commands.AddCommand("hypergrid", false, "unlink-region", | ||
363 | "unlink-region <local name> or <HostName>:<HttpPort> <cr>", | ||
364 | "Unlink a hypergrid region", RunCommand); | ||
365 | |||
366 | } | 355 | } |
367 | 356 | ||
368 | public override void ShutdownSpecific() | 357 | public override void ShutdownSpecific() |