aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby1-218/+0
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
2007-10-30* Optimized usingslbsa711-26/+23
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-2/+1
2007-10-29Started the process of cleaning up AssetCache and moving most of the code int...MW1-5/+192
2007-10-19changes to pass nini config object to the modules that getSean Dague1-76/+77
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-1/+29
2007-10-10* Gave ModuleLoader some good lovin'lbsa711-47/+47
2007-10-05getting all our line endings consistant againSean Dague1-8/+8
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa711-16/+10
2007-09-17fixing me some line endingsSean Dague1-54/+54
2007-09-04Some work on Module loading/management.MW1-0/+5
2007-08-30Added some place holder classes for various modules.MW1-0/+49