aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llinventory/llparcelflags.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llinventory/llparcelflags.h')
-rw-r--r--linden/indra/llinventory/llparcelflags.h7
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
61const U32 PF_CREATE_GROUP_OBJECTS = 1 << 26; // Allow object creation by group members or objects 61const U32 PF_CREATE_GROUP_OBJECTS = 1 << 26; // Allow object creation by group members or objects
62const U32 PF_ALLOW_ALL_OBJECT_ENTRY = 1 << 27; // Allow all objects to enter a parcel 62const U32 PF_ALLOW_ALL_OBJECT_ENTRY = 1 << 27; // Allow all objects to enter a parcel
63const U32 PF_ALLOW_GROUP_OBJECT_ENTRY = 1 << 28; // Only allow group (and owner) objects to enter the parcel 63const U32 PF_ALLOW_GROUP_OBJECT_ENTRY = 1 << 28; // Only allow group (and owner) objects to enter the parcel
64 64const U32 PF_ALLOW_VOICE_CHAT = 1 << 29; // Allow residents to use voice chat on this parcel
65const U32 PF_USE_ESTATE_VOICE_CHAN = 1 << 30;
65 66
66const U32 PF_RESERVED = 1 << 31; 67const 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
89const U32 AL_ACCESS = (1 << 0); 92const U32 AL_ACCESS = (1 << 0);