Animesh test changes. Also stop screwing with my commit messages, github.

This commit is contained in:
Shyotl
2019-03-17 02:35:07 -05:00
parent aa37a0b539
commit b81373366b
38 changed files with 4445 additions and 1220 deletions

View File

@@ -4499,6 +4499,10 @@ version 2.0
AgeVerificationBlock Single
{ RegionDenyAgeUnverified BOOL }
}
{
RegionAllowAccessBlock Single
{ RegionAllowAccessOverride BOOL }
}
}
// ParcelPropertiesUpdate
@@ -7281,6 +7285,29 @@ version 2.0
}
// *************************************************************************
// Object animation messages
// *************************************************************************
// Note this is basically identical to AvatarAnimation.
// Needs to be a different message because existing viewers
// have insufficiently smart handler functions.
// ObjectAnimation - Update animation state
// simulator --> viewer
{
ObjectAnimation High 30 Trusted Unencoded
{
Sender Single
{ ID LLUUID }
}
{
AnimationList Variable
{ AnimID LLUUID }
{ AnimSequenceID S32 }
}
}
// *************************************************************************
// Asset storage messages
// *************************************************************************

View File

@@ -1 +1 @@
326aaa0f3f77faaa62aac6675f2c9c17f5d14116
c311c9147c1c81a49af405a52d9569bf45b92708