Commit Verlauf

Autor SHA1 Nachricht Datum
  Melanie Thielker b16abc8166 Massive tab and trailing space cleanup vor 7 Jahren
  Melanie Thielker ea8f3c83bf Finally remove the requirement for an InventoryItem/FolderBase object to vor 8 Jahren
  Diva Canto 959872315f WARNING: massive refactor to follow libomv's latest changes regarding inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum. vor 9 Jahren
  Diva Canto 0bf1209f90 Another major overhaul of inventory downloading, this time pertaining to inventory links. Added yet another function to IInventoryService to get multiple items at once, so that fetching collections of linked items is done once per folder instead of once per item. vor 9 Jahren
  Diva Canto c74cef0f42 Major change in the way inventory is downloaded: added a method throughout IIventoryService that fetches sets of folders at once. Also added folder id in the InventoryCollection data structure, so that we don't need to go to inventory server again just for that. This reduces the chatter between sims and inventory server by... a lot. On my tests, this reduces initial inventory download down to 30% of what it currently is. vor 9 Jahren
  Oren Hurvitz 018832522c Removed GetUserInventory(). It wasn't being used, and was creating warnings because it's Obsolete. vor 10 Jahren
  Justin Clark-Casey (justincc) d50d169441 If GetFolderContent called by WebFetchInvDescHandler.Fetch() fails for some reason and returns null, log and return empty contents rather than throwing an exception that ends up terminating the simulator. vor 10 Jahren
  Justin Clark-Casey (justincc) 621d5b58e1 minor: add a bit more method doc to IInventoryService.GetItem() vor 13 Jahren
  Justin Clark-Casey (justincc) 704a53fb9b Fix bug in llGiveInventory() where items were disappearing on relog vor 14 Jahren
  Melanie f198c68547 Mark GetUserInventory as obsolete. It is still used in the default vor 14 Jahren
  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. vor 15 Jahren
  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). vor 15 Jahren
  Diva Canto c5af39239f A better purge of trash folder. vor 15 Jahren
  Diva Canto 034c9cf606 Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. vor 15 Jahren
  Diva Canto 5246dc33dc Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting to get on my nerves. vor 15 Jahren
  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. vor 15 Jahren
  Diva Canto 0c47f8e7ab Changed RequestRootFolder to GetRootFolder vor 15 Jahren
  diva 2afd733229 Fixes mantis #3803. Thanks jhurliman. vor 15 Jahren
  diva 16d5003274 Added more functions to IInventoryService. Unsure about whether all of these are really necessary. vor 15 Jahren
  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. vor 15 Jahren