diff options
author | Dr Scofield | 2008-08-21 11:04:57 +0000 |
---|---|---|
committer | Dr Scofield | 2008-08-21 11:04:57 +0000 |
commit | ff2eb24022f906ea20e673756d2b72162e707491 (patch) | |
tree | 8d28bafebf7530fd9f1ee291f3267b30fc2134bf /OpenSim/Framework | |
parent | fixing Rest/Inventory stuff again. changes somehow got lost locally. (diff) | |
download | opensim-SC_OLD-ff2eb24022f906ea20e673756d2b72162e707491.zip opensim-SC_OLD-ff2eb24022f906ea20e673756d2b72162e707491.tar.gz opensim-SC_OLD-ff2eb24022f906ea20e673756d2b72162e707491.tar.bz2 opensim-SC_OLD-ff2eb24022f906ea20e673756d2b72162e707491.tar.xz |
- 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
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/UserProfileData.cs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/OpenSim/Framework/UserProfileData.cs b/OpenSim/Framework/UserProfileData.cs index d0b4c25..2d06148 100644 --- a/OpenSim/Framework/UserProfileData.cs +++ b/OpenSim/Framework/UserProfileData.cs | |||
@@ -145,7 +145,9 @@ namespace OpenSim.Framework | |||
145 | private LLUUID _partner; | 145 | private LLUUID _partner; |
146 | 146 | ||
147 | /// <summary> | 147 | /// <summary> |
148 | /// 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 | 148 | /// The regionhandle of the users preferred home region. If |
149 | /// multiple sims occupy the same spot, the grid may decide | ||
150 | /// which region the user logs into | ||
149 | /// </summary> | 151 | /// </summary> |
150 | public virtual ulong HomeRegion | 152 | public virtual ulong HomeRegion |
151 | { | 153 | { |
@@ -159,7 +161,9 @@ namespace OpenSim.Framework | |||
159 | 161 | ||
160 | private LLUUID _homeRegionID; | 162 | private LLUUID _homeRegionID; |
161 | /// <summary> | 163 | /// <summary> |
162 | /// 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. | 164 | /// The regionID of the users home region. This is unique; |
165 | /// even if the position of the region changes within the | ||
166 | /// grid, this will refer to the same region. | ||
163 | /// </summary> | 167 | /// </summary> |
164 | public LLUUID HomeRegionID | 168 | public LLUUID HomeRegionID |
165 | { | 169 | { |