aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/J2KImage.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'htb-throttle' of ssh://opensimulator.org/var/git/opensim into h...John Hurliman2009-10-141-0/+14
|\
| * Stop the recurring texture requests for textures that truly don't exist.Diva Canto2009-10-121-2/+2
| * * Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2009-10-121-0/+14
* | * Minimized the number of times textures are pulled off the priority queueJohn Hurliman2009-10-141-11/+14
|/
* Added guards against the exception reported:Diva Canto2009-10-081-0/+9
* * Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman2009-10-061-21/+12
* Beginning work on the new LLUDP implementationJohn Hurliman2009-10-051-2/+4
* Guarding a line that is sometimes throwing a null pointer exception.Diva Canto2009-10-041-5/+6
* Trying to avoid the null pointer exception in J2KImage, RunUpdate.Diva Canto2009-10-041-1/+9
* * Removed even more unnecessary state variables from J2KImageJohn Hurliman2009-10-021-159/+119
* Restore the missing image handling to the image manager. The missingMelanie2009-10-021-4/+12
* Change texture sending to be driven by the queue empty event from theMelanie2009-10-021-0/+6
* * Rewrote LLImageManager to use a real priority queue and hold minimal stateJohn Hurliman2009-10-011-241/+214
* Prevent null data being sent to the decoderMelanie2009-09-301-2/+5
* Squelch the debug noise from diva's patchMelanie2009-09-301-1/+1
* Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman2009-09-301-1/+1
* This releases the texture assets from LLImageManager cache, and re-requests t...Diva Canto2009-09-301-11/+26
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-06-251-2/+6
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* This may bring the missing texture back.diva2009-05-281-1/+5
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-2/+9
* Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames2009-05-051-24/+12
* * minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey2009-05-041-16/+9
* Catch another j2k decode exception that can be caused by a bad assetMelanie Thielker2009-04-291-29/+34
* Fix a crash that will hit when an image asset is truncated in storageMelanie Thielker2009-04-291-1/+11
* cleaning up, fixing warningsDr Scofield2009-04-221-1/+1
* Thank you kindly, RemedyTomm for a patch that:Charles Krinke2009-04-181-6/+26
* * Set eol-style: native on J2KImage.csTeravus Ovares2009-04-131-2/+2
* *Bypass J2kDecoder when asset is nullTeravus Ovares2009-04-131-0/+4
* if Data is null, shortcut to client.SendImageNotFound, as any otherSean Dague2009-04-131-3/+10
* catch for a null asset so we don't get an exception here, though thisSean Dague2009-04-131-1/+7
* put J2KImage into it's own file, please no doubling up on classes inSean Dague2009-04-131-0/+354