aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLImageManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "removed replacement texture in UDP Texture code. The replacement ↵BlueWall2015-03-041-0/+9
| | | | | | | | 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-9/+0
| | | | | | 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>
* Do some simple queue empty checks in the main outgoing udp loop instead of ↵Justin Clark-Casey (justincc)2013-07-211-0/+7
| | | | | | | always performing these on a separate fired thread. This appears to improve cpu usage since launching a new thread is more expensive than performing a small amount of inline logic. However, needs testing at scale.
* Allow a viewer UDP image request retry to trigger another asset fetch if an ↵Justin Clark-Casey (justincc)2012-01-191-4/+2
| | | | | | 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-8/+21
|
* Add "image queues clear <first-name> <last-name>" console commandJustin Clark-Casey (justincc)2012-01-191-0/+20
| | | | This allows a way to manually clear pending image queue requests for debug purposes
* Add basic request and send image regression tests for LLImageManagerJustin Clark-Casey (justincc)2012-01-191-3/+3
|
* Add "show image queue <first-name> <last-name>" region console commandJustin Clark-Casey (justincc)2012-01-101-0/+10
| | | | This is so that we can inspect the image download queue (texture download via udp) for debugging purposes.
* recomment log messages I accidentally left uncommentedJustin Clark-Casey (justincc)2012-01-051-6/+6
|
* Improve "app rebake" command to return a better message if no uploaded ↵Justin Clark-Casey (justincc)2012-01-051-6/+6
| | | | texture ids were available for the rebake request
* Minor formatting changes and commented out log lines for future debugging of ↵Justin Clark-Casey (justincc)2012-01-041-12/+60
| | | | 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-4/+4
| | | | to reduce potential code complexity and make code reading easier.
* Adding commented out log messages and some minor formatting for future bug ↵Justin Clark-Casey (justincc)2012-01-021-1/+8
| | | | hunting. No functional changes.
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-301-0/+257