Update svn properties, minor formatting cleanup.
parent
e3a3ce7628
commit
ac083becd9
|
@ -669,7 +669,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
|
||||||
case "VisualParameters" :
|
case "VisualParameters" :
|
||||||
{
|
{
|
||||||
xml.ReadContentAsBase64(rdata.userAppearance.VisualParams,
|
xml.ReadContentAsBase64(rdata.userAppearance.VisualParams,
|
||||||
0,rdata.userAppearance.VisualParams.Length);
|
0, rdata.userAppearance.VisualParams.Length);
|
||||||
indata = true;
|
indata = true;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -2728,7 +2728,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
client.OnScriptAnswer-=handleScriptAnswer;
|
client.OnScriptAnswer-=handleScriptAnswer;
|
||||||
m_waitingForScriptAnswer=false;
|
m_waitingForScriptAnswer=false;
|
||||||
|
|
||||||
if((answer & ScriptBaseClass.PERMISSION_TAKE_CONTROLS) == 0)
|
if ((answer & ScriptBaseClass.PERMISSION_TAKE_CONTROLS) == 0)
|
||||||
llReleaseControls();
|
llReleaseControls();
|
||||||
|
|
||||||
m_host.TaskInventory[invItemID].PermsMask=answer;
|
m_host.TaskInventory[invItemID].PermsMask=answer;
|
||||||
|
@ -2815,7 +2815,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
// byte uf = childPrim.RootPart.UpdateFlag;
|
// byte uf = childPrim.RootPart.UpdateFlag;
|
||||||
childPrim.RootPart.UpdateFlag = 0;
|
childPrim.RootPart.UpdateFlag = 0;
|
||||||
parentPrim.LinkToGroup(childPrim);
|
parentPrim.LinkToGroup(childPrim);
|
||||||
// if(uf != (Byte)0)
|
// if (uf != (Byte)0)
|
||||||
// parent.RootPart.UpdateFlag = uf;
|
// parent.RootPart.UpdateFlag = uf;
|
||||||
}
|
}
|
||||||
parentPrim.TriggerScriptChangedEvent(Changed.LINK);
|
parentPrim.TriggerScriptChangedEvent(Changed.LINK);
|
||||||
|
@ -3742,7 +3742,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
{
|
{
|
||||||
face = 0;
|
face = 0;
|
||||||
}
|
}
|
||||||
if(face >= 0 && face < GetNumberOfSides(part))
|
if (face >= 0 && face < GetNumberOfSides(part))
|
||||||
{
|
{
|
||||||
offset.x = tex.GetFace((uint)face).OffsetU;
|
offset.x = tex.GetFace((uint)face).OffsetU;
|
||||||
offset.y = tex.GetFace((uint)face).OffsetV;
|
offset.y = tex.GetFace((uint)face).OffsetV;
|
||||||
|
|
Loading…
Reference in New Issue