aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLImageManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+1
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-0/+7
|
* 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