.. |
Application.cs
|
b83d5c7cdb
Added support for reading ini files from a (optional) config folder. This allows the spliting up of opensim.ini into multiple ini files.
|
16 years ago |
ConfigurationLoader.cs
|
aa5b4b6437
Deleted the userserver project. As now the gridserver plugins and userserver plugins are loadable from the single server exe (gridserver.exe).
|
16 years ago |
HGOpenSimNode.cs
|
e2d30a0244
Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin.
|
16 years ago |
IApplicationPlugin.cs
|
de82bf9eb5
Added a PostInitialise method to IApplicationPlugin, this allows us to do work in there knowing that all other ApplicationPlugins have been initialised by that time.
|
16 years ago |
OpenSim.cs
|
7b04d1da5e
* Apply http://opensimulator.org/mantis/view.php?id=3191
|
16 years ago |
OpenSimBackground.cs
|
079469b3f5
more startup/initialisation refactoring
|
16 years ago |
OpenSimBase.cs
|
756c517069
Added IRegionCreator interface that all ApplicationPlugins that are creators of Scenes should implement and register with the ApplicationRegistry.StackModuleInterface<>(); So that other plugins can attach to their OnNewRegionCreated event.
|
16 years ago |