aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-04disable some XmlResolverUbitUmarov1-1/+1
2017-11-08mantis 8260 fix script count on delete and remove redundantTriggerRemoveScrip...UbitUmarov1-2/+2
2017-06-09bug fix plus some cleanupUbitUmarov1-56/+65
2017-05-04 do the same in the cases we are just moving parts around and not changing th...UbitUmarov1-4/+2
2017-05-04 move deep effective permissions aggregation to first time use and not on cha...UbitUmarov1-1/+1
2017-05-03still another missing conversion btw viewer and OS on groupd ownedUbitUmarov1-4/+4
2017-05-03 taskitem group owned information was still incorrectUbitUmarov1-1/+6
2017-05-03viewer can't tell if a taskitem is group owned if we don't tell him; missing...UbitUmarov1-2/+9
2017-05-01save a few nanosecondsUbitUmarov1-9/+16
2017-04-30exclude lms from permissions checks. They are full rights, and broken on all dbsUbitUmarov1-31/+5
2017-04-28a few changes to permissions folding... we are testing. at this point only us...UbitUmarov1-18/+28
2017-01-21add/fix CanRunScriptUbitUmarov1-1/+1
2017-01-17add more calls to effective permissions aggregation, some paths may still be ...UbitUmarov1-1/+10
2017-01-17add more calls to effective permissions aggregation; do not change groupmask ...UbitUmarov1-0/+1
2017-01-16 avoid lastOwner beeing the groupUbitUmarov1-1/+2
2017-01-16 chance new effective permissions code to ease aggregation on demand( ie on c...UbitUmarov1-36/+4
2017-01-16Remove the last instance of the legacy slam but being setMelanie Thielker1-4/+2
2017-01-15add code for fixing effective permitions. This is a test, and currently too s...UbitUmarov1-2/+44
2017-01-14fix: send viewers the Everyone permitions of items inside other objectsUbitUmarov1-1/+1
2017-01-06Fix an artefact introduced by git's revert merging logicMelanie Thielker1-9/+6
2017-01-06Fix errors introduced by incomplete understanding of what folded perms areMelanie Thielker1-6/+13
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-29/+29
2016-07-09 some changes to RequestInventoryFile()UbitUmarov1-38/+36
2016-07-07reduce lock time during object inventory ProcessInventoryBackupUbitUmarov1-7/+4
2016-07-07reduce the initial capacity of InventoryStringBuilder the 16k i added isUbitUmarov1-1/+1
2016-07-07 hide the footprints of my previus bug ( take out comented codeUbitUmarov1-3/+0
2016-07-07 forget InventoryStringBuilder.close()UbitUmarov1-3/+3
2016-07-07 change InventoryStringBuilder. This will do much for mantis 7904 objects inv...UbitUmarov1-12/+21
2016-06-13Revert "More debug to diagnose osgrid"Diva Canto1-1/+1
2016-06-13More debug to diagnose osgridDiva Canto1-1/+1
2015-09-02seems to compile ( tests comented out)UbitUmarov1-13/+0
2015-01-23Fix regression where the stored state of every second script in an object rez...Justin Clark-Casey (justincc)1-1/+7
2014-11-19 return bbox and offsetHeight to RezObjectUbitUmarov1-5/+4
2014-09-21compile fixUbitUmarov1-3/+5
2014-09-21 release lock a bit sooner when not needed, add a try on more complex dbUbitUmarov1-4/+11
2014-09-21 protect getting the itemUbitUmarov1-1/+3
2014-09-21 remove redundant codeUbitUmarov1-20/+7
2014-09-12taskInventory request: give each transfer a diferent filename, Add moreUbitUmarov1-101/+96
2014-08-05 apply objectSlamSale to all roots of coalescence objects. replace theUbitUmarov1-1/+1
2014-08-05dont mess with names and descriptions on coalescence objects. InventoryUbitUmarov1-1/+3
2014-08-05revert to old avn-current code, not using ApplyPermissionsOnRez() till itsUbitUmarov1-1/+43
2014-07-20replace old Attachoffset by AttachedPos. Comented out possible mergeUbitUmarov1-3/+3
2014-07-14Call RemoveScriptInstance when removing from inventoryDev Random1-2/+2
2014-05-20minor: remove compiler warning in SceneObjectPartInventoryJustin Clark-Casey (justincc)1-1/+1
2014-01-10Refactored: use a single function to apply an object's folded permissions to ...Oren Hurvitz1-7/+4
2014-01-10Refactored setting permissions when rezzing items: use the same function when...Oren Hurvitz1-57/+17
2013-10-15Fixed rezzing coalesced objects from a prim's inventoryOren Hurvitz1-46/+55
2013-07-09Put guards on a bunch of exception-inducing code, as seen in logs from load t...Diva Canto1-1/+2
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+1
2013-03-24Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+1