aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-07-04Got rid of all hyperassets references. Also fixed accessing textures in ↵Diva Canto1-2/+1
user's inventory in foreign grids.
2010-04-08* Adds IAssetService.GetCached() to allow asset fetching from the local ↵John Hurliman2-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()
2010-03-09* Typo fixesJohn Hurliman1-1/+1
* Performance improvement in the expensive GenerateClientFlags()
2010-02-15Formatting cleanup.Jeff Ames1-1/+1
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)1-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.
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-12/+6
* HG is seriously broken here * Compiles. Untested.
2009-10-12* Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto1-1/+43
* Fixes http://opensimulator.org/mantis/view.php?id=3959 * Allows for viewing inventory textures outside home grid
2009-09-03Fixes seven leaky .BeginInvoke() callsJohn Hurliman2-4/+4
2009-08-10Replace the Replaceable modules nameMelanie3-3/+3
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker3-0/+15
the ball rolling on replacable modules. No user functionality yet
2009-06-14Renamed Region/CoreModules/ServiceConnectors to ↵diva3-0/+726
Region/CoreModules/ServiceConnectorsOut. No functional changes.