Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-17 | SH-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-03 | merge | Nyx Linden | |
2013-04-03 | SH-4050 FIX camera goes below ground when avatar offset set to 0 | Nyx 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-03 | SH-4058 - log spam reduction initiative. | Brad Payne (Vir Linden) | |
2013-04-02 | SH-4057 FIX - cleaned up old canUseHTTP logic, now lives in llviewertexture.cpp | Brad Payne (Vir Linden) | |
2013-04-02 | Removed setCanUseHTTP override in llvoavatar | Brad Payne (Vir Linden) | |
2013-04-02 | SH-4044 FIX voice dot is offset vertically if using avatar height offset | Nyx Linden | |
Added the height offset in one too many places. fixing. | |||
2013-03-29 | merge | Nyx Linden | |
2013-03-29 | SUN-57 SH-4039 FIX bake fail on non-ssb regions | Nyx 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-29 | Merged in Chui beta6+ fixes | prep@lindenlab.com | |
2013-03-22 | Moved LastUpdateCOF stuff to avatar, so we can track last received for ↵ | Brad Payne (Vir Linden) | |
non-self avs | |||
2013-03-21 | CHUI-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-20 | Merge with viewer-chui | prep@lindenlab.com | |
2013-03-18 | CHUI-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-11 | merge | prep | |
2013-03-11 | merge | prep | |
2013-03-11 | Viewer-chui merge | prep | |
2013-03-11 | merge | Brad Payne (Vir Linden) | |
2013-03-08 | SH-3941 SH-3954 FIX local appearance does not update properly | Nyx 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-08 | SH-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-07 | CHUI-738 FIXED Your own nametag disappears - mysteriously: reset display ↵ | AlexanderP ProductEngine | |
time when nametag is changes | |||
2013-03-06 | merge | Brad Payne (Vir Linden) | |
2013-03-06 | make it clearer when DebugForceAppearanceRequestFailure is on | Brad Payne (Vir Linden) | |
2013-03-05 | Adding debug setting to allow overriding appearance service url | Don Kjer | |
2013-02-28 | merge | Nyx Linden | |
2013-02-28 | SH-3909 Support avatar height offset | Nyx 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-26 | SH-3899 WIP - more logging of appearance message info | Brad Payne (Vir Linden) | |
2013-02-25 | SH-3860 WIP, SH-3899 WIP - make folder version management more debuggable, ↵ | Brad Payne (Vir Linden) | |
log appearance request results | |||
2013-02-20 | SH-3891 WIP - separate first-time rezzing stats from subsequent state changes | Brad Payne (Vir Linden) | |
2013-02-20 | merge | Brad Payne (Vir Linden) | |
2013-02-19 | SH-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-15 | Fix to allow horde bots to render other avatars in the area | Don Kjer | |
2013-02-14 | tweaked and added some log messages, including more detail when an image is ↵ | Brad Payne (Vir Linden) | |
flagged as missing | |||
2013-02-14 | removed some no-op code, enhanced display of DebugAvatarAppearanceMessage ↵ | Brad Payne (Vir Linden) | |
status line | |||
2013-02-13 | SH-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-13 | SH-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-13 | SH-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-12 | removed some redundant or deprecated timers | Brad Payne (Vir Linden) | |
2013-02-12 | SH-2852 WIP - track avatar loading via load_<foo> timers, added distinction ↵ | Brad Payne (Vir Linden) | |
between partially and fully loaded textures | |||
2013-02-12 | SH-3852 WIP - added more specific logging of completenesss of texture loading | Brad Payne (Vir Linden) | |
2013-02-11 | SH-3852 WIP - removed avatar metrics from ViewerAssetMetrics | Brad Payne (Vir Linden) | |
2013-02-08 | SH-3852 WIP - bucketize stats by agent_id, grid coordinates and various ↵ | Brad Payne (Vir Linden) | |
other criteria | |||
2013-02-07 | SH-3852 WIP - track per-timer stats | Brad Payne (Vir Linden) | |
2013-02-01 | SH-3800 WIP - additional log line | Brad Payne (Vir Linden) | |
2013-02-01 | SH-3800 WIP - additional log line | Brad Payne (Vir Linden) | |
2013-02-01 | SH-3800 WIP - fixed bad case in appearance version computation | Brad Payne (Vir Linden) | |
2013-02-01 | SH-3800 WIP - log some of sent appearance msg info as well as received | Brad Payne (Vir Linden) | |
2013-02-01 | SH-3800 WIP - reject appearance messages with contradictory appearance ↵ | Brad Payne (Vir Linden) | |
version info | |||
2013-01-30 | Pull merge from lindenlab/viewer-developement | Merov Linden | |
2013-01-30 | SH-3800 WIP - avoid complaints about source of various standard textures - ↵ | Brad Payne (Vir Linden) | |
IMG_DEFAULT_AVATAR etc |