Property | Type | Description | |
---|---|---|---|
CreateAccount | ConsoleCommand | ||
userStatsURI | string |
Property | Type | Description | |
---|---|---|---|
m_applicationRegistry | IRegistryCore | ||
m_autoCreateClientStack | bool | ||
m_clientServers | List |
||
m_config | OpenSimConfigSource | ||
m_configLoader | ConfigurationLoader | ||
m_configSettings | ConfigSettings | ||
m_moduleLoader | ModuleLoader | ||
m_plugins | List |
||
proxyOffset | int | ||
proxyUrl | string |
Method | Description | |
---|---|---|
CloseRegion ( |
Remove a region from the simulator without deleting it permanently.
|
|
CloseRegion ( string name ) : void |
Remove a region from the simulator without deleting it permanently.
|
|
CreateRegion ( RegionInfo regionInfo, IScene &scene ) : IClientNetworkServer |
Execute the region creation process. This includes setting up scene infrastructure.
|
|
CreateRegion ( RegionInfo regionInfo, bool portadd_flag, IScene &scene ) : IClientNetworkServer |
Execute the region creation process. This includes setting up scene infrastructure.
|
|
CreateRegion ( RegionInfo regionInfo, bool portadd_flag, bool do_post_init, IScene &mscene ) : IClientNetworkServer |
Execute the region creation process. This includes setting up scene infrastructure.
|
|
GetAvatarNumber ( int &usernum ) : void |
Get the number of the avatars in the Region server
|
|
GetRegionNumber ( int ®ionnum ) : void |
Get the number of regions
|
|
GetRunTime ( string &starttime, string &uptime ) : void |
Get the start time and up time of Region server
|
|
OpenSimBase ( IConfigSource configSource ) : System |
Constructor.
|
|
PopulateRegionEstateInfo ( RegionInfo regInfo ) : void |
Load the estate information for the provided RegionInfo object.
|
|
RemoveRegion ( |
||
RemoveRegion ( string name, bool cleanUp ) : void | ||
ShutdownSpecific ( ) : void |
Performs any last-minute sanity checking and shuts down the region server
|
|
handleRestartRegion ( RegionInfo whichRegion ) : void |
Method | Description | |
---|---|---|
AddPluginCommands ( ) : void | ||
CreateClientStackManager ( ) : OpenSim.Region.ClientStack.ClientStackManager | ||
CreateScene ( RegionInfo regionInfo, ISimulationDataService simDataService, IEstateDataService estateDataService, OpenSim.Framework.AgentCircuitManager circuitManager ) : |
||
GetHelpTopics ( ) : List |
||
GetPhysicsScene ( string osSceneIdentifier ) : PhysicsScene | ||
Initialize ( ) : void | ||
LoadConfigSettings ( IConfigSource configSource ) : void | ||
LoadPlugins ( ) : void | ||
ReadExtraConfigSettings ( ) : void | ||
SetupScene ( RegionInfo regionInfo, IClientNetworkServer &clientServer ) : Scene |
Create a scene and its initial base structures.
|
|
SetupScene ( RegionInfo regionInfo, int proxyOffset, IConfigSource configSource, IClientNetworkServer &clientServer ) : Scene |
Create a scene and its initial base structures.
|
|
ShutdownClientServer ( RegionInfo whichRegion ) : void | ||
StartupSpecific ( ) : void |
Performs startup specific to the region server, including initialization of the scene such as loading configuration from disk.
|
Method | Description | |
---|---|---|
HandleCommanderCommand ( string module, string cmd ) : void | ||
HandleCommanderHelp ( string module, string cmd ) : void | ||
ShutdownRegion ( Scene scene ) : void |
public CloseRegion ( |
||
scene | ||
return | void |
protected CreateClientStackManager ( ) : OpenSim.Region.ClientStack.ClientStackManager | ||
return | OpenSim.Region.ClientStack.ClientStackManager |
public CreateRegion ( RegionInfo regionInfo, IScene &scene ) : IClientNetworkServer | ||
regionInfo | RegionInfo | |
scene | IScene | |
return | IClientNetworkServer |
public CreateRegion ( RegionInfo regionInfo, bool portadd_flag, IScene &scene ) : IClientNetworkServer | ||
regionInfo | RegionInfo | |
portadd_flag | bool | |
scene | IScene | |
return | IClientNetworkServer |
public CreateRegion ( RegionInfo regionInfo, bool portadd_flag, bool do_post_init, IScene &mscene ) : IClientNetworkServer | ||
regionInfo | RegionInfo | |
portadd_flag | bool | |
do_post_init | bool | |
mscene | IScene | |
return | IClientNetworkServer |
protected CreateScene ( RegionInfo regionInfo, ISimulationDataService simDataService, IEstateDataService estateDataService, OpenSim.Framework.AgentCircuitManager circuitManager ) : |
||
regionInfo | RegionInfo | |
simDataService | ISimulationDataService | |
estateDataService | IEstateDataService | |
circuitManager | OpenSim.Framework.AgentCircuitManager | |
return |
public GetAvatarNumber ( int &usernum ) : void | ||
usernum | int | The first out parameter describing the number of all the avatars in the Region server |
return | void |
protected GetPhysicsScene ( string osSceneIdentifier ) : PhysicsScene | ||
osSceneIdentifier | string | |
return | PhysicsScene |
public GetRegionNumber ( int ®ionnum ) : void | ||
regionnum | int | The first out parameter describing the number of regions |
return | void |
public GetRunTime ( string &starttime, string &uptime ) : void | ||
starttime | string | The first out parameter describing when the Region server started |
uptime | string | The second out parameter describing how long the Region server has run |
return | void |
protected LoadConfigSettings ( IConfigSource configSource ) : void | ||
configSource | IConfigSource | |
return | void |
public OpenSimBase ( IConfigSource configSource ) : System | ||
configSource | IConfigSource | |
return | System |
public PopulateRegionEstateInfo ( RegionInfo regInfo ) : void | ||
regInfo | RegionInfo |
/// A |
return | void |
public RemoveRegion ( |
||
scene | ||
cleanup | bool | |
return | void |
public RemoveRegion ( string name, bool cleanUp ) : void | ||
name | string | |
cleanUp | bool | |
return | void |
protected SetupScene ( RegionInfo regionInfo, IClientNetworkServer &clientServer ) : Scene | ||
regionInfo | RegionInfo | |
clientServer | IClientNetworkServer | |
return | Scene |
protected SetupScene ( RegionInfo regionInfo, int proxyOffset, IConfigSource configSource, IClientNetworkServer &clientServer ) : Scene | ||
regionInfo | RegionInfo | |
proxyOffset | int | |
configSource | IConfigSource | |
clientServer | IClientNetworkServer | |
return | Scene |
protected ShutdownClientServer ( RegionInfo whichRegion ) : void | ||
whichRegion | RegionInfo | |
return | void |
public handleRestartRegion ( RegionInfo whichRegion ) : void | ||
whichRegion | RegionInfo | |
return | void |
protected IRegistryCore m_applicationRegistry | ||
return | IRegistryCore |
protected ConfigurationLoader m_configLoader | ||
return | ConfigurationLoader |
protected ConfigSettings m_configSettings | ||
return | ConfigSettings |