summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.cpp
AgeCommit message (Collapse)Author
2014-07-18Pull in viewer-lion to cut off DRTVWR-373Simon Linden
2014-07-09MAINT-4216 FIXBrad Payne (Vir Linden)
2014-07-08MAINT-4086 FIXED Limit the number items "Replace Current Outfit" or "Wear" ↵andreykproductengine
applies to
2014-07-07Merge downstream code and become 3.7.12simon
2014-06-18Merge downstream codesimon
2014-06-16correct merge mistakeOz Linden
2014-06-16merge changes for 3.7.9-releaseOz Linden
2014-05-29MAINT-4086 FIXED Limit the number items "Replace Current Outfit" or "Wear" ↵AndreyL ProductEngine
applies to
2014-05-16merge fixesBrad Payne (Vir Linden)
2014-05-14v-r -> s-e merge WIPBrad Payne (Vir Linden)
2014-05-13sunshine-external merge WIPBrad Payne (Vir Linden)
2014-05-07correct bad merges from 3.7.7-releaseOz Linden
2014-05-07Merge downstream version 3.7.8 codesimon
2014-05-07merge changes for 3.7.7-releaseOz Linden
2014-03-13MAINT-3812 FIXED "Remove from outfit" is unavailable for folders containing ↵andreylproductengine
only gestures
2014-03-12merge with releaseRichard Linden
2014-01-23correct coding style problems, add contribution creditOz Linden
2014-01-18Fixed: BUG-4413LanceCorrimal
2013-12-05mergeBrad Payne (Vir Linden)
2013-11-18SH-4578 WIP - cleaner folder version accountingBrad Payne (Vir Linden)
2013-11-11Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-10-15SH-3455 WIP - llstartup cleanupBrad Payne (Vir Linden)
2013-09-19SH-3455 WIP - removing bake upload codeBrad Payne (Vir Linden)
2013-09-11SH-4422 WIP - avoid redundant calls to updateAppearanceFromCOF() if rezzing ↵Brad Payne (Vir Linden)
an attachment that's already linked in COF
2013-08-29SH-4455 WIP - versioned some metrics whose usage has changed, added name and ↵Brad Payne (Vir Linden)
item id checks in setWearableOutfit()
2013-08-29SH-4455 WIP - restrict use of LLWearableHoldingPattern metrics. When ↵Brad Payne (Vir Linden)
changing wearables, bail out if current wearables already match those requested.
2013-08-19moved LLTrackPhaseWrapper to do its work in destructorBrad Payne (Vir Linden)
2013-08-14SH-4422 FIX - fixed some recently introduced issues with link description ↵Brad Payne (Vir Linden)
fields, which among other things reduces the number of appearance requests sent.
2013-10-17SUN-69 MAINT-2258 : temp attachments getting removed improperly. Reviewed ↵simon
by Kelly.
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-09Refactoring link creation calls in preparation for adding AIS v3 hook.Don Kjer
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2013-07-16SH-4333 FIX - turned on category patch now that AISv3 has itBrad Payne (Vir Linden)
2013-07-11Adding support for COPY methods to httpclient. Implementing viewer-side use ↵Don Kjer
of AISv3 COPY library folder operation. (SH-4304)
2013-07-03SH-4305 WIP - unlock and set loading complete after base outfit saved.Brad Payne (Vir Linden)
2013-07-03SH-4226 WIP - small tweaksBrad Payne (Vir Linden)
2013-07-03SH-4226 WIP - try to be smarter about when to send appearance update ↵Brad Payne (Vir Linden)
requests, removed many redundant calls
2013-06-27mergeBrad Payne (Vir Linden)
2013-06-27SH-4300 WIP - commentBrad Payne (Vir Linden)
2013-06-27SH-4300 WIP - added callback for a non-callback case of ↵Brad Payne (Vir Linden)
updateClothingOrderingInfo. Also removed some wrong code for drag-and-drop corresponding to a case that's not allowed anyway.
2013-06-27SH-4300 WIP - removed outfit autopopulateBrad Payne (Vir Linden)
2013-06-27SH-4300 WIP - added order validationBrad Payne (Vir Linden)
2013-06-26mergeNyx Linden
2013-06-26SH-4226 FIX wearing petite outfit gives appearance responder errorsNyx Linden
Requesting appearance updates on updateGeometry for the avatar was spamming the back-end and causing the throttling mechanism to get hit. Removing that caused a re-introduction of SH-4109, so added a callback to link creation in the COF for attachments to request an appearance update. This should cause us to request an appearance update once per attachment attached, where before we were seeing up to 8 redundant requests.
2013-06-26SH-4300 WIP - set wearable ordering desc fields in slammer during ↵Brad Payne (Vir Linden)
updateCOF(), should need to go item-by-item fairly rarely.
2013-06-26SH-4300 WIP - removed unused update_base_outfit stuff in ↵Brad Payne (Vir Linden)
updateClothingOrderingInfo()
2013-06-26SH-4305 WIP - cleanupBrad Payne (Vir Linden)
2013-06-26SH-4305 WIP - one more case where we need to use slammer to update categoryBrad Payne (Vir Linden)
2013-06-26SH-4305 WIP - fix for compiler grumbling on linux build.Brad Payne (Vir Linden)
2013-06-25SH-4305 WIPBrad Payne (Vir Linden)