aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/roles_constants.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:16 -0500
committerJacek Antonelli2008-08-15 23:45:16 -0500
commit3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch)
tree504932ee91a0356fba7ea48798887c96867e492f /linden/indra/llcommon/roles_constants.h
parentSecond Life viewer sources 1.18.4.3 (diff)
downloadmeta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to 'linden/indra/llcommon/roles_constants.h')
-rw-r--r--linden/indra/llcommon/roles_constants.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/llcommon/roles_constants.h b/linden/indra/llcommon/roles_constants.h
index 54e6827..1a7c977 100644
--- a/linden/indra/llcommon/roles_constants.h
+++ b/linden/indra/llcommon/roles_constants.h
@@ -142,11 +142,17 @@ const U64 GP_NOTICES_RECEIVE = 0x1LL << 43; // Receive Notices and View Notice
142const U64 GP_PROPOSAL_START = 0x1LL << 44; // Start Proposal 142const U64 GP_PROPOSAL_START = 0x1LL << 44; // Start Proposal
143const U64 GP_PROPOSAL_VOTE = 0x1LL << 45; // Vote on Proposal 143const U64 GP_PROPOSAL_VOTE = 0x1LL << 45; // Vote on Proposal
144 144
145const U64 GP_SESSION_JOIN = 0x1LL << 46; //can join session
146const U64 GP_SESSION_VOICE = 0x1LL << 47; //can hear/talk
147const U64 GP_SESSION_MODERATOR = 0x1LL << 49; //can mute people's session
148
145const U64 GP_DEFAULT_MEMBER = GP_ACCOUNTING_ACCOUNTABLE 149const U64 GP_DEFAULT_MEMBER = GP_ACCOUNTING_ACCOUNTABLE
146 | GP_LAND_ALLOW_SET_HOME 150 | GP_LAND_ALLOW_SET_HOME
147 | GP_NOTICES_RECEIVE 151 | GP_NOTICES_RECEIVE
148 | GP_PROPOSAL_START 152 | GP_PROPOSAL_START
149 | GP_PROPOSAL_VOTE 153 | GP_PROPOSAL_VOTE
154 | GP_SESSION_JOIN
155 | GP_SESSION_VOICE
150 ; 156 ;
151 157
152const U64 GP_DEFAULT_OFFICER = GP_ACCOUNTING_ACCOUNTABLE 158const U64 GP_DEFAULT_OFFICER = GP_ACCOUNTING_ACCOUNTABLE
@@ -187,5 +193,8 @@ const U64 GP_DEFAULT_OFFICER = GP_ACCOUNTING_ACCOUNTABLE
187 | GP_PROPOSAL_VOTE 193 | GP_PROPOSAL_VOTE
188 | GP_ROLE_ASSIGN_MEMBER_LIMITED 194 | GP_ROLE_ASSIGN_MEMBER_LIMITED
189 | GP_ROLE_PROPERTIES 195 | GP_ROLE_PROPERTIES
196 | GP_SESSION_MODERATOR
197 | GP_SESSION_JOIN
198 | GP_SESSION_VOICE
190 ; 199 ;
191#endif 200#endif