aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* disable some XmlResolverUbitUmarov2018-01-041-1/+1
* mantis 8260 fix script count on delete and remove redundantTriggerRemoveScrip...UbitUmarov2017-11-081-2/+2
* bug fix plus some cleanupUbitUmarov2017-06-091-56/+65
* do the same in the cases we are just moving parts around and not changing th...UbitUmarov2017-05-041-4/+2
* move deep effective permissions aggregation to first time use and not on cha...UbitUmarov2017-05-041-1/+1
* still another missing conversion btw viewer and OS on groupd ownedUbitUmarov2017-05-031-4/+4
* taskitem group owned information was still incorrectUbitUmarov2017-05-031-1/+6
* viewer can't tell if a taskitem is group owned if we don't tell him; missing...UbitUmarov2017-05-031-2/+9
* save a few nanosecondsUbitUmarov2017-05-011-9/+16
* exclude lms from permissions checks. They are full rights, and broken on all dbsUbitUmarov2017-04-301-31/+5
* a few changes to permissions folding... we are testing. at this point only us...UbitUmarov2017-04-281-18/+28
* add/fix CanRunScriptUbitUmarov2017-01-211-1/+1
* add more calls to effective permissions aggregation, some paths may still be ...UbitUmarov2017-01-171-1/+10
* add more calls to effective permissions aggregation; do not change groupmask ...UbitUmarov2017-01-171-0/+1
* avoid lastOwner beeing the groupUbitUmarov2017-01-161-1/+2
* chance new effective permissions code to ease aggregation on demand( ie on c...UbitUmarov2017-01-161-36/+4
* Merge branch 'melanie'Melanie Thielker2017-01-161-4/+2
|\
| * Remove the last instance of the legacy slam but being setMelanie Thielker2017-01-161-4/+2
* | add code for fixing effective permitions. This is a test, and currently too s...UbitUmarov2017-01-151-2/+44
|/
* fix: send viewers the Everyone permitions of items inside other objectsUbitUmarov2017-01-141-1/+1
* Fix an artefact introduced by git's revert merging logicMelanie Thielker2017-01-061-9/+6
* Fix errors introduced by incomplete understanding of what folded perms areMelanie Thielker2017-01-061-6/+13
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-29/+29
* some changes to RequestInventoryFile()UbitUmarov2016-07-091-38/+36
* reduce lock time during object inventory ProcessInventoryBackupUbitUmarov2016-07-071-7/+4
* reduce the initial capacity of InventoryStringBuilder the 16k i added isUbitUmarov2016-07-071-1/+1
* hide the footprints of my previus bug ( take out comented codeUbitUmarov2016-07-071-3/+0
* forget InventoryStringBuilder.close()UbitUmarov2016-07-071-3/+3
* change InventoryStringBuilder. This will do much for mantis 7904 objects inv...UbitUmarov2016-07-071-12/+21
* Revert "More debug to diagnose osgrid"Diva Canto2016-06-131-1/+1
* More debug to diagnose osgridDiva Canto2016-06-131-1/+1
* seems to compile ( tests comented out)UbitUmarov2015-09-021-13/+0
* bad merge?UbitUmarov2015-09-011-289/+523
|\
| * return bbox and offsetHeight to RezObjectUbitUmarov2014-11-191-5/+4
| * compile fixUbitUmarov2014-09-211-3/+5
| * release lock a bit sooner when not needed, add a try on more complex dbUbitUmarov2014-09-211-4/+11
| * protect getting the itemUbitUmarov2014-09-211-1/+3
| * remove redundant codeUbitUmarov2014-09-211-20/+7
| * taskInventory request: give each transfer a diferent filename, Add moreUbitUmarov2014-09-121-101/+96
| * apply objectSlamSale to all roots of coalescence objects. replace theUbitUmarov2014-08-051-1/+1
| * dont mess with names and descriptions on coalescence objects. InventoryUbitUmarov2014-08-051-1/+3
| * revert to old avn-current code, not using ApplyPermissionsOnRez() till itsUbitUmarov2014-08-051-1/+43
| * replace old Attachoffset by AttachedPos. Comented out possible mergeUbitUmarov2014-07-201-3/+3
| * Merge branch 'master' into careminsterMelanie2014-01-281-38/+17
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-11-031-49/+58
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-07-181-1/+2
| |\ \ \
| * | | | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-241-0/+1
| * | | | Merge branch 'master' into careminsterMelanie2012-10-311-14/+35
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-181-0/+9
| |\ \ \ \ \
| * | | | | | Fix merge artefactsMelanie2012-07-171-7/+2