Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Testicular Slingshot
Alchemy Viewer
Commits
ec57776a
Commit
ec57776a
authored
14 years ago
by
Roxie Linden
Browse files
Options
Downloads
Patches
Plain Diff
Add role action to allow hosting of events on group land
parent
9184dfd9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/llcommon/roles_constants.h
+2
-1
2 additions, 1 deletion
indra/llcommon/roles_constants.h
indra/newview/skins/default/xui/en/role_actions.xml
+3
-0
3 additions, 0 deletions
indra/newview/skins/default/xui/en/role_actions.xml
with
5 additions
and
1 deletion
indra/llcommon/roles_constants.h
+
2
−
1
View file @
ec57776a
...
...
@@ -52,7 +52,6 @@ enum LLRoleChangeType
//
// KNOWN HOLES: use these for any single bit powers you need
// bit 0x1 << 41
// bit 0x1 << 46
// bit 0x1 << 49 and above
...
...
@@ -103,6 +102,8 @@ const U64 GP_LAND_ALLOW_FLY = 0x1 << 24; // Bypass Fly Restriction
const
U64
GP_LAND_ALLOW_CREATE
=
0x1
<<
25
;
// Bypass Create/Edit Objects Restriction
const
U64
GP_LAND_ALLOW_LANDMARK
=
0x1
<<
26
;
// Bypass Landmark Restriction
const
U64
GP_LAND_ALLOW_SET_HOME
=
0x1
<<
28
;
// Bypass Set Home Point Restriction
const
U64
GP_LAND_ALLOW_HOLD_EVENT
=
0x1LL
<<
41
;
// Allowed to hold events on group-owned land
// Parcel Access
const
U64
GP_LAND_MANAGE_ALLOWED
=
0x1
<<
29
;
// Manage Allowed List
...
...
This diff is collapsed.
Click to expand it.
indra/newview/skins/default/xui/en/role_actions.xml
+
3
−
0
View file @
ec57776a
...
...
@@ -108,6 +108,9 @@
<action
description=
"Allow 'Set Home to Here' on group land"
longdescription=
"Members in a Role with this Ability can use World menu > Landmarks > Set Home to Here on a parcel deeded to this group."
name=
"land allow set home"
value=
"28"
/>
<action
description=
"Allow 'Event Hosting' on group land"
longdescription=
"Members in a Role with this Ability can select group owned parcels as venus when hosting an event."
name=
"land allow host event"
value=
"41"
/>
</action_set>
<action_set
description=
"These Abilities include powers to allow or restrict access to group-owned parcels, including freezing and ejecting Residents."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment