summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.cpp
AgeCommit message (Collapse)Author
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-03-12merge with releaseRichard Linden
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)
2013-06-25SH-4243 FIX - removed wait for category creation, since callback-based cap ↵Brad Payne (Vir Linden)
only works correctly if a recent fix is deployed server-side. May revisit at some point.
2013-06-24SH-4243 WIP - cleaned up callback structure for createNewCategory, modified ↵Brad Payne (Vir Linden)
makeNewOutfitLinks() to wait for category creation before populating.
2013-06-19SH-4263 FIX - added yet another level of callback kludgery to ↵Brad Payne (Vir Linden)
updateAppearanceFromCOF()
2013-06-18SH-4262 WIP - fix for the reordering bug in AIS regions.Brad Payne (Vir Linden)
2013-06-13SH-4250 WIP - logging tweaks and cleanupBrad Payne (Vir Linden)
2013-06-06SH-4234 FIX - the only persistent failure seen was caused by a broken link ↵Brad Payne (Vir Linden)
in the outfit. Modified updateIsDirty() to ignore broken links.
2013-06-05mergeBrad Payne (Vir Linden)
2013-06-05SH-3635 WIP - logging cleanup, moved some big dumps into separate XML filesBrad Payne (Vir Linden)
2013-06-03SH-4166 WIP - COF-slammer infrastructure working for non-AIS case.Brad Payne (Vir Linden)
2013-05-31SH-3635 WIPBrad Payne (Vir Linden)
2013-05-30SH-4147 FIX Macro avatar hover gets reset on relogNyx Linden
Hover minimum enforcement was getting triggered on relog for macro avatars before the joint offsets were applied when loading the avatar. Added code to verify that all attachments in COF have been rezzed, and all attached objects are not in the process of being rebuilt to the enforcement code. This should verify that we only apply the hover value enforcement when all rigged meshes are actually loaded before enforcing minimum hover value
2013-05-29SH-4222 FIX, SH-3635 WIP - start of stuck-appearance checker, always ↵Brad Payne (Vir Linden)
increment folder version when a contained item is updated.
2013-05-24SH-4207 WIP - use item updates with callback when updating link ↵Brad Payne (Vir Linden)
descriptions. Reworked updateAppearanceFromCOF() cof-validation stages.
2013-05-24SH-4027 WIP - initial implementation of item update via AIS.Brad Payne (Vir Linden)