aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Agent/TextureDownload/TextureDownloadModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-09starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield1-295/+0
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-3/+3
2009-01-10Revert progressive texture patch from r8001 until issues can be addressedDahlia Trimble1-35/+27
2009-01-10Thanks jhurliman for a patch that implements progressive texture downloading ...Dahlia Trimble1-25/+33
2008-12-18This may fix mantis #2855. There was a race condition on the TextureDownloadM...diva1-9/+49
2008-12-18This innocuous change in the TextureDownloadModule suddenly made the texture ...diva1-1/+4
2008-11-23Don't serve texture preview from other people's objects if youMelanie Thielker1-0/+22
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-33/+25
2008-11-17Make texture decode errors nonfatal. The texture send is simply droppedMelanie Thielker1-25/+33
2008-11-04* Prevent texture sender thread termination from immediately crashing the simJustin Clarke Casey1-18/+28
2008-10-29* Check in (disabled) results of not persisting avatar textures but rather se...Justin Clarke Casey1-2/+2
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-5/+5
2008-05-16Formatting cleanup.Jeff Ames1-2/+2
2008-05-01* Rolled back a few changes.Adam Frisby1-3/+6
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-6/+3
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-218/+218
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-31/+35
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby1-218/+215
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-03-03* Removed and sorted using clauses in a number of files.Adam Frisby1-2/+0
2008-02-25* Start sending "ImageNotFound" packet back to the client if we can't find an...Justin Clarke Casey1-9/+13
2008-02-21"threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen1-0/+1
2008-02-21Remove a couple compiler warnings.Jeff Ames1-3/+3
2008-02-20* Only count download requests for assets which are not already waiting for d...Justin Clarke Casey1-4/+4
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-19Doc correctionJustin Clarke Casey1-1/+1
2008-02-19* Add documentationJustin Clarke Casey1-4/+30
2008-02-19Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen1-0/+1
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-1/+1
2008-02-09* In the most basic situations, ClientView and ScenePresence no longer leak m...Justin Clarke Casey1-2/+8
2008-02-09Mostly debugging verbosity which I shall very shortly comment out.Justin Clarke Casey1-1/+6
2008-01-16First part of changing prim's permission flags to use the correct enum (libsl...MW1-1/+1
2008-01-16* Added Agent Time, Pending Downloads, and made Agent Updates/Sec actually ac...Teravus Ovares1-0/+3
2008-01-03* Added removal of TextureSenders and UserTextureDownloadService on agent lea...lbsa711-1/+17
2008-01-03* Some work on TextureDownloadModulelbsa711-214/+2
2008-01-02* Trying to address TextureSender issueslbsa711-32/+43
2007-12-27* Optimized usingslbsa711-19/+23
2007-12-26* This update includes a wide range of changes to the ODEPlugin for avatar mo...Teravus Ovares1-1/+9
2007-12-18textures that fit in one packet expect the packet number to be 1. You clear t...Brian McBee1-1/+1
2007-12-11A few minor changes/additions/fixes.MW1-1/+1
2007-12-10Changed how TextureDownloadModule is initialised, due to some weird behaviour...MW1-4/+10
2007-12-10more work on texture downloading.MW1-100/+176
2007-12-07Enabled the TextureDownloadModule, so that hopefully I might get some feedbac...MW1-15/+16
2007-11-18* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares1-3/+3
2007-11-18Attempt to get World Map working in Grid mode, will need to be using the grid...MW1-1/+1
2007-11-16More cleaning up when deleting regions from a instance. NOTE: IGridServices.D...MW1-0/+4
2007-11-04Added support for OpenSim application plugins (as requested by Adam), which u...MW1-1/+1
2007-10-31made illogical bitwise operations logicalJeff Ames1-1/+1