OpenSimMirror/OpenSim
Justin Clarke Casey 776b1f341a From: Dr Scofield <hud@zurich.ibm.com>
Note: This is the first part of some changes from Dr Scofield to support console-less operation of an OpenSim region server.
The changes are not yet complete.

* refactors OpenSimMain into two classes: OpenSimMain and
  OpenSimMainConsole. OpenSimMainConsole derives from OpenSimMain
  and basically is the "old" OpenSimMain
* drops StartConsole from RegionApplicationBase (was only called
  from the "old" OpenSimMain anyhow)
* reverts the changes to TryGetScene(string, out scene) as that
  seems to work perfectly fine
* adds a check to region-remove to see whether
  m_sceneManger.CurrentScene is non-null before comparing it against
  the region-to-be-removed
2008-04-28 14:41:46 +00:00
..
ApplicationPlugins From: Dr Scofield <hud@zurich.ibm.com> 2008-04-28 14:08:38 +00:00
Data do a max of 3 splits when first processing the nhibernate connect 2008-04-24 15:52:22 +00:00
Framework * Added basic 3-5 level undo on prim position/rotation/scale. 2008-04-28 01:48:21 +00:00
Grid * Implement full grid mode Trash empty 2008-04-23 22:13:57 +00:00
Region From: Dr Scofield <hud@zurich.ibm.com> 2008-04-28 14:41:46 +00:00
TestSuite * Optimised using statements and namespace references across entire project (this took a while to run). 2008-04-21 07:09:17 +00:00
Tests * Optimised using statements and namespace references across entire project (this took a while to run). 2008-04-21 07:09:17 +00:00
Tools * Optimised using statements and namespace references across entire project (this took a while to run). 2008-04-21 07:09:17 +00:00