Justin Clark-Casey (justincc)
|
621d5b58e1
minor: add a bit more method doc to IInventoryService.GetItem()
|
il y a 13 ans |
Justin Clark-Casey (justincc)
|
704a53fb9b
Fix bug in llGiveInventory() where items were disappearing on relog
|
il y a 14 ans |
Melanie
|
f198c68547
Mark GetUserInventory as obsolete. It is still used in the default
|
il y a 15 ans |
Diva Canto
|
b03eeeb9f6
* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set.
|
il y a 15 ans |
Diva Canto
|
d519f1885f
Added MoveItems, which is most useful upon viewer-delete inventory operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently).
|
il y a 15 ans |
Diva Canto
|
c5af39239f
A better purge of trash folder.
|
il y a 15 ans |
Diva Canto
|
034c9cf606
Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.
|
il y a 15 ans |
Diva Canto
|
5246dc33dc
Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting to get on my nerves.
|
il y a 15 ans |
Diva Canto
|
cdcbc48534
Added two new methods to IIventoryService -- GetFolderForType and GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
|
il y a 15 ans |
Diva Canto
|
0c47f8e7ab
Changed RequestRootFolder to GetRootFolder
|
il y a 15 ans |
diva
|
2afd733229
Fixes mantis #3803. Thanks jhurliman.
|
il y a 15 ans |
diva
|
16d5003274
Added more functions to IInventoryService. Unsure about whether all of these are really necessary.
|
il y a 15 ans |
diva
|
1ad237a8a7
First draft of inventory service connectors, and service implementation. No handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions.
|
il y a 15 ans |