summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.cpp
AgeCommit message (Collapse)Author
2012-12-07SH-3606 WIP - moving classes to more reusable locationBrad Payne (Vir Linden)
2012-12-06SH-3604 FIX - switched link creation in updateCOF() to use retry path, ↵Brad Payne (Vir Linden)
better stats reporting, fixed failure logic
2012-12-05Possible fix for TC build failureBrad Payne (Vir Linden)
2012-12-05SH-3604 WIP - retry mechanism for batch inventory ops, handle either ↵Brad Payne (Vir Linden)
completion or failure
2012-12-04SH-3604 WIPBrad Payne (Vir Linden)
2012-12-03mergeBrad Payne (Vir Linden)
2012-12-03SH-3562 WIPBrad Payne (Vir Linden)
2012-11-30SH-3562 WIP - detect possible hangs in item copyingBrad Payne (Vir Linden)
2012-11-29fix for possible crash on exit in self_av_string()Brad Payne (Vir Linden)
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-19Moved implementation of incrementCofVersion to llappearancemgr.cpp. Changed ↵Logan Dethrow
retry logic to use the more robust mRetryPolicy instead of my own previous implementation.
2012-11-09Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.William Todd Stinson
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-05small logging tweakBrad Payne (Vir Linden)
2012-11-02SH-3429 WIP - Added adaptive retry mechanism for failed appearance update ↵Brad Payne (Vir Linden)
requests
2012-11-01misc error detection, debug coloration for avatar meshesBrad Payne (Vir Linden)
2012-10-26SH-3469 FIX - use callback mechanism to handle possible race between getting ↵Brad Payne (Vir Linden)
caps and setting agent region
2012-09-27audited uses of centralBakeVersion vs. isUsingServerBakesBrad Payne (Vir Linden)
2012-09-11SH-3264 Moved over a few more items to llappearanceNyx (Neal Orman)
moved over: isWearingWearableType wearable::writeToAvatar wearable::mTEMap (stores LocalTextureObject*) more from wearable::import/export wearable::createVisualParams, etc
2012-11-13merge changes for DRTVWR-238Oz Linden
2012-09-03Merge VirLinden/sunshine -> don_linden/sunshine-experimentalDon Kjer
2012-09-03Extracted texture baking system into llappearance library.Don Kjer
2012-08-30log appearance update requests and resultsBrad Payne (Vir Linden)
2012-08-22SH-3625 - some associated cleanup, do_update field is useless in various ↵Brad Payne (Vir Linden)
calls because of possible race conditions
2012-08-22SH-3625 WIP - consolidated a couple of attachment removal pathsBrad Payne (Vir Linden)
2012-08-21SH-3625 WIP - consolidating code paths for removal, removed dead codeBrad Payne (Vir Linden)
2012-08-21SH-3625 WIP - consolidating code paths for wearable/attachment removalBrad Payne (Vir Linden)
2012-08-20SH-3625 WIP - removeItem(s)FromAvatar use updateAppearanceFromCOF. Some but ↵Brad Payne (Vir Linden)
not all remove code goes through these.
2012-08-15requestServerAppearanceUpdate bails out if corresponding cap is nullBrad Payne (Vir Linden)
2012-08-14Automated merge with https://bitbucket.org/VirLinden/sunshineNyx (Neal Orman)
2012-08-14SH-3310 WIP setting up architecture for switching texture baking on ↵Nyx (Neal Orman)
per-region basis Set up an architecture to minimize the use of the baked texture debug setting. Instead concentrating on setting a per-region flag at the region handshake point. This should be processed once the new regions are using the updated handshake. The debug setting is being used in this one location as a placeholder. Builds, but not fully tested/commented yet, passing this work off to Vir.
2012-07-30mergeBrad Payne (Vir Linden)
2012-07-30CHUI-217 FIX Items are not visible in Merchant OutboxRichard Linden
cleaned up a lot custom code for folder view item creation in inbox and outbox proper initialization of views from inventory panel starting folder
2012-07-30mergeBrad Payne (Vir Linden)
2012-07-13SH-3267 WIP - extract cof version from avatar appearance message, use to ↵Brad Payne (Vir Linden)
reject stale updates
2012-07-12SH-3267 WIPBrad Payne (Vir Linden)
2012-07-12SH-3267 WIPBrad Payne (Vir Linden)
2012-07-02FIX: renamed UpdateAgentAppearance to UpdateAvatarAppearanceNyx (Neal Orman)
2012-06-29SH-3226 WIP - request appearance update request, connects to ↵Brad Payne (Vir Linden)
UpdateAgentAppearance cap, in updateAppearanceFromCOF()
2012-06-26SH-3172 WIP - fixBrad Payne (Vir Linden)
2012-06-25SH-3172 WIP - useServerTextureBaking() funcBrad Payne (Vir Linden)
2012-06-20MAINT-1150 FIX (Speculative) crash on (shutdown) in LLVOAvatar::avString()callum
Reviewed by vir
2012-07-07Crashfix: During cleanup gAgentAvatarp can already be 0.Nicky
2012-05-25Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148simon@Simon-PC.lindenlab.com
2012-05-02SH-3128 FIX - log message cleanup for avatar rezzingBrad Payne (Vir Linden)
2012-04-26tracking for copy-to-wear inventory failuresBrad Payne (Vir Linden)
2012-04-23more phase tracking for inventory opsBrad 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)