1.5.2 release, assorted fixes

This commit is contained in:
siana
2011-01-02 17:23:37 +01:00
parent d65a5ffeb7
commit 774e20a764
12 changed files with 441 additions and 111 deletions

View File

@@ -1070,11 +1070,11 @@ version 2.0
}
}
// DirPopularQuery viewer->sim
// DEPRECATED: DirPopularQuery viewer->sim
// Special query for the land for sale/auction panel.
// reliable
{
DirPopularQuery Low 51 NotTrusted Zerocoded
DirPopularQuery Low 51 NotTrusted Zerocoded Deprecated
{
AgentData Single
{ AgentID LLUUID }
@@ -1087,11 +1087,11 @@ version 2.0
}
}
// DirPopularQueryBackend sim->dataserver
// DEPRECATED: DirPopularQueryBackend sim->dataserver
// Special query for the land for sale/auction panel.
// reliable
{
DirPopularQueryBackend Low 52 Trusted Zerocoded
DirPopularQueryBackend Low 52 Trusted Zerocoded Deprecated
{
AgentData Single
{ AgentID LLUUID }
@@ -1105,11 +1105,11 @@ version 2.0
}
}
// DirPopularReply
// DEPRECATED: DirPopularReply
// dataserver -> simulator -> viewer
// reliable
{
DirPopularReply Low 53 Trusted Zerocoded
DirPopularReply Low 53 Trusted Zerocoded Deprecated
{
AgentData Single
{ AgentID LLUUID }
@@ -1383,6 +1383,10 @@ version 2.0
{ AgentID LLUUID }
{ KickedFromEstateID U32 }
}
{
AgentInfo Single
{ AgentEffectiveMaturity U32 }
}
}
// DataHomeLocationReply data->sim
@@ -2720,7 +2724,7 @@ version 2.0
// end viewer to simulator section
{
ViewerStats Low 131 NotTrusted Zerocoded
ViewerStats Low 131 NotTrusted Zerocoded UDPDeprecated
{
AgentData Single
{ AgentID LLUUID }
@@ -4911,6 +4915,12 @@ version 2.0
{ ActualArea S32 }
{ Final BOOL } // true if buyer should be in tier
}
{
RegionData Single // included so region name shows up in transaction logs
{ RegionID LLUUID }
{ GridX U32 }
{ GridY U32 }
}
}
// sim ->dataserver
@@ -5277,6 +5287,15 @@ version 2.0
VisualParam Variable
{ ParamValue U8 }
}
{
AgentAccess Variable
{ AgentLegacyAccess U8 }
{ AgentMaxAccess U8 }
}
{
AgentInfo Variable
{ Flags U32 }
}
}
// ChildAgentAlive
@@ -8953,5 +8972,7 @@ version 2.0
{ InvType S8 }
{ Name Variable 1 }
{ Description Variable 1 }
}
}