summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
AgeCommit message (Collapse)Author
2012-07-23Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-06-22Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-06-22mergeDave Parks
2012-05-25MAINT-616 Potential fix for corrupted mip maps.Dave Parks
2012-05-25Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148simon@Simon-PC.lindenlab.com
2012-05-24MAINT-616 Fix for corrupted mipmaps. Cleanup based on code review feedback.Dave Parks
2012-05-21MAINT-616 Factor out calls to glGenFoo where possible, add setting to ↵Dave Parks
control synchronizing strategy WRT occlusion queries, add experimental transform feedback driven LoD update
2012-05-02SH-3128 FIX - log message cleanup for avatar rezzingBrad Payne (Vir Linden)
2012-05-02merge viewer-release to dranoBrad Payne (Vir Linden)
2012-04-19startup phase tracking added to appearance metricsBrad Payne (Vir Linden)
2012-04-19Move phase tracking to its own set of classes inside LLViewerStats - ↵Brad Payne (Vir Linden)
simplifies llvoavatar and allows adding such tracking to classes that live outside the avatar lifetime
2012-04-09merge viewer-release to runwayBrad Payne (Vir Linden)
2012-04-05SH-3064 WIP - accumulate stats tied to phase timersBrad Payne (Vir Linden)
2012-04-02mergeBrad Payne (Vir Linden)
2012-04-02SH-3041 BUILDFIX fixed a bad function callNyx (Neal Orman)
Had a function call in last checkin that was removed before commit since I thought it was only used in debug code. Adding it back in as its actually used.
2012-04-02mergeBrad Payne (Vir Linden)
2012-04-02SH-3064 WIP - centralized logic for mapping rez status S32 values to stringsBrad Payne (Vir Linden)
2012-04-02Automated merge with https://bitbucket.org/VirLinden/runwayNyx (Neal Orman)
2012-04-02SH-3041 FIX use server-sent baked texture IDs while waiting for avatar to loadNyx (Neal Orman)
Prevents the avatar's baked texture UUIDs sent by the server's first objectUpdate message from being overwritten until the wearable cache results come back.
2012-03-22mergeBrad Payne (Vir Linden)
2012-03-21SH-3041 WIP Utilizing early object update texture dataNyx (Neal Orman)
Caching the mapping between baked texture hashes and UUIDs should be able to be avoided if the initial texture data sent down is accuate. This patch will use the first objectupdate message sent for your own avatar to set the baked texture UUIDs for your avatar. These appear to match the UUIDs sent from the hash lookup. Testing needed to verify that you can successfully decloud before the server sends you the hash lookup response, if your bakes are cached locally.
2012-03-21changed nearby avatar stat metrics to map instead of arrayBrad Payne (Vir Linden)
2012-03-20BUGFIX: Removing one more instance of the server warning notification that ↵Todd Stinson
oddurs when attempting to stand up while sitting on the premium wilderness boat.
2012-03-19enable per-appearance-change metrics sendingBrad Payne (Vir Linden)
2012-03-16SH-3044 FIX - bit more cleanup on log messagesBrad Payne (Vir Linden)
2012-03-16SH-3044 FIX - change avatar log message to LL_DEBUGS to allow effective ↵Brad Payne (Vir Linden)
toggling when default is INFO
2012-03-16SH-3044 - tag avatar log messages LL_INFOS(Avatar)Brad Payne (Vir Linden)
2012-03-15SH-2970 WIP - pretty-print some metrics for more readable logBrad Payne (Vir Linden)
2012-03-14SH-2970 FIX - per-region logging of basic avatar statsBrad Payne (Vir Linden)
2012-03-13pull and merge from viewer-developmentprep
2012-03-12SH-2970 WIP - scoped phase tweaking, removed auto-phase-stop on metrics sendBrad Payne (Vir Linden)
2012-03-12SH-2970 WIP - send per-appearance-change metrics packet (disabled)Brad Payne (Vir Linden)
2012-03-09SH-2970 WIP - more phase trackingBrad Payne (Vir Linden)
2012-03-09merge changes for vmrg-225Oz Linden
2012-03-08SH-2970 WIP - more phase trackingBrad Payne (Vir Linden)
2012-03-06SH-2970 WIP - framework for tracking various phases of avatar rezzing/outfit ↵Brad Payne (Vir Linden)
changing
2012-03-06SH-2970 WIPBrad Payne (Vir Linden)
2012-03-05SH-2970 WIP - av metricsBrad Payne (Vir Linden)
2012-03-05SH-2970 WIP - simple LLSD metrics for self avBrad Payne (Vir Linden)
2012-03-03SH-2970 WIP - avatar metricsBrad Payne (Vir Linden)
2012-03-01Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.Todd Stinson
2012-02-29SH-3018 WIP - removed audit texture, other unused diagnostic codeBrad Payne (Vir Linden)
2012-02-29SH-2689 FIX - a bit more logging and related cleanup. Somewhat arbitrarily ↵Brad Payne (Vir Linden)
calling this done, although tweaks will be ongoing
2012-02-28PATH-199: Cleaning up code related to object flags so that I can better use ↵Todd Stinson
the flags to managed pathfinding flags such as permanent and character.
2012-02-27SH-2689 WIP - tracking cloud/gray/textured state for avs, display with ↵Brad Payne (Vir Linden)
rendering cost
2012-02-17SH-2968 WIP - more loggingBrad Payne (Vir Linden)
2012-02-17SH-2968 WIP - log avatar name in more placesBrad Payne (Vir Linden)
2012-02-13SH-2973 Potential fix for crash in ~LLVOAvatarSelfDave Parks
2012-02-06Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2012-02-03EXP-1843 WIP Added an option to output avatar rez timing.Vadim ProductEngine
Use the new "Avatar Rez" debugging tag to see the output.