Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes ↵ | John Hurliman | 2009-10-09 | 1 | -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 ↵ | MW | 2009-07-10 | 1 | -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 Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | adding log statement on shutdown in background mode | Dr Scofield | 2009-04-17 | 1 | -0/+1 |
| | |||||
* | - turn private m_gui into protected m_gui to allow manipulation in | Dr Scofield | 2009-04-16 | 1 | -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) | lbsa71 | 2009-03-10 | 1 | -2/+3 |
| | |||||
* | more startup/initialisation refactoring | MW | 2008-11-05 | 1 | -1/+1 |
| | |||||
* | Moved most of the configuration fields from Opensimbase to their own ↵ | MW | 2008-11-05 | 1 | -1/+1 |
| | | | | Class... Framework/ConfigSettings. | ||||
* | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 2008-06-04 | 1 | -8/+8 |
| | |||||
* | * Fix build break by eliminating remaining IScenePermissions references - ↵ | Justin Clarke Casey | 2008-06-01 | 1 | -2/+2 |
| | | | | | | | | must remember to nant clean * Hook all server startups into base opensim server startup method | ||||
* | * Move log version printing up into BaseOpenSimServer | Justin Clarke Casey | 2008-06-01 | 1 | -1/+1 |
| | |||||
* | * Refactor: Split opensim background server into a separate class | Justin Clarke Casey | 2008-06-01 | 1 | -0/+80 |