aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGUuidGatherer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved the small HGUuidGatherer class to the file where its parent class is. ↵Diva Canto2012-09-211-57/+0
| | | | No need to keep 2 separate files.
* 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