aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data
diff options
context:
space:
mode:
authorCharles Krinke2008-03-02 22:36:47 +0000
committerCharles Krinke2008-03-02 22:36:47 +0000
commitcff3c20ee5df34f4a6ff05c0bc1fbd35baceff42 (patch)
tree4747517f8a6f1fe50466dad18bb455434abd2392 /OpenSim/Framework/Data
parentChange handler001 through handler009 to more (diff)
downloadopensim-SC_OLD-cff3c20ee5df34f4a6ff05c0bc1fbd35baceff42.zip
opensim-SC_OLD-cff3c20ee5df34f4a6ff05c0bc1fbd35baceff42.tar.gz
opensim-SC_OLD-cff3c20ee5df34f4a6ff05c0bc1fbd35baceff42.tar.bz2
opensim-SC_OLD-cff3c20ee5df34f4a6ff05c0bc1fbd35baceff42.tar.xz
Thank you very much, Ahzzmandius for:
converts Parse calls to TryParse Replaces string.empty and lluuid.zero calls on user load to use real values from DB (related to user profile save/load work. Finer grained patching)
Diffstat (limited to 'OpenSim/Framework/Data')
-rw-r--r--OpenSim/Framework/Data/RegionProfileData.cs8
1 files changed, 1 insertions, 7 deletions
diff --git a/OpenSim/Framework/Data/RegionProfileData.cs b/OpenSim/Framework/Data/RegionProfileData.cs
index fb53ac7..f9f4283 100644
--- a/OpenSim/Framework/Data/RegionProfileData.cs
+++ b/OpenSim/Framework/Data/RegionProfileData.cs
@@ -123,17 +123,11 @@ namespace OpenSim.Framework.Data
123 /// </summary> 123 /// </summary>
124 public LLUUID regionMapTextureID = new LLUUID("00000000-0000-0000-9999-000000000006"); 124 public LLUUID regionMapTextureID = new LLUUID("00000000-0000-0000-9999-000000000006");
125 125
126 // part of an initial brutish effort to provide accurate information (as per the xml region spec)
127 // wrt the ownership of a given region
128 // the (very bad) assumption is that this value is being read and handled inconsistently or
129 // not at all. Current strategy is to put the code in place to support the validity of this information
130 // and to roll forward debugging any issues from that point
131 //
132 /// <summary> 126 /// <summary>
133 /// this particular mod to the file provides support within the spec for RegionProfileData for the 127 /// this particular mod to the file provides support within the spec for RegionProfileData for the
134 /// owner_uuid for the region 128 /// owner_uuid for the region
135 /// </summary> 129 /// </summary>
136 public LLUUID owner_uuid; 130 public LLUUID owner_uuid = LLUUID.Zero;
137 131
138 /// <summary> 132 /// <summary>
139 /// Get Sim profile data from grid server when in grid mode 133 /// Get Sim profile data from grid server when in grid mode