Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-22 | trivial: some debug code for SH-2623: [PUBLIC_JIRA_USERS][crashhunters] ↵ | Xiaohong Bao | |
crash at LLViewerTextureList::removeImageFromList(LLViewerFetchedTexture *) | |||
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-04 | trivial: fix a linux compiling warning. | Xiaohong Bao | |
2011-10-31 | merge | Brad Payne (Vir Linden) | |
2011-10-26 | fix for SH-2586: Texture Memory (MB) preference refuses to set above 128mb ↵ | Xiaohong Bao | |
(when --noprobe switch is used) | |||
2011-10-25 | debug code for SH-2623: crash at LLViewerTextureList::removeImageFromList() | Xiaohong Bao | |
2011-10-21 | fix for SH-2516: Full Bright Geometry Rendering Increases Rapidly, ↵ | Xiaohong Bao | |
Destroying Frame Rate. | |||
2011-10-19 | merge | Dave Parks | |
2011-10-05 | SH-2031 Fix for stall in image update -- don't use the CPU to convert a ↵ | Dave Parks | |
height map into a normal map -- use the GPU instead via a shader. Also, WTF glFinish? | |||
2011-09-30 | made toolbars conform to visual specs | Richard Nelson | |
added ability to specify clip rects in textures.xml | |||
2011-07-17 | SH-2031 High risk changeset, but potentially high reward. Addresses frame ↵ | Dave Parks | |
stalls in renderer by never using the fixed function pipeline if shaders are available. | |||
2011-06-21 | fix for SH-1642: [PUBLIC_JIRA_USERS][crashhunters] crash at ↵ | Xiaohong Bao | |
LLViewerTextureList::removeImageFromList(LLViewerFetchedTexture *) [secondlife-bin llviewertexturelist.cpp] | |||
2011-06-03 | more fix for STORM-1298: Crash on startup of Second Life 2.7.1(231307) | Xiaohong Bao | |
2011-06-01 | fix for STORM-1298: Crash on startup of Second Life 2.7.1(231307) | Xiaohong Bao | |
2011-05-25 | fix for SH-1624: Crash during viewer startup: ↵ | Xiaohong Bao | |
LLViewerTextureList::addImageToList | |||
2011-05-20 | fix more DOS line endings | Oz Linden | |
2011-05-16 | merge | Dave Parks | |
2011-05-12 | merge | Dave Parks | |
2011-05-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-05-11 | y | Oz Linden | |
2011-05-10 | Merge | Xiaohong Bao | |
2011-05-04 | EXP-664 : Fix call to initialization encoding | Merov Linden | |
2011-05-02 | merge | Dave Parks | |
2011-04-25 | EXP-664 : Add JPEG2000 compression settings for test, fix one crash on ↵ | Merov Linden | |
compression, enhanced error handling on image upload | |||
2011-04-13 | EXP-669 : Refactor code to use correct LLImageFormatted methods to load ↵ | Merov Linden | |
images of all formats, reviewed by richard | |||
2011-04-05 | fix for STORM-973: [crashhunters] crash at ↵ | Xiaohong Bao | |
LLViewerTextureList::removeImageFromList(LLViewerFetchedTexture *) | |||
2011-04-19 | merge | Dave Parks | |
2011-02-18 | Cleanup of headless client (was: DisableRendering mode) | Don Kjer | |
* Now called 'HeadlessClient' instead of 'DisableRendering' * Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes. | |||
2011-01-04 | clear some LLPointer issues for SH-694: check if there are any other ↵ | Xiaohong Bao | |
LLPointer issues in the mesh model uploading flow and fix them if exist. | |||
2010-11-15 | merge | Richard Linden | |
2010-10-04 | fixed merging of textures.xml between current skin and base | Richard Nelson | |
now possible to define new textures in current skin | |||
2010-10-04 | Automated merge up from viewer-development | Loren Shih | |
2010-09-22 | instead of exposing mutable container in LLInitParam::Multiple, just expose ↵ | Richard Linden | |
access functions, begin(), end(), etc. this allows mutation of param block contents, without being able to change number of elements | |||
2010-09-16 | debug code for SH-115: investigate texture related network traffic between ↵ | Xiaohong Bao | |
viewer 2.x and 1.23. | |||
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-23 | made Params parsers not act as singletons | Richard Nelson | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-10 | EXT-7399: FIXED: 2.0.2 with http textures loads textures slower than 1.23.5 | Xiaohong Bao | |
2010-07-15 | EXT-8301: FIXED: crash at LLViewerFetchedTexture::cleanup() [secondlife-bin ↵ | Xiaohong Bao | |
llviewertexture.cpp] | |||
2010-07-14 | EXT-8411: FIXED: load unnecessarily large icon textures. | Xiaohong Bao | |
2010-06-30 | fix for EXT-7839: texture console is stalled; | Xiaohong Bao | |
fix for EXT-7500: Texture Jamming problems with http texture off; | |||
2010-05-29 | minor typo fixes: texure->texture | Tofu Linden | |
2010-02-27 | fix for EXT-5869: some UI textures loading delayed or broken in Release mode. | Xiaohong Bao | |
2010-02-24 | fix for EXT-5710: improve the raw image reloading process in the texture ↵ | Xiaohong Bao | |
pipeline; EXT-4612: failing assert LLViewerTexture::setDecodePriority: ASSERT (!mInImageList); EXT-4912: Texture alpha mask is not applied on the first frame after decode. | |||
2010-01-21 | Soften another common llassert() failure to a warning. | Tofu Linden | |
2010-01-21 | Turn on llassert() and llverify() for RelWithDebInfo builds. | Tofu Linden | |
Convert top firing asserts into big warnings. To be reviewed by Mani. | |||
2010-01-18 | EXT-4470 Several bad assumptions that LL_PATH_PER_SL_ACCOUNT is always good ↵ | Tofu Linden | |
(which it isn't until after login) To be reviewed by Soft! | |||
2009-12-17 | HTTP Texture changes: | Steve Bennetts | |
* Fixed bug in llqueuedthread.cpp causing unnecesssary sleeeping * Fixed an issue that was preventing retries on 503 errors * Added number of pending creates to Texture View * Increased time allocated for texture creates | |||
2009-12-08 | ext-3087 - avatar icon is truncated badly | richard | |
reviewed by James | |||
2009-12-01 | DEV-42989: Adjust media priority based on app minimization and focus | Rick Pasetto | |
Review #49 This change adjusts each media's priority based on whether the viewer is minimized (media priority becomes HIDDEN) or unfocused (media priority becomes LOW). However, due to the fact that updateMedia() was no longer being called when minimized, I moved its call out of LLViewerTextureList::updateImages() (a seemingly odd place anyway) and into its own idle callback. |