aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PermissionsUtil.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dont assume that all zero folded perms are to ignore ( coerence with oldUbitUmarov2014-08-051-2/+2
| | | | code in avn-current )
* Refactored: use a single function to apply an object's folded permissions to ↵Oren Hurvitz2014-01-101-0/+19
| | | | its main permissions
* Refactored setting permissions when rezzing items: use the same function ↵Oren Hurvitz2014-01-101-0/+68
when rezzing from user inventory and prim inventory. Also, fixed a bug: when rezzing a coalesced object from a prim's inventory, apply the coalesced object's name and description only to the first sub-object; not to all the objects in the coalescence. (This was already done correctly when rezzing from a user's inventory.)