aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, ↵Dan Lake2010-03-191-1/+1
| | | | Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files.
* Fixed typo that was affecting the BasicInventoryAccessModuleDiva Canto2010-02-241-1/+1
|
* Bug fix: change HGBroker to a INonSharedRegionModuleDiva Canto2010-01-301-2/+5
|
* * HGScene is no more.Diva Canto2010-01-301-0/+204
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module