aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-082-0/+16
| | | | | | | 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()
* * Typo fixesJohn Hurliman2010-03-091-1/+1
| | | | * Performance improvement in the expensive GenerateClientFlags()
* Merge branch 'master' into presence-refactorMelanie2010-02-221-1/+1
|\ | | | | | | This brings presence-refactor up to master again
| * Formatting cleanup.Jeff Ames2010-02-151-1/+1
| |
* | Merge branch 'master' into presence-refactorMelanie2010-02-151-21/+27
|\ \ | |/
| * Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)2010-02-121-21/+27
| | | | | | | | | | | | | | This resolves the problem where eyes and hair would turn white on standalone configurations When a client receives body part information, for some insane reason or other it always ends up uploading this back to the server and then immediately re-requesting it. This should have been okay since we stored that asset in cache. However, the standalone asset service connector was not checking this cache properly, so every time the client made the request for the asset it has just loaded it would get a big fat null back in the face, causing it to make clothes and hair white. This bug did not affect grids since they use a different service connector.
* | 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-032-4/+4
|
* Replace the Replaceable modules nameMelanie2009-08-103-3/+3
|
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-103-0/+15
| | | | | | the ball rolling on replacable modules. No user functionality yet
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-143-0/+726
Region/CoreModules/ServiceConnectorsOut. No functional changes.