aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Agent/TextureSender/TextureSender.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-10Revert progressive texture patch from r8001 until issues can be addressedDahlia Trimble1-207/+100
2009-01-10Thanks jhurliman for a patch that implements progressive texture downloading ...Dahlia Trimble1-100/+207
2009-01-08* Establish placeholder for future TextureSender testsJustin Clarke Casey1-3/+1
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-207/+100
2008-11-18Patch from jhurliman. Fixing the texture decoding issues in progressiveMelanie Thielker1-2/+1
2008-11-18Apply JHurliman's texture sender patchMelanie Thielker1-10/+43
2008-11-17Prevent the texture downloader from locking a null object when a downloadMelanie Thielker1-0/+3
2008-11-17Fix a few small issues with the progressive texture-download:Homer Horwitz1-6/+8
2008-11-17* Apply http://opensimulator.org/mantis/view.php?id=2611 Justin Clarke Casey1-99/+169
2008-10-15* refactor: move code concerned with creating a subsequent image packet to LL...Justin Clarke Casey1-9/+4
2008-10-15* refactor: rename SendImagePart to SendImageFirstPart since this is more des...Justin Clarke Casey1-6/+3
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-3/+3
2008-06-27more warnings to go.Dr Scofield1-4/+10
2008-05-16Formatting cleanup.Jeff Ames1-5/+5
2008-05-10* Two more OutPacket refactors. TextureSender.Teravus Ovares1-21/+12
2008-05-10* Experiment in Zerocoding.Teravus Ovares1-0/+3
2008-05-01* Rolled back a few changes.Adam Frisby1-10/+9
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-9/+10
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-222/+222
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-44/+47
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby1-220/+220
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-4/+4
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-02-25* Start sending "ImageNotFound" packet back to the client if we can't find an...Justin Clarke Casey1-8/+25
2008-02-20* Only count download requests for assets which are not already waiting for d...Justin Clarke Casey1-0/+2
2008-02-19* Add documentationJustin Clarke Casey1-11/+47
2008-02-09Mostly debugging verbosity which I shall very shortly comment out.Justin Clarke Casey1-1/+2
2008-02-05Converted logging to use log4net.Jeff Ames1-3/+4
2008-02-05Added copyright statements.Jeff Ames1-1/+29
2008-01-03Set svn:eol-style.Jeff Ames1-135/+135
2008-01-03* Some work on TextureDownloadModulelbsa711-0/+136