aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset/HGAssetBroker.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Resolve some mono compiler warnings.Justin Clark-Casey (justincc)2012-05-251-1/+1
|
* Deleted unused methods from HGAssetBrokerDiva Canto2011-12-291-18/+0
|
* Attempt at fixing mantis #5057 -- CPU pinned high with HGAssetBroker.Diva Canto2010-10-021-21/+34
|
* Got rid of all hyperassets references. Also fixed accessing textures in ↵Diva Canto2010-07-041-2/+1
| | | | user's inventory in foreign grids.
* * Adds IAssetService.GetCached() to allow asset fetching from the local ↵John Hurliman2010-04-081-0/+8
| | | | | | | cache only * Adds GetTextureModule that implements the "GetTexture" capability, aka HTTP texture fetching. This is a significantly optimized path that does not require any server-side JPEG2000 decoding, texture priority queue, or UDP file transfer * Sanity check for null reference in LLClientView.RefreshGroupMembership()
* OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
|
* * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-12/+6
| | | | | * HG is seriously broken here * Compiles. Untested.
* * Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2009-10-121-1/+43
| | | | | * Fixes http://opensimulator.org/mantis/view.php?id=3959 * Allows for viewing inventory textures outside home grid
* Fixes seven leaky .BeginInvoke() callsJohn Hurliman2009-09-031-1/+1
|
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
|
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
| | | | | | the ball rolling on replacable modules. No user functionality yet
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-141-0/+343
Region/CoreModules/ServiceConnectorsOut. No functional changes.