summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
AgeCommit message (Collapse)Author
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
2013-01-30SH-3800 WIP - flag mismatched expectations for baked texture originsBrad Payne (Vir Linden)
2013-01-30SH-3780 WIP - more checking on appearance param valuesBrad Payne (Vir Linden)
2013-01-28mergeBrad Payne (Vir Linden)
2013-01-28SH-3779 WIP, SH-3534 WIP - more bake-status trackingBrad Payne (Vir Linden)
2013-01-25SH-3779 WIP - less verbose appearance dumps, keep appearance version visual ↵Brad Payne (Vir Linden)
param in sync with mUseServerBakes
2013-01-24SH-3779 WIP - handling of appearance version paramBrad Payne (Vir Linden)
2013-01-24merging in viewer-beta.Nyx Linden
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh.
2013-01-23SH-3779 WIP - fully parse appearance message before trying to do anything ↵Brad Payne (Vir Linden)
with it
2013-01-23SH-3534 WIP - better encapsulation of mUseServerBakesBrad Payne (Vir Linden)
2013-01-23fixes and updates to DebugAvatarAppearanceMessage status lineBrad Payne (Vir Linden)
2013-01-22Added cof version information to DebugAvatarAppearanceMessage outputBrad Payne (Vir Linden)
2013-01-18SH-3344 WIP - more texture load monitoringBrad Payne (Vir Linden)
2013-01-07SH-3344 WIP - keep avatar local textures flagged no-delete while in useBrad Payne (Vir Linden)
2013-01-04Merge with viewer-chuiMerov Linden
2012-12-20SH-3344 WIP - additional debugging output for avatar local texturesBrad Payne (Vir Linden)
2012-12-17CHUI-580 : WIP : Protect callback connections passed to ↵Merov Linden
LLAvatarNameCache::get() where necessary
2012-12-17CHUI-115: Removing code that is ifdef'ed out.William Todd Stinson
2012-12-11SH-3604 WIP - added base outfit link creation to retryable copy/link ↵Brad Payne (Vir Linden)
operations. Resolves race condition with cof version and server texture bakes
2012-12-05CHUI-580 : WIP : Change the display name cache system, deprecating the old ↵Merov Linden
protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up.
2012-12-04Pull and merge viewer-developmentsimon@Simon-PC.lindenlab.com
2012-11-28SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵prep
alignment issue in llAppearance.
2012-11-20Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.William Todd Stinson
2012-11-15removed param location from archetype dump - not currently usedBrad Payne (Vir Linden)
2012-11-15SH-3484 WIP, SH-3546 WIP, SH-3541 WIP - restrict useBakedTexture when in ↵Brad Payne (Vir Linden)
local update, minor readability tweaks
2012-11-14block appearance messages while editingBrad Payne (Vir Linden)
2012-11-14Fix for build failuresBrad Payne (Vir Linden)
2012-11-09Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.William Todd Stinson
2012-11-09SH-3484 WIP - added additional logging under DebugAvatarCompositeBaked to ↵Brad Payne (Vir Linden)
try to track down baked texture issues
2012-11-08CHUI-484: Updating the code to rather than refer to it as Busy Mode, it now ↵William Todd Stinson
refers to it as Do Not Disturb mode.
2012-11-07SH-3493 FIX - removed a large number of completely unnecessary image cache ↵Brad Payne (Vir Linden)
clears, each of which then forced re-reading the same data from disk
2012-11-07SH-3500 FIX - added additional logging to allow params in various locations ↵Brad Payne (Vir Linden)
to be distinguished
2012-11-05renamed a confusingly-named fieldBrad Payne (Vir Linden)
2012-11-01misc error detection, debug coloration for avatar meshesBrad Payne (Vir Linden)
2012-10-25SH-3469 FIX - discard new-style updates for self with cof version = 0. This ↵Brad Payne (Vir Linden)
removes a race condition that was causing us to mis-handle region crossing logic
2012-10-22handling for crossing from non-server-bake to server-bake regionsBrad Payne (Vir Linden)
2012-10-17additional diagnostics, improved shape stability at cost of increasing ↵Brad Payne (Vir Linden)
entanglement between baked and local appearance
2012-10-17more param location logging, added wearable type info to dumpArchetypeXMLBrad Payne (Vir Linden)
2012-10-15additional debugging info, including tracking where visual params liveBrad Payne (Vir Linden)
2012-10-11Updating linux build to gcc4.6Don Kjer