aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/J2KImage.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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