summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
AgeCommit message (Collapse)Author
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-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-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-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-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
2013-02-28SH-3909 Support avatar height offsetNyx Linden
Adding a new visual param that allows users to manually adjust an offset for how far off the ground (+ or -) their avatar's root bone is. Supports the +-2m range people are used to adjusting in their viewers, but new implementation should support server-generated appearances.
2013-02-26SH-3899 WIP - more logging of appearance message infoBrad Payne (Vir Linden)
2013-02-25SH-3860 WIP, SH-3899 WIP - make folder version management more debuggable, ↵Brad Payne (Vir Linden)
log appearance request results
2013-02-20SH-3891 WIP - separate first-time rezzing stats from subsequent state changesBrad Payne (Vir Linden)
2013-02-20mergeBrad Payne (Vir Linden)
2013-02-19SH-3792 WIP - changed local texture loading to be consistent with ↵Brad Payne (Vir Linden)
viewer_development - this fixes the gray head issue. There is still some remaining issue with bakes not uploading at full resolution, probably due to a bad image asset.
2013-02-15Fix to allow horde bots to render other avatars in the areaDon Kjer
2013-02-14tweaked and added some log messages, including more detail when an image is ↵Brad Payne (Vir Linden)
flagged as missing
2013-02-14removed some no-op code, enhanced display of DebugAvatarAppearanceMessage ↵Brad Payne (Vir Linden)
status line
2013-02-13SH-3852 WIP - send non-complete timers only on av destruction or last ↵Brad Payne (Vir Linden)
message, so they don't get multiply counted
2013-02-13SH-3812 WIP, SH-3852 WIP - some metrics cleanup, added rebake when needed ↵Brad Payne (Vir Linden)
and sb system is unavailable, to avoid stale appearance problems
2013-02-13SH-3852 WIP - modified metrics for update_appearance_from_cof and ↵Brad Payne (Vir Linden)
wear_inventory_category, end when bakes are fully loaded
2013-02-12removed some redundant or deprecated timersBrad Payne (Vir Linden)
2013-02-12SH-2852 WIP - track avatar loading via load_<foo> timers, added distinction ↵Brad Payne (Vir Linden)
between partially and fully loaded textures
2013-02-12SH-3852 WIP - added more specific logging of completenesss of texture loadingBrad Payne (Vir Linden)
2013-02-11SH-3852 WIP - removed avatar metrics from ViewerAssetMetricsBrad Payne (Vir Linden)
2013-02-08SH-3852 WIP - bucketize stats by agent_id, grid coordinates and various ↵Brad Payne (Vir Linden)
other criteria
2013-02-07SH-3852 WIP - track per-timer statsBrad Payne (Vir Linden)
2013-02-01SH-3800 WIP - additional log lineBrad Payne (Vir Linden)
2013-02-01SH-3800 WIP - additional log lineBrad Payne (Vir Linden)
2013-02-01SH-3800 WIP - fixed bad case in appearance version computationBrad Payne (Vir Linden)
2013-02-01SH-3800 WIP - log some of sent appearance msg info as well as receivedBrad Payne (Vir Linden)
2013-02-01SH-3800 WIP - reject appearance messages with contradictory appearance ↵Brad Payne (Vir Linden)
version info
2013-01-30Pull merge from lindenlab/viewer-developementMerov Linden
2013-01-30SH-3800 WIP - avoid complaints about source of various standard textures - ↵Brad Payne (Vir Linden)
IMG_DEFAULT_AVATAR etc
2013-01-30SH-3800 WIP - logic to detect baked textures being sought in the wrong ↵Brad Payne (Vir Linden)
place, avoid querying textures for which we have no authoritative data where they live