Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | having the file open then let PermissionsToString know about Export | UbitUmarov | 2017-04-30 | 1 | -0/+2 |
| | |||||
* | save some nanoseconds if unfolding will not change anything ( export default ↵ | UbitUmarov | 2017-04-30 | 1 | -2/+2 |
| | | | | mks it rare, but looks nice) | ||||
* | remove a redundant operation | UbitUmarov | 2017-04-30 | 1 | -2/+0 |
| | |||||
* | update folded permitions if taking from world, or after unfold | UbitUmarov | 2017-04-29 | 1 | -6/+22 |
| | |||||
* | recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ↵ | UbitUmarov | 2017-04-29 | 1 | -0/+32 |
| | | | | easys code readability | ||||
* | Fix errors introduced by incomplete understanding of what folded perms are | Melanie Thielker | 2017-01-06 | 1 | -19/+0 |
| | |||||
* | dont assume that all zero folded perms are to ignore ( coerence with old | UbitUmarov | 2014-08-05 | 1 | -2/+2 |
| | | | | code in avn-current ) | ||||
* | Refactored: use a single function to apply an object's folded permissions to ↵ | Oren Hurvitz | 2014-01-10 | 1 | -0/+19 |
| | | | | its main permissions | ||||
* | Refactored setting permissions when rezzing items: use the same function ↵ | Oren Hurvitz | 2014-01-10 | 1 | -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.) |