UbitUmarov
|
7fb1063990
dont send of the contents of LinkFolders also on Multiple folder fetch. Outfits changes still seem to work, except FS that doesnt delete the links to previus outfits, as singularity does
|
9 年 前 |
UbitUmarov
|
aa64d3bb7c
dont send of the contents of LinkFolders
|
9 年 前 |
UbitUmarov
|
08187cb599
inventory mess return to the state before divas cache issue
|
9 年 前 |
UbitUmarov
|
7841628313
change to avn fecthinventory and webfecth.. code
|
9 年 前 |
Oren Hurvitz
|
14b4d8bad7
Eliminated several warnings
|
9 年 前 |
Diva Canto
|
b5ac0e1ab8
FetchInventoryDescendents2: Signal to the viewer that folder with UUID.Zero is a bad folder. Don't even go to the backend to ask for it, because that will likely kill the sim. Apparently Firestorm requests folder Zero quite often.
|
9 年 前 |
Diva Canto
|
52d9ea1cee
Mantis #7603 -- bad folders in inventory could produce null pointer exception. Thanks for the line numbers in the exception trace.
|
9 年 前 |
Diva Canto
|
ea5aa82c2c
Mantis #7567. Once again, avoiding prefetching linked items within linked folders. Also fixing the inventory connector GetMultipleItems, so that if everything is in the cache, it returns successfully rather than unsuccessfully.
|
9 年 前 |
Diva Canto
|
bac53387a9
Mantis #7567: added an 8-sec expiring item cache to the inventory network connector. This fixed the problem on my local test grid and generally made things faster. This cache has been needed for a while... there are many parts in the code where the sim gets an item multiple times in a short amount of time (rezzing attachs and objects, for example).
|
9 年 前 |
Diva Canto
|
3141664d6b
I suspect the viewer doesn't need the target of linked items inside linked folders to go in the reply of the original request. At least my tests indicate that. Pushing this out, so that others who use linked folders a lot more can verify.
|
9 年 前 |
Diva Canto
|
8de65a8fb3
Mantis #7594: putting things as they were before regarding duplicate removal. Also added test to check that duplicates are being removed. The test passes. I have no idea how duplicates would not be removed, as reported in the mantis.
|
9 年 前 |
Diva Canto
|
442c025335
Mantis #7594. Fixing the broken code I just introduced.
|
9 年 前 |
Diva Canto
|
7b5e97f04f
More on mantis #7594, this a=time addressing the reported exception, which seems to be a separate issue from the duplicate folders.
|
9 年 前 |
Diva Canto
|
7effd3b158
Mantis #7594. This should be functionally equivalent to what it was, but just in case mono has a bug in List<T>.Find, here is the Linq equivalent of distinct-ness.
|
9 年 前 |
Diva Canto
|
f992ed0f40
Added unit tests for FetchInventoryDescendents http://wiki.secondlife.com/wiki/Linden_Lab_Official:Inventory_API#Fetch_Inventory_Descendents
|
9 年 前 |