| Commit message (Expand) | Author | Age | Files | Lines |
* | Got rid of all hyperassets references. Also fixed accessing textures in user'... | Diva Canto | 2010-07-04 | 1 | -7/+10 |
* | Started to clean up the mess with HyperAssets in LLClientView. Fixed HG acces... | Diva Canto | 2010-07-04 | 1 | -0/+1 |
* | * HGScene is no more. | Diva Canto | 2010-01-30 | 1 | -1/+0 |
* | Merge branch 'htb-throttle' of ssh://opensimulator.org/var/git/opensim into h... | John Hurliman | 2009-10-14 | 1 | -0/+14 |
|\ |
|
| * | Stop the recurring texture requests for textures that truly don't exist. | Diva Canto | 2009-10-12 | 1 | -2/+2 |
| * | * Fixes http://opensimulator.org/mantis/view.php?id=4225 | Diva Canto | 2009-10-12 | 1 | -0/+14 |
* | | * Minimized the number of times textures are pulled off the priority queue | John Hurliman | 2009-10-14 | 1 | -11/+14 |
|/ |
|
* | Added guards against the exception reported: | Diva Canto | 2009-10-08 | 1 | -0/+9 |
* | * Continued work on the new LLUDP implementation. Appears to be functioning, ... | John Hurliman | 2009-10-06 | 1 | -21/+12 |
* | Beginning work on the new LLUDP implementation | John Hurliman | 2009-10-05 | 1 | -2/+4 |
* | Guarding a line that is sometimes throwing a null pointer exception. | Diva Canto | 2009-10-04 | 1 | -5/+6 |
* | Trying to avoid the null pointer exception in J2KImage, RunUpdate. | Diva Canto | 2009-10-04 | 1 | -1/+9 |
* | * Removed even more unnecessary state variables from J2KImage | John Hurliman | 2009-10-02 | 1 | -159/+119 |
* | Restore the missing image handling to the image manager. The missing | Melanie | 2009-10-02 | 1 | -4/+12 |
* | Change texture sending to be driven by the queue empty event from the | Melanie | 2009-10-02 | 1 | -0/+6 |
* | * Rewrote LLImageManager to use a real priority queue and hold minimal state | John Hurliman | 2009-10-01 | 1 | -241/+214 |
* | Prevent null data being sent to the decoder | Melanie | 2009-09-30 | 1 | -2/+5 |
* | Squelch the debug noise from diva's patch | Melanie | 2009-09-30 | 1 | -1/+1 |
* | Attempting to improve the robustness of texture decoding by always ignoring L... | John Hurliman | 2009-09-30 | 1 | -1/+1 |
* | This releases the texture assets from LLImageManager cache, and re-requests t... | Diva Canto | 2009-09-30 | 1 | -11/+26 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-06-25 | 1 | -2/+6 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | This may bring the missing texture back. | diva | 2009-05-28 | 1 | -1/+5 |
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 2009-05-15 | 1 | -2/+9 |
* | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-05-05 | 1 | -24/+12 |
* | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 2009-05-04 | 1 | -16/+9 |
* | Catch another j2k decode exception that can be caused by a bad asset | Melanie Thielker | 2009-04-29 | 1 | -29/+34 |
* | Fix a crash that will hit when an image asset is truncated in storage | Melanie Thielker | 2009-04-29 | 1 | -1/+11 |
* | cleaning up, fixing warnings | Dr Scofield | 2009-04-22 | 1 | -1/+1 |
* | Thank you kindly, RemedyTomm for a patch that: | Charles Krinke | 2009-04-18 | 1 | -6/+26 |
* | * Set eol-style: native on J2KImage.cs | Teravus Ovares | 2009-04-13 | 1 | -2/+2 |
* | *Bypass J2kDecoder when asset is null | Teravus Ovares | 2009-04-13 | 1 | -0/+4 |
* | if Data is null, shortcut to client.SendImageNotFound, as any other | Sean Dague | 2009-04-13 | 1 | -3/+10 |
* | catch for a null asset so we don't get an exception here, though this | Sean Dague | 2009-04-13 | 1 | -1/+7 |
* | put J2KImage into it's own file, please no doubling up on classes in | Sean Dague | 2009-04-13 | 1 | -0/+354 |