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