aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/J2KImage.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "removed replacement texture in UDP Texture code. The replacement ↵BlueWall2015-03-041-2/+10
| | | | | | | | texture introduces false data into viewer cache. Removing that decreases the necessity for clearing the viewer cache. The viewer knows with ImageNotInDatabase that it is missing and can therefore know what to do about it a lot better than the sim does." This reverts commit 4d749d8c6986498547f9a61406105e93445960b4. Re-open mantis 0007474 for further work before final commit.
* removed replacement texture in UDP Texture code. The replacement texture ↵Freaky Tech2015-03-031-10/+2
| | | | | | introduces false data into viewer cache. Removing that decreases the necessity for clearing the viewer cache. The viewer knows with ImageNotInDatabase that it is missing and can therefore know what to do about it a lot better than the sim does. Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* HG: close a loophole by which if something was wrong with the ServiceURLs it ↵Diva Canto2013-07-021-1/+1
| | | | resulted in never ending asset requests
* Comment out log message about looking for asset data in remove asset service ↵Justin Clark-Casey (justincc)2013-05-141-1/+1
| | | | for now, in order to reduce log levels in a test region with many hg origin avatars
* Allow a viewer UDP image request retry to trigger another asset fetch if an ↵Justin Clark-Casey (justincc)2012-01-191-2/+30
| | | | | | existing fetch hasn't responded before a timeout. This is to stop a high priority image/texture request from blocking the entire download queue if its asset fetch got dropped for some reason.
* Add image not in database test for LLImageManagerJustin Clark-Casey (justincc)2012-01-191-0/+3
|
* Add basic request and send image regression tests for LLImageManagerJustin Clark-Casey (justincc)2012-01-191-3/+3
|
* Minor formatting changes and commented out log lines for future debugging of ↵Justin Clark-Casey (justincc)2012-01-041-9/+15
| | | | image manager (udp texture fetch). No significant functional changes.
* Reduce accessibility of some J2KImage/LLImageManager properties and methods ↵Justin Clark-Casey (justincc)2012-01-021-8/+8
| | | | to reduce potential code complexity and make code reading easier.
* HG: more / love for XmasDiva Canto2011-12-241-2/+5
|
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-301-0/+398