From 2048d611cf2ecccfbdb6b234c995e19d72ad03f2 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 25 Oct 2007 12:13:58 +0000 Subject: * Added XMLRPC Controller Module to OpenSimMain which allows XML-RPC queries to be sent to the core application. * Disabled by default, but has two functions so far -- shutdown (timed or now), and create-region. * Added SendGeneralAlert function to SceneManager allowing all-user alerts to be sent from OpenSimMain. --- OpenSim/Region/ClientStack/RegionApplicationBase.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Region/ClientStack') diff --git a/OpenSim/Region/ClientStack/RegionApplicationBase.cs b/OpenSim/Region/ClientStack/RegionApplicationBase.cs index 62e2afd..bab5d16 100644 --- a/OpenSim/Region/ClientStack/RegionApplicationBase.cs +++ b/OpenSim/Region/ClientStack/RegionApplicationBase.cs @@ -57,6 +57,11 @@ namespace OpenSim.Region.ClientStack protected SceneManager m_sceneManager = new SceneManager(); + public SceneManager SceneManager + { + get { return m_sceneManager; } + } + public RegionApplicationBase() { m_startuptime = DateTime.Now; -- cgit v1.1