More OO and abstract goodness for Gareth to drool over. Cleaned up the World class a bit and added a WorldBase class (that World now inherits from)

This commit is contained in:
MW
2007-05-17 10:24:10 +00:00
parent 6ddc0f4c39
commit aae0222f81
71 changed files with 6116 additions and 6037 deletions

View File

@@ -144,6 +144,7 @@ namespace OpenSim
this.SetupHttpListener();
//Login server setup
LoginServer loginServer = null;
LoginServer adminLoginServer = null;
@@ -169,13 +170,15 @@ namespace OpenSim
}
}
//Web front end setup
AdminWebFront adminWebFront = new AdminWebFront("Admin", LocalWorld, InventoryCache, adminLoginServer);
adminWebFront.LoadMethods(httpServer);
//Start http server
m_console.WriteLine(OpenSim.Framework.Console.LogPriority.LOW, "Main.cs:Startup() - Starting HTTP server");
httpServer.Start();
//MainServerListener();
// Start UDP server
this.m_udpServer.ServerListener();
m_heartbeatTimer.Enabled = true;