aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/roles_constants.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llcommon/roles_constants.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llcommon/roles_constants.h')
-rw-r--r--linden/indra/llcommon/roles_constants.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/linden/indra/llcommon/roles_constants.h b/linden/indra/llcommon/roles_constants.h
index 956a9de..ee2986b 100644
--- a/linden/indra/llcommon/roles_constants.h
+++ b/linden/indra/llcommon/roles_constants.h
@@ -143,11 +143,18 @@ const U64 GP_NOTICES_RECEIVE = 0x1LL << 43; // Receive Notices and View Notice
143const U64 GP_PROPOSAL_START = 0x1LL << 44; // Start Proposal 143const U64 GP_PROPOSAL_START = 0x1LL << 44; // Start Proposal
144const U64 GP_PROPOSAL_VOTE = 0x1LL << 45; // Vote on Proposal 144const U64 GP_PROPOSAL_VOTE = 0x1LL << 45; // Vote on Proposal
145 145
146// Group chat moderation related
147const U64 GP_SESSION_JOIN = 0x1LL << 16; //can join session
148const U64 GP_SESSION_VOICE = 0x1LL << 27; //can hear/talk
149const U64 GP_SESSION_MODERATOR = 0x1LL << 37; //can mute people's session
150
146const U64 GP_DEFAULT_MEMBER = GP_ACCOUNTING_ACCOUNTABLE 151const U64 GP_DEFAULT_MEMBER = GP_ACCOUNTING_ACCOUNTABLE
147 | GP_LAND_ALLOW_SET_HOME 152 | GP_LAND_ALLOW_SET_HOME
148 | GP_NOTICES_RECEIVE 153 | GP_NOTICES_RECEIVE
149 | GP_PROPOSAL_START 154 | GP_PROPOSAL_START
150 | GP_PROPOSAL_VOTE 155 | GP_PROPOSAL_VOTE
156 | GP_SESSION_JOIN
157 | GP_SESSION_VOICE
151 ; 158 ;
152 159
153const U64 GP_DEFAULT_OFFICER = GP_ACCOUNTING_ACCOUNTABLE 160const U64 GP_DEFAULT_OFFICER = GP_ACCOUNTING_ACCOUNTABLE
@@ -188,5 +195,8 @@ const U64 GP_DEFAULT_OFFICER = GP_ACCOUNTING_ACCOUNTABLE
188 | GP_PROPOSAL_VOTE 195 | GP_PROPOSAL_VOTE
189 | GP_ROLE_ASSIGN_MEMBER_LIMITED 196 | GP_ROLE_ASSIGN_MEMBER_LIMITED
190 | GP_ROLE_PROPERTIES 197 | GP_ROLE_PROPERTIES
198 | GP_SESSION_MODERATOR
199 | GP_SESSION_JOIN
200 | GP_SESSION_VOICE
191 ; 201 ;
192#endif 202#endif