Update svn properties, minor formatting cleanup.

0.6.0-stable
Jeff Ames 2008-09-18 16:07:06 +00:00
parent e3a3ce7628
commit ac083becd9
6 changed files with 17 additions and 17 deletions

View File

@ -669,7 +669,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
case "VisualParameters" :
{
xml.ReadContentAsBase64(rdata.userAppearance.VisualParams,
0,rdata.userAppearance.VisualParams.Length);
0, rdata.userAppearance.VisualParams.Length);
indata = true;
}
break;

View File

@ -2728,7 +2728,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
client.OnScriptAnswer-=handleScriptAnswer;
m_waitingForScriptAnswer=false;
if((answer & ScriptBaseClass.PERMISSION_TAKE_CONTROLS) == 0)
if ((answer & ScriptBaseClass.PERMISSION_TAKE_CONTROLS) == 0)
llReleaseControls();
m_host.TaskInventory[invItemID].PermsMask=answer;
@ -2815,7 +2815,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
// byte uf = childPrim.RootPart.UpdateFlag;
childPrim.RootPart.UpdateFlag = 0;
parentPrim.LinkToGroup(childPrim);
// if(uf != (Byte)0)
// if (uf != (Byte)0)
// parent.RootPart.UpdateFlag = uf;
}
parentPrim.TriggerScriptChangedEvent(Changed.LINK);
@ -3742,7 +3742,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
{
face = 0;
}
if(face >= 0 && face < GetNumberOfSides(part))
if (face >= 0 && face < GetNumberOfSides(part))
{
offset.x = tex.GetFace((uint)face).OffsetU;
offset.y = tex.GetFace((uint)face).OffsetV;