diff options
author | dolphin <dolphin@lindenlab.com> | 2013-03-13 08:53:51 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-03-13 08:53:51 -0700 |
commit | 2d9ad6ba687cacc81251e1ce57e323b0c2782db9 (patch) | |
tree | 32c61884d6fc778985f9aa16a7dda1da96458cf8 /indra/llcommon | |
parent | a76825ec301c9a49a608f34ecbd8238183149685 (diff) |
Added group roles for experiences and updated the roles management UI to access them.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/roles_constants.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/llcommon/roles_constants.h b/indra/llcommon/roles_constants.h index effd15ea72..65ec290200 100644 --- a/indra/llcommon/roles_constants.h +++ b/indra/llcommon/roles_constants.h @@ -53,7 +53,7 @@ enum LLRoleChangeType // KNOWN HOLES: use these for any single bit powers you need // bit 0x1 << 46 -// bit 0x1 << 49 and above +// bit 0x1 << 51 and above // These powers were removed to make group roles simpler // bit 0x1 << 41 (GP_ACCOUNTING_VIEW) @@ -146,6 +146,9 @@ const U64 GP_SESSION_JOIN = 0x1LL << 16; //can join session const U64 GP_SESSION_VOICE = 0x1LL << 27; //can hear/talk const U64 GP_SESSION_MODERATOR = 0x1LL << 37; //can mute people's session +const U64 GP_EXPERIENCE_ADMIN = 0x1LL << 49; // has admin rights to any experiences owned by this group +const U64 GP_EXPERIENCE_CREATOR = 0x1LL << 50; // can sign scripts for experiences owned by this group + const U64 GP_DEFAULT_MEMBER = GP_ACCOUNTING_ACCOUNTABLE | GP_LAND_ALLOW_SET_HOME | GP_NOTICES_RECEIVE |