Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-09 | more fix for EXT-4352: texture problem in viewer 2.0. fixed texture priority ↵ | Xiaohong Bao | |
problem. | |||
2010-02-05 | EXT-4209 Fix for sculptie prims not updating geometry when texture is loaded. | Dave Parks | |
2010-01-27 | CID-375 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLViewerFetchedTexture::LLViewerFetchedTexture(const LLImageRaw *, int) File: /indra/newview/llviewertexture.cpp | |||
2010-01-25 | "Fix" confusion over media settings | Rick Pasetto | |
Review #89 This implements the changes Sam wanted in order to reduce the confusion over media enabled-ness, in particular: - "Media Enabled" pref now only controls "AudioStreamingMedia" - No more "tentative" state - New "Music Enabled" pref - First run dialog controls Media and Music (Sam, this is a change from your request...I think it works better) - Put a reflection of the "Media Enabled" checkbox in the Nearby Media Floater - Get rid of the "AudioStreamingVideo" setting altogether (whatever used it, it should now obey "AudioStreamingMedia"). | |||
2010-01-21 | Fix inverted logic from review. | 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-15 | partial fix for EXT-4352: Texture loading problems in Viewer 2.0. More to ↵ | Xiaohong Bao | |
come later (next week). | |||
2010-01-08 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Xiaohong Bao | |
2010-01-08 | fix for EXT-4094: Shared whiteboard script crashes viewer. | Xiaohong Bao | |
2010-01-05 | DEV-44775 pref incorrectly named 'AudioSteamingMedia' in many places | Tofu Linden | |
2009-12-29 | for DEV-44376: create a switch for texture decoding. | Xiaohong Bao | |
2009-12-29 | fix for DEV-44134: trying to move away from a huge amount of objects with ↵ | Xiaohong Bao | |
media causes viewer to hang for 15-20 seconds. | |||
2009-12-18 | Additional HTTP Texture tunining | Steve Bennetts | |
* Important fix in lltexturefetch.cpp where a 'partial' resonse was incorrectly setting mHaveAllData. | |||
2009-12-14 | Merge of my old precompiled headers dependency cleanup with tip of viewer-2-0. | brad kittenbrink | |
2009-12-10 | fix for DEV-43870: EXT-3137: Crash when add quicktime media to multiple faces. | Xiaohong Bao | |
2009-11-16 | fix for DEV-2530: crash after teleporting to refion. | Xiaohong Bao | |
2009-11-13 | Refactoring of llviewerprecompiledheaders.h to hopefully increase stability | brad kittenbrink | |
and reduce unnecessary dependencies and incredibuild wedging. Hopefully in the long run this will reduce build time. Also cleaned up a lot of header file usage to conform better to the coding standard. reviewed by james and steve. | |||
2009-11-12 | do not apply additional decode priority to textures with high boost levels. | Xiaohong Bao | |
2009-11-11 | use "LLViewerTexture::EBoostLevel" to replace "S32" for texture boost level. | Xiaohong Bao | |
2009-11-06 | Fixed textrue prioritization so that boosted textures are always highest ↵ | Steve Bennetts | |
priority. | |||
2009-11-06 | merge from texture-pipeline | Steve Bennetts | |
2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
2009-11-03 | fix the bug that textuer boost level is mixed with boolean numbers. | Xiaohong Bao | |
2009-11-01 | additional fix for DEV-41913: parcel media does not display on particle ↵ | Xiaohong Bao | |
textures. | |||
2009-10-30 | fix DEV-41913: parcel media does not display on particle textures. | Xiaohong Bao | |
2009-10-29 | fix EXT-1661: Avatars' icons should be cached only once per 24 hours, but ↵ | Xiaohong Bao | |
not every time the viewer is restarted. to be reviewed by steve. | |||
2009-10-25 | * Changes to enable differentiating between icon texture priority and other ↵ | Steve Bennetts | |
UI texture priority. * Still need to only request smaller mip maps of icon textures | |||
2009-10-20 | Fix for DEV-41572 (login screen image does not display). | Monroe Linden | |
2009-10-12 | fix for EXT-1328: Alpha textures are not displayed correctly when first loaded. | Xiaohong Bao | |
to be reviewed by davep. | |||
2009-10-03 | fix for DEV-40559: viewer crash when media texture appears while parcel ↵ | Xiaohong Bao | |
media is loading. | |||
2009-10-01 | svn merge -r 134922:134973 ↵ | Monroe Williams | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/media-on-a-prim/moap-7 Merging branches/media-on-a-prim/moap-7 down to viewer-2.0. | |||
2009-09-22 | Merging render-pipeline-6-qa-2 into viewer-2 | David Parks | |
Self reviewed. | |||
2009-09-18 | merge -r132681 from texture-pipeline-4 to fix a flaw of endlessly fetching ↵ | Xiaohong Bao | |
the default texture. | |||
2009-09-09 | merge -r132032-132812 ↵ | Richard Nelson | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/gooey/gooey-1 | |||
2009-07-31 | for DEV-33077 partially: don't call analyzeAlpha for media textures. | Xiaohong Bao | |
2009-07-30 | merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0/indra@1170 https://svn.aws.productengine.com/secondlife/pe/stable-1/indra@1187 -> viewer-2.0.0-3 | |||
2009-07-16 | make LLViewerTextureManager::staticCastToFetchedTexture to accept NULL ↵ | Xiaohong Bao | |
pointer as input. | |||
2009-07-10 | merge QAR-1579: texture-cleanup-1. | Xiaohong Bao | |