Commit History

Author SHA1 Message Date
  Melanie Thielker b16abc8166 Massive tab and trailing space cleanup 7 years ago
  Melanie Thielker ea8f3c83bf Finally remove the requirement for an InventoryItem/FolderBase object to 8 years ago
  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. 9 years ago
  Diva Canto c4efeb0f7c Upgraded the Simian inventory connector with an item cache, too, so that it doesn't get awfully out of sync with the improvements I'm making to the robust service connectors, which are being fully leveraged by the simulator. This Simian connector needs more love... 9 years ago
  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. 9 years ago
  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. 9 years ago
  Oren Hurvitz 018832522c Removed GetUserInventory(). It wasn't being used, and was creating warnings because it's Obsolete. 10 years ago
  Mic Bowman 64f2dc778a A pretty major restructuring of the simian method invocations in order to 11 years ago
  Melanie 5f4c4df227 Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask 11 years ago
  Justin Clark-Casey (justincc) 392e84e554 Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuid 11 years ago
  Diva Canto 86903f23dd Cleanup on region modules: gave short node id's to all of them. 11 years ago
  Diva Canto 26bb95fe3d HG: AAdded a few missing /'s at the end of URLs 12 years ago
  Justin Clark-Casey (justincc) 8233ef25ba Reduce amount of debug lopgging put out by some simiangrid connectors. Please re-enable if needed. 13 years ago
  Diva Canto c617d658dd Added creator info across the board -- TaskInventoryItems and InventoryItems themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. 13 years ago
  John Hurliman 9609faa8eb * Run SimianGrid session updates asynchronously instead of from the main heartbeat thread 14 years ago
  Diva Canto 8cc3d60e59 Added constructor that takes an URL to asset and inventory simian connectors. 14 years ago
  Melanie b28d1b6ccd Fix Simian regression 14 years ago
  Melanie 7f9f9f9246 Fix a handful of copypaste errors 14 years ago
  Melanie 0ca48b2486 Fix up Simian inentory 14 years ago
  John Hurliman 4f79143f3f * Removed Simian.IsSimianEnabled() call, changed the SimianGrid connectors to handle initialization as graceful as possible with the current broken way region module initialization is done 14 years ago
  Justin Clark-Casey (justincc) 74e5fe5aa9 Remove various warnings and improve logging messages. No functional changes. 14 years ago
  John Hurliman b83910f12a * Added debug logging to SimianGrid inventory service response parsing 14 years ago
  John Hurliman 1e87fc8a26 Applying a patch from lkalif to fix a small bug in the previous patch 14 years ago
  John Hurliman 6892fc41f7 Applying patch from lkalif to add support for inventory links to the SimianGrid connectors 14 years ago
  John Hurliman 1430441cf3 Change the SimianGrid connector log messages to start with "[SIMIAN " to avoid configuration confusion 14 years ago
  John Hurliman 84459d2bc2 Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectors 14 years ago
  John Hurliman 3036aba875 * Added a better check to the SimianGrid connectors to test if they are enabled or not. This method should work equally well with standalone or robust mode 14 years ago
  John Hurliman 9e3cdc4da5 Fixing the previous patch to work correctly with standalone mode 14 years ago
  John Hurliman 0b5141d45b Fixed SimianGrid connectors to gracefully exit if the required config sections are missing 14 years ago
  Justin Clark-Casey (justincc) aad17e7513 Simplify database setup and remove migration problems by moving all sqlite config-include settings to a separate file for standalone 14 years ago