aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBackground.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-1/+1
|
* Calling .Close() on AutoResetEvent and ManualResetEvent (those classes ↵John Hurliman2009-10-091-0/+1
| | | | contain an unmanaged resource that will not automatically be disposed when they are GCed), and commenting out some ManualResetEvents that are not in use yet
* Now we are past revision 10000, I think its time to start to fix that ↵MW2009-07-101-1/+1
| | | | massive bug that was introduced in revision 1. So here is the first part of that fix.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* adding log statement on shutdown in background modeDr Scofield2009-04-171-0/+1
|
* - turn private m_gui into protected m_gui to allow manipulation inDr Scofield2009-04-161-11/+2
| | | | | | | | derived classes - make OpenSimBackground inherit from OpenSim instead of OpenSimBase so that it will have a MainConsole instance and we can use console commands, setting m_gui to false
* * Cleanup and CCC (Code Convention Conformance)lbsa712009-03-101-2/+3
|
* more startup/initialisation refactoringMW2008-11-051-1/+1
|
* Moved most of the configuration fields from Opensimbase to their own ↵MW2008-11-051-1/+1
| | | | Class... Framework/ConfigSettings.
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-8/+8
|
* * Fix build break by eliminating remaining IScenePermissions references - ↵Justin Clarke Casey2008-06-011-2/+2
| | | | | | | | must remember to nant clean * Hook all server startups into base opensim server startup method
* * Move log version printing up into BaseOpenSimServerJustin Clarke Casey2008-06-011-1/+1
|
* * Refactor: Split opensim background server into a separate classJustin Clarke Casey2008-06-011-0/+80