aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* give up on a property that old monos do compile, but then smore ok execUbitUmarov2018-01-091-1/+1
* fall back to a obsolete property since several monos in use (include our own)...UbitUmarov2018-01-081-1/+1
* a few more xml thingsUbitUmarov2018-01-051-1/+1
* disable some XmlResolverUbitUmarov2018-01-041-0/+1
* mantis 8260 fix script count on delete and remove redundantTriggerRemoveScrip...UbitUmarov2017-11-081-3/+3
* improve english on few messages (thx)UbitUmarov2017-06-121-1/+1
* do the same in the cases we are just moving parts around and not changing th...UbitUmarov2017-05-041-5/+5
* fix right to change permissions of group owned taskitemsUbitUmarov2017-05-031-0/+17
* change taskInventory copy/move to agents inventory rulesUbitUmarov2017-05-031-6/+1
* don't break groups permission maskUbitUmarov2017-04-301-3/+2
* nore permissions masks hierachyUbitUmarov2017-04-291-14/+12
* update folded permitions if taking from world, or after unfoldUbitUmarov2017-04-291-2/+4
* recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ea...UbitUmarov2017-04-291-5/+7
* add check for valid folded permsUbitUmarov2017-04-291-6/+2
* fix chain of contents sellsUbitUmarov2017-04-291-3/+8
* a few changes to permissions folding... we are testing. at this point only us...UbitUmarov2017-04-281-4/+9
* several changes relative to objects return and parcel prim counts: avoid nul...UbitUmarov2017-01-271-8/+13
* CHANGED ALLOWED_DROP should only trigger if user has no MOD rightsUbitUmarov2017-01-251-2/+3
* add and use CanDropInObjectInvUbitUmarov2017-01-251-103/+97
* make use of CanDoObjectInvToObjectInvUbitUmarov2017-01-251-21/+1
* work around group sharing and owned permitions issues, fix a non copy objects...UbitUmarov2017-01-221-21/+12
* change CanDeedObject. WARNING like on other grids, if you do not set next own...UbitUmarov2017-01-191-11/+2
* object Take and TakeCopy are for in scene SOPs and SPs and permitions module ...UbitUmarov2017-01-191-2/+4
* add more calls to effective permissions aggregation, some paths may still be ...UbitUmarov2017-01-171-1/+7
* add more calls to effective permissions aggregation; do not change groupmask ...UbitUmarov2017-01-171-2/+9
* start adding calls to effective permissions aggregation on changes; rearrange...UbitUmarov2017-01-171-2/+0
* Remove the last instance of the legacy slam but being setMelanie Thielker2017-01-161-1/+5
* Fix the new permissions error introduced with the inventory fixMelanie Thielker2017-01-131-10/+24
* Fix the long-standing bug that object permissions set in inventory were lostMelanie Thielker2017-01-061-6/+12
* Fix errors introduced by incomplete understanding of what folded perms areMelanie Thielker2017-01-061-15/+9
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-41/+41
* leave stupid broken permissions aloneUbitUmarov2016-12-181-4/+2
* leave stupid broken permissions aloneUbitUmarov2016-12-181-4/+1
* just give up on Export flag, seems just broken no matter water with current F...UbitUmarov2016-12-181-1/+4
* allow a creator that is also onwer to change export flag. Add missing setting...UbitUmarov2016-12-171-2/+4
* remove SOG.FromPartID from main code and flag it obsoleteUbitUmarov2016-12-041-2/+1
* The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty2016-12-041-0/+2
* use group provided by viewer on Object rez from inventoryUbitUmarov2016-08-051-3/+3
* more changes relative to incorrect use of activegroupidUbitUmarov2016-08-051-3/+4
* Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2016-07-041-17/+10
* Still mantis #7929: apply next owner mask to the new owner, the group.Diva Canto2016-06-201-0/+1
* Mantis #7929: objects deeded to the group were loosing some important propert...Diva Canto2016-06-201-6/+9
* Apply user specified default perms across the board, to items uploaded as wel...Melanie Thielker2016-04-291-27/+1
* Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker2016-04-291-2/+2
* Prevent "Object->Take" from working on attachments.Melanie Thielker2016-04-291-2/+2
* inventory messUbitUmarov2015-09-111-22/+22
* remove diva's inventory cache since it seems to cause mantis 7720, broken it...UbitUmarov2015-09-111-22/+22
* seems to compile ( tests comented out)UbitUmarov2015-09-021-112/+34
* bad merge?UbitUmarov2015-09-011-88/+426
|\
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-8/+3