aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-22* Downgrade 'texture not found' message to DEBUG and stop putting out 'alread...Justin Clarke Casey1-7/+7
2008-03-22* Reducing spam on console so we only notify once if we're dropping repeated ...Justin Clarke Casey1-22/+29
2008-03-22* Minor log message changeJustin Clarke Casey1-1/+1
2008-03-21* Small adjust to last commit's logging so we only print out one warning when...Justin Clarke Casey1-3/+6
2008-03-21* If a client session requests the same texture more than n times (currently ...Justin Clarke Casey1-11/+19
2008-03-19* Print a warning every 20 times a client requests a texture that it should a...Justin Clarke Casey1-23/+43
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-17* Move missing texture request forward so that we don't actually ask the Asse...Justin Clarke Casey1-21/+26
2008-03-17* Reduce the annoyingness of clients that continually request unfound texture...Justin Clarke Casey1-6/+34
2008-03-12* Add comments and slight corrections to ClientView.AgentTextureCachedJustin Clarke Casey1-2/+2
2008-02-25* Start sending "ImageNotFound" packet back to the client if we can't find an...Justin Clarke Casey1-14/+21
2008-02-25* Resolve Mantis 667 by not passing on textures with no actual data onto Text...Justin Clarke Casey1-1/+4
2008-02-25* Caught HttpListenerException and swallowed if with outputlbsa711-13/+13
2008-02-22* Downgrade texture exception to a warning.Justin Clarke Casey1-4/+5
2008-02-21Remove a couple compiler warnings.Jeff Ames1-2/+2
2008-02-20* Only count download requests for assets which are not already waiting for d...Justin Clarke Casey1-10/+9
2008-02-20Minor cleanup.Jeff Ames1-2/+2
2008-02-20* Report 'asset not found' situations back to UserTextureDownloadServiceJustin Clarke Casey1-5/+19
2008-02-19* Add documentationJustin Clarke Casey1-1/+35
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-2/+2
2008-02-09* In the most basic situations, ClientView and ScenePresence no longer leak m...Justin Clarke Casey1-2/+2
2008-02-09Mostly debugging verbosity which I shall very shortly comment out.Justin Clarke Casey1-1/+7
2008-02-05Added copyright statements.Jeff Ames1-0/+28
2008-01-08* Removed unneeded and uneeded debug messagelbsa711-2/+0
2008-01-03* changed form Debug to Verbose on Texture sendinglbsa711-1/+1
2008-01-03* Added removal of TextureSenders and UserTextureDownloadService on agent lea...lbsa711-1/+14
2008-01-03Set svn:eol-style.Jeff Ames1-97/+97
2008-01-03* Some work on TextureDownloadModulelbsa711-0/+98