aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Removed and sorted using clauses in a number of files.Adam Frisby2008-03-031-2/+0
* * Start sending "ImageNotFound" packet back to the client if we can't find an...Justin Clarke Casey2008-02-251-9/+13
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-211-0/+1
* Remove a couple compiler warnings.Jeff Ames2008-02-211-3/+3
* * Only count download requests for assets which are not already waiting for d...Justin Clarke Casey2008-02-201-4/+4
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* Doc correctionJustin Clarke Casey2008-02-191-1/+1
* * Add documentationJustin Clarke Casey2008-02-191-4/+30
* Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2008-02-191-0/+1
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-1/+1
* * In the most basic situations, ClientView and ScenePresence no longer leak m...Justin Clarke Casey2008-02-091-2/+8
* Mostly debugging verbosity which I shall very shortly comment out.Justin Clarke Casey2008-02-091-1/+6
* First part of changing prim's permission flags to use the correct enum (libsl...MW2008-01-161-1/+1
* * Added Agent Time, Pending Downloads, and made Agent Updates/Sec actually ac...Teravus Ovares2008-01-161-0/+3
* * Added removal of TextureSenders and UserTextureDownloadService on agent lea...lbsa712008-01-031-1/+17
* * Some work on TextureDownloadModulelbsa712008-01-031-214/+2
* * Trying to address TextureSender issueslbsa712008-01-021-32/+43
* * Optimized usingslbsa712007-12-271-19/+23
* * This update includes a wide range of changes to the ODEPlugin for avatar mo...Teravus Ovares2007-12-261-1/+9
* textures that fit in one packet expect the packet number to be 1. You clear t...Brian McBee2007-12-181-1/+1
* A few minor changes/additions/fixes.MW2007-12-111-1/+1
* Changed how TextureDownloadModule is initialised, due to some weird behaviour...MW2007-12-101-4/+10
* more work on texture downloading.MW2007-12-101-100/+176
* Enabled the TextureDownloadModule, so that hopefully I might get some feedbac...MW2007-12-071-15/+16
* * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares2007-11-181-3/+3
* Attempt to get World Map working in Grid mode, will need to be using the grid...MW2007-11-181-1/+1
* More cleaning up when deleting regions from a instance. NOTE: IGridServices.D...MW2007-11-161-0/+4
* Added support for OpenSim application plugins (as requested by Adam), which u...MW2007-11-041-1/+1
* made illogical bitwise operations logicalJeff Ames2007-10-311-1/+1
* * Optimized usingslbsa712007-10-301-26/+23
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-2/+1
* Started the process of cleaning up AssetCache and moving most of the code int...MW2007-10-291-5/+192
* changes to pass nini config object to the modules that getSean Dague2007-10-191-76/+77
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-1/+29
* * Gave ModuleLoader some good lovin'lbsa712007-10-101-47/+47
* getting all our line endings consistant againSean Dague2007-10-051-8/+8
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-16/+10
* fixing me some line endingsSean Dague2007-09-171-54/+54
* Some work on Module loading/management.MW2007-09-041-0/+5
* Added some place holder classes for various modules.MW2007-08-301-0/+49