diff options
author | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
commit | 089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch) | |
tree | 0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/llmessage/llregionflags.h | |
parent | Second Life viewer sources 1.16.0.5 (diff) | |
download | meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2 meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz |
Second Life viewer sources 1.17.0.12
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llregionflags.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/linden/indra/llmessage/llregionflags.h b/linden/indra/llmessage/llregionflags.h index fb9bf5b..8702277 100644 --- a/linden/indra/llmessage/llregionflags.h +++ b/linden/indra/llmessage/llregionflags.h | |||
@@ -56,7 +56,7 @@ const U32 REGION_FLAGS_BLOCK_LAND_RESELL = (1 << 7); | |||
56 | 56 | ||
57 | // All content wiped once per night | 57 | // All content wiped once per night |
58 | const U32 REGION_FLAGS_SANDBOX = (1 << 8); | 58 | const U32 REGION_FLAGS_SANDBOX = (1 << 8); |
59 | 59 | const U32 REGION_FLAGS_NULL_LAYER = (1 << 9); | |
60 | const U32 REGION_FLAGS_SKIP_AGENT_ACTION = (1 << 10); | 60 | const U32 REGION_FLAGS_SKIP_AGENT_ACTION = (1 << 10); |
61 | const U32 REGION_FLAGS_SKIP_UPDATE_INTEREST_LIST= (1 << 11); | 61 | const U32 REGION_FLAGS_SKIP_UPDATE_INTEREST_LIST= (1 << 11); |
62 | const U32 REGION_FLAGS_SKIP_COLLISIONS = (1 << 12); // Pin all non agent rigid bodies | 62 | const U32 REGION_FLAGS_SKIP_COLLISIONS = (1 << 12); // Pin all non agent rigid bodies |
@@ -88,11 +88,14 @@ const U32 REGION_FLAGS_ALLOW_PARCEL_CHANGES = (1 << 26); | |||
88 | 88 | ||
89 | const U32 REGION_FLAGS_ABUSE_EMAIL_TO_ESTATE_OWNER = (1 << 27); | 89 | const U32 REGION_FLAGS_ABUSE_EMAIL_TO_ESTATE_OWNER = (1 << 27); |
90 | 90 | ||
91 | const U32 REGION_FLAGS_NULL_LAYER = (1 << 9); | 91 | const U32 REGION_FLAGS_ALLOW_VOICE = (1 << 28); |
92 | |||
92 | 93 | ||
93 | const U32 REGION_FLAGS_DEFAULT = REGION_FLAGS_ALLOW_LANDMARK | | 94 | const U32 REGION_FLAGS_DEFAULT = REGION_FLAGS_ALLOW_LANDMARK | |
94 | REGION_FLAGS_ALLOW_SET_HOME | | 95 | REGION_FLAGS_ALLOW_SET_HOME | |
95 | REGION_FLAGS_ALLOW_PARCEL_CHANGES; | 96 | REGION_FLAGS_ALLOW_PARCEL_CHANGES | |
97 | REGION_FLAGS_ALLOW_VOICE; | ||
98 | |||
96 | 99 | ||
97 | const U32 REGION_FLAGS_PRELUDE_SET = REGION_FLAGS_RESET_HOME_ON_TELEPORT; | 100 | const U32 REGION_FLAGS_PRELUDE_SET = REGION_FLAGS_RESET_HOME_ON_TELEPORT; |
98 | const U32 REGION_FLAGS_PRELUDE_UNSET = REGION_FLAGS_ALLOW_LANDMARK | 101 | const U32 REGION_FLAGS_PRELUDE_UNSET = REGION_FLAGS_ALLOW_LANDMARK |