- corrects statement about {asset,user,inventory} source configuration

as those all work with MySQL (and are in fact required it seems);
  adds examples as well

- adds region_file_template functionality for the create_region XmlRpc
  call of RemoteAdminPlugin

- cleans up and fixes typo in UserProfileData
This commit is contained in:
Dr Scofield
2008-08-21 11:04:57 +00:00
parent 2363cd2113
commit ff2eb24022
3 changed files with 34 additions and 9 deletions

View File

@@ -145,7 +145,9 @@ namespace OpenSim.Framework
private LLUUID _partner;
/// <summary>
/// The regionhandle of the users preffered home region. If multiple sims occupy the same spot, the grid may decide which region the user logs into
/// The regionhandle of the users preferred home region. If
/// multiple sims occupy the same spot, the grid may decide
/// which region the user logs into
/// </summary>
public virtual ulong HomeRegion
{
@@ -159,7 +161,9 @@ namespace OpenSim.Framework
private LLUUID _homeRegionID;
/// <summary>
/// The regionID of the users home region. This is unique; even if the position of the region changes within the grid, this will refer to the same region.
/// The regionID of the users home region. This is unique;
/// even if the position of the region changes within the
/// grid, this will refer to the same region.
/// </summary>
public LLUUID HomeRegionID
{