summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
AgeCommit message (Collapse)Author
2013-10-10MAINT-2968 Fix for crash on AMD hardware running current drivers.Dave Parks
2013-09-17MAINT-3161 : Clean up avatar muting code and prototype featuresimon
2013-08-27MAINT-3065 : Avatar render info's 'geometry' stat is unpredictable for ↵simon
linked objects Removed "geometry" and "surface" Reviewed by Kelly
2013-07-02MAINT-2808 Viewer side : Stats for OBJECT_ATTACHMENT_GEOMETRY_BYTES and ↵simon
OBJECT_ATTACHMENT_SURFACE_AREA do not return to the 'no attachments' values after avatar removes last attachment
2013-06-21Automated merge with file:///F:%5Cviewer-bearDave Parks
2013-06-03NORSPEC-229 Fix for bad binormals on mirrored surfaces (use tangent ↵Dave Parks
calculator instead of binormal calculator, convert binormal centric code to tangent centric)
2013-05-17Simple imposter AV rendering cleanupsimon
2013-05-10Fixup merge diffsGraham Madarasz
2013-05-01Restore mismerged sunshine changeGraham Madarasz
2013-05-01Merge vwr-dev-matGraham Madarasz
2013-04-30Merge 3.5.1 into MaterialsGraham Madarasz
2013-04-30Merge downstream code from viewer-bearsimon
2013-04-25Merge 3.5.1 into MaterialsGraham Madarasz
2013-04-24NORSPEC-59 NORSPEC-125 make materials and alpha shaders work on Mac laptops ↵Graham Madarasz
with nV mobile graphics cards
2013-04-18NORSPEC-59 NORSPEC-98 NORSPEC-125 avoid rendering mesh LODs which crash ↵Graham Madarasz (Graham Linden)
driver on mac 9400/9600 GT only
2013-04-17SH-4125 FIX - problem was unpredictable ordering of avatar and ↵Brad Payne (Vir Linden)
llviewerregion deletion. Avoid trying to send metrics when we're shutting down and it's too late anyway. Reviewed by Nyx
2013-04-11Merge in downstream code (chui fixes, materials)simon
2013-04-10NORSPEC-92 More UI fixesGraham Madarasz (Graham Linden)
2013-04-06Add hack around norspec 59 crashGraham Madarasz
2013-04-03mergeNyx Linden
2013-04-03SH-4050 FIX camera goes below ground when avatar offset set to 0Nyx Linden
Added a constraint to ensure that the avatar's height (with offset) does not go below 0.1 meters. Camera was getting confused since the avatar's effective height was negative. Note the avatar is mostly underground/contorted even at 0.1 meters, but most users setting values this low will be making ultra-tinies and would be hiding the avatar mesh. Camera stays above ground when height is at 0.1.
2013-04-03SH-4058 - log spam reduction initiative.Brad Payne (Vir Linden)
2013-04-02SH-4057 FIX - cleaned up old canUseHTTP logic, now lives in llviewertexture.cppBrad Payne (Vir Linden)
2013-04-02Removed setCanUseHTTP override in llvoavatarBrad Payne (Vir Linden)
2013-04-02SH-4044 FIX voice dot is offset vertically if using avatar height offsetNyx Linden
Added the height offset in one too many places. fixing.
2013-03-29mergeNyx Linden
2013-03-29SUN-57 SH-4039 FIX bake fail on non-ssb regionsNyx Linden
We were getting the texture ID from the type,index couple, but were not passing in index, which defaulted to 0. texture ID is available from the texture object itself, so using that and removing the index parameter to prevent future confusion.
2013-03-29Merged in Chui beta6+ fixesprep@lindenlab.com
2013-03-28MAINT-2426 : Viewer support for new simulator AvatarRenderInfo capability. ↵simon
Reviewed by Kelly
2013-03-22Pull and merge latest viewer-betasimon
2013-03-22Lighten imposter avatar colors a bit per feedeback.simon
2013-03-22Moved LastUpdateCOF stuff to avatar, so we can track last received for ↵Brad Payne (Vir Linden)
non-self avs
2013-03-21CHUI-871, CHUI-738 : Fixed! Name tags existence was using a bogus test. ↵Merov Linden
Using a boolean for existence and straight logic, no intermediate string
2013-03-20Merge with viewer-chuiprep@lindenlab.com
2013-03-20Prototype code for "simple imposter" mode rendering of avatars.simon
Reviewed by Kelly
2013-03-19Merge in viewer-beta to get CHUI codeSimon Linden
2013-03-18CHUI-826 FIX [CHUIBUG]User nametags (nametag floaters) intermittently ↵Cho
disappear in CHUI builds. Added check in LLVOAvatar::idleUpdateNameTagText() to account for case where mNameString is literally "" (two quotes)
2013-03-14Rollback Maestro interp changesGraham Madarasz (Graham Linden)
2013-03-11mergeprep
2013-03-11mergeprep
2013-03-11Viewer-chui mergeprep
2013-03-11mergeBrad Payne (Vir Linden)
2013-03-08SH-3941 SH-3954 FIX local appearance does not update properlyNyx Linden
We were using an indicator of whether there *was* a baked texture to whether we were *using* a baked texture. Switched to one of the (several) proper indicators of whether a baked texture was in use. This should allow local texture data to get marked for download when we enter appearance mode. Local testing confirms that old apperances linger for a second or two, but are soon replaced by the correct local renders.
2013-03-08Optimize interp code to elim hundreds of divides per frame and fix jitter bugs.Graham Madarasz (Graham)
2013-03-08SH-3959 WIP - pass information about type of fetched image - server bake, ↵Brad Payne (Vir Linden)
host bake, map tile, etc - down the chain so LLTextureFetchWorker can adjust behavior as needed
2013-03-07CHUI-738 FIXED Your own nametag disappears - mysteriously: reset display ↵AlexanderP ProductEngine
time when nametag is changes
2013-03-06mergeBrad Payne (Vir Linden)
2013-03-06make it clearer when DebugForceAppearanceRequestFailure is onBrad Payne (Vir Linden)
2013-03-05Adding debug setting to allow overriding appearance service urlDon Kjer
2013-02-28mergeNyx Linden