diff options
Diffstat (limited to 'linden/indra/llinventory/llparcelflags.h')
-rw-r--r-- | linden/indra/llinventory/llparcelflags.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linden/indra/llinventory/llparcelflags.h b/linden/indra/llinventory/llparcelflags.h index 17d9151..38d49fe 100644 --- a/linden/indra/llinventory/llparcelflags.h +++ b/linden/indra/llinventory/llparcelflags.h | |||
@@ -61,7 +61,8 @@ const U32 PF_ALLOW_GROUP_SCRIPTS = 1 << 25; // Allow scripts owned by group | |||
61 | const U32 PF_CREATE_GROUP_OBJECTS = 1 << 26; // Allow object creation by group members or objects | 61 | const U32 PF_CREATE_GROUP_OBJECTS = 1 << 26; // Allow object creation by group members or objects |
62 | const U32 PF_ALLOW_ALL_OBJECT_ENTRY = 1 << 27; // Allow all objects to enter a parcel | 62 | const U32 PF_ALLOW_ALL_OBJECT_ENTRY = 1 << 27; // Allow all objects to enter a parcel |
63 | const U32 PF_ALLOW_GROUP_OBJECT_ENTRY = 1 << 28; // Only allow group (and owner) objects to enter the parcel | 63 | const U32 PF_ALLOW_GROUP_OBJECT_ENTRY = 1 << 28; // Only allow group (and owner) objects to enter the parcel |
64 | 64 | const U32 PF_ALLOW_VOICE_CHAT = 1 << 29; // Allow residents to use voice chat on this parcel | |
65 | const U32 PF_USE_ESTATE_VOICE_CHAN = 1 << 30; | ||
65 | 66 | ||
66 | const U32 PF_RESERVED = 1 << 31; | 67 | const U32 PF_RESERVED = 1 << 31; |
67 | 68 | ||
@@ -83,7 +84,9 @@ const U32 PF_DEFAULT = PF_ALLOW_FLY | |||
83 | | PF_CREATE_GROUP_OBJECTS | 84 | | PF_CREATE_GROUP_OBJECTS |
84 | | PF_USE_BAN_LIST | 85 | | PF_USE_BAN_LIST |
85 | | PF_ALLOW_ALL_OBJECT_ENTRY | 86 | | PF_ALLOW_ALL_OBJECT_ENTRY |
86 | | PF_ALLOW_GROUP_OBJECT_ENTRY; | 87 | | PF_ALLOW_GROUP_OBJECT_ENTRY |
88 | | PF_ALLOW_VOICE_CHAT | ||
89 | | PF_USE_ESTATE_VOICE_CHAN; | ||
87 | 90 | ||
88 | // Access list flags | 91 | // Access list flags |
89 | const U32 AL_ACCESS = (1 << 0); | 92 | const U32 AL_ACCESS = (1 << 0); |