aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Backported from 0.9.2 fix owner on user rez from a prim inventory to groundonefang2021-08-031-7/+12
| | | | With some minor fixes.
* make sure XEngine does release script events when a script is destroyedUbitUmarov2019-08-011-4/+1
|
* mantis8569: do aggregate script events when a script is deleted; block ↵UbitUmarov2019-08-011-2/+5
| | | | nonphysical drag if a touch event is triggered, add a time guard on that
* let changed allowed drop have lldetectedkey[0] return the dropped item id, ↵UbitUmarov2019-02-211-1/+1
| | | | Yengine and still testing"
* fix last owner on add to object inventoryUbitUmarov2019-02-211-4/+4
|
* remove more xml things no longer needed on .net >4.5.2UbitUmarov2018-01-171-1/+0
|
* Merge branch 'master' into httptestsUbitUmarov2018-01-051-1/+1
|\
| * disable some XmlResolverUbitUmarov2018-01-041-1/+1
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-11-121-2/+2
|\ \ | |/
| * mantis 8260 fix script count on delete and remove ↵UbitUmarov2017-11-081-2/+2
| | | | | | | | redundantTriggerRemoveScript in 2 points
* | mergeUbitUmarov2017-06-101-56/+65
|\ \ | |/
| * bug fix plus some cleanupUbitUmarov2017-06-091-56/+65
| |
* | merge fixUbitUmarov2017-05-041-9/+12
|\ \ | |/
| * do the same in the cases we are just moving parts around and not changing ↵UbitUmarov2017-05-041-4/+2
| | | | | | | | their caches (ie their taskInventory)
| * move deep effective permissions aggregation to first time use and not on ↵UbitUmarov2017-05-041-1/+1
| | | | | | | | changes. There flag it is need with InvalidateDeepEffectivePerms(). Add config options PropagateGroupShareOutwards and PropagateAnyOneOutwards
| * 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; ↵UbitUmarov2017-05-031-2/+9
| | | | | | | | missing taskInv serial update
* | viewer can't tell if a taskitem is group owned if we don't tell him;UbitUmarov2017-05-031-2/+9
|/ | | | missing taskInv serial update"
* 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 ↵UbitUmarov2017-04-281-18/+28
| | | | use master for TESTING also
* add/fix CanRunScriptUbitUmarov2017-01-211-1/+1
|
* add more calls to effective permissions aggregation, some paths may still be ↵UbitUmarov2017-01-171-1/+10
| | | | missing on objects changes, but remove the aggregation on check paths, so all can be tested.
* add more calls to effective permissions aggregation; do not change groupmask ↵UbitUmarov2017-01-171-0/+1
| | | | on deed
* avoid lastOwner beeing the groupUbitUmarov2017-01-161-1/+2
|
* chance new effective permissions code to ease aggregation on demand( ie on ↵UbitUmarov2017-01-161-36/+4
| | | | changes). But still doing full aggregation on checks, so still heavy
* 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
| | | | | | | | New objects now get only the real slam bit.
* | add code for fixing effective permitions. This is a test, and currently too ↵UbitUmarov2017-01-151-2/+44
|/ | | | slow for prodution. just finding our way home
* 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
| | | | | | | unreasonable for most cases. The coment about performance on a previus commit refering to mantis 7904 was wrong, this changes will NOT do much in terms of objects inventory download time, only a bit on cpu and memory use"
* 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 ↵UbitUmarov2016-07-071-12/+21
| | | | inventory sending is slow by design
* Revert "More debug to diagnose osgrid"Diva Canto2016-06-131-1/+1
| | | | This reverts commit b5f29e93f6345987c0b9b8d6496b489e7336039b.
* 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
| | | | | | | | store call
| * 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
| | | | | | | | agressive lock