aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/TextureDownload/UserTextureDownloadService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-05remove some more mono compiler warningsJustin Clark-Casey1-6/+6
2009-08-05* Remove some mono compiler warningsJustin Clark-Casey1-15/+14
2009-07-30* Remove and comment out old and unneeded parts of the old TextureDownload an...Teravus Ovares1-41/+33
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-1/+8
2009-04-03* refactor: Call StatsReporter methods directly rather than through Scene (as...Justin Clarke Casey1-1/+1
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey1-1/+1
2009-02-12* optimized usings.lbsa711-1/+1
2009-02-09starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-01-10Revert progressive texture patch from r8001 until issues can be addressedDahlia Trimble1-15/+16
2009-01-10Thanks jhurliman for a patch that implements progressive texture downloading ...Dahlia Trimble1-5/+4
2009-01-08* Establish placeholder for future TextureSender testsJustin Clarke Casey1-1/+0
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-4/+5
2008-11-17Fix a few small issues with the progressive texture-download:Homer Horwitz1-5/+4
2008-10-29* Check in (disabled) results of not persisting avatar textures but rather se...Justin Clarke Casey1-6/+8
2008-09-26* Patch from JHurlimanTeravus Ovares1-2/+3
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-7/+7
2008-08-18Formatting cleanup.Jeff Ames1-4/+4
2008-05-16* Eliminate occurences of "Got a texture uuid ... with no sender object to ha...Justin Clarke Casey1-2/+16
2008-05-16Formatting cleanup.Jeff Ames1-9/+9
2008-05-14* Start recording as a statistic the number of times we start blocking repeti...Justin Clarke Casey1-2/+4
2008-05-09* Removing console notifications of missing texture request sending (which ir...Justin Clarke Casey1-4/+4
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-248/+248
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-44/+41
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby1-250/+252
2008-04-23* Get rid of missing texture notification drop messages for now - obscuring t...Justin Clarke Casey1-3/+7
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-7/+4
2008-04-03* Minor: fix doc glitchJustin Clarke Casey1-1/+1
2008-04-03* Adding request time limiting strategy for texture requests, though this isn...Justin Clarke Casey1-4/+12
2008-03-29* Minor log message fix per mantis 829Justin Clarke Casey1-1/+1
2008-03-24* Refactor: Genericise request limit strategies and move to OpenSim.Framework...Justin Clarke Casey1-60/+30
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