aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGUuidGatherer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename UuidGather.m_assetCache to m_assetService. If HGUuidGatherer hasn't ↵Justin Clark-Casey (justincc)2012-09-211-2/+2
| | | | been instantiated with an assetServerURL then call down to overriden UuidGatherer.GetAsset() instead of calling m_assetService.GetAsset() itself - these two codepaths are now identical.
* * HGScene is no more.Diva Canto2010-01-301-0/+57
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module