summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.h
AgeCommit message (Collapse)Author
2013-10-17SUN-69 MAINT-2258 : temp attachments getting removed improperly. Reviewed ↵simon
by Kelly.
2013-03-22Moved LastUpdateCOF stuff to avatar, so we can track last received for ↵Brad Payne (Vir Linden)
non-self avs
2013-03-11mergeprep
2013-03-05Adding debug setting to allow overriding appearance service urlDon Kjer
2013-02-28SH-3932 FIX - added LLSD blob for viewer-side cof contents, optionally ↵Brad Payne (Vir Linden)
included with request appearance update
2013-02-27Automated merge with https://bitbucket.org/lindenlab/sunshine-internalRichard Linden
2013-01-22Added cof version information to DebugAvatarAppearanceMessage outputBrad Payne (Vir Linden)
2013-01-16SH-3645 WIP - preserve item order after wearable save asBrad Payne (Vir Linden)
2013-01-15SH-3339 WIP, SH-3645 WIP - added getActualDescription to obviate an ↵Brad Payne (Vir Linden)
obnoxious and widely-used workaround, re-create COF link after wearable edit to force COF version bump
2012-12-17SH-3629 WIP - avoid clobbering links to desired items that are already in ↵Brad Payne (Vir Linden)
the COF, as will be the case when wearing an outfit with required body parts missing
2012-12-13Merged SH-3339 work with sunshine-internal. Still a WIP.Logan Dethrow
2012-12-13WIP SH-3339. Commit to merge from trunk to get build fixes, etc.Logan Dethrow
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-10SH-3606 WIP - replaced several LLInventoryCallback subclasses with ↵Brad Payne (Vir Linden)
boost::func equivalents
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-02SH-3429 WIP - Added adaptive retry mechanism for failed appearance update ↵Brad Payne (Vir Linden)
requests
2012-09-03Merge VirLinden/sunshine -> don_linden/sunshine-experimentalDon Kjer
2012-09-03Extracted texture baking system into llappearance library.Don Kjer
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-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-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-12SH-3267 WIPBrad Payne (Vir Linden)
2012-07-12SH-3267 WIPBrad Payne (Vir Linden)
2012-06-29SH-3226 WIP - request appearance update request, connects to ↵Brad Payne (Vir Linden)
UpdateAgentAppearance cap, in updateAppearanceFromCOF()
2012-06-25SH-3172 WIP - useServerTextureBaking() funcBrad Payne (Vir Linden)
2011-10-12EXP-625 Speed up initial outfit copy and avatar bake by moving initial ↵Aaron Stone
gesture copy to LLAppearangeMgr::onFirstFullyVisible().
2010-12-21Automated merge from mesh-developmentLoren Shih
2010-12-20SH-682 FIX, SH-594 FIX - removed mFMP wrapper, added thread checking. Moved ↵Brad Payne (Vir Linden)
onIdle functions to llcallbacklist.
2010-08-26EXT-8727 FIXED Potential fix for a crash in ↵Vadim Savchuk
LLAppearanceMgr::updateClothingOrderingInfo. I couldn't reproduce the problem (it has happened for only two users, both running MacOSX), but from what I see in the logs, it might have been caused by (or related to) NULL COF items. I haven't found out how they appear nor what exactly causes the crash, but just for any case I added a check to make sure we don't try to update wearables ordering info for such items. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/876/ --HG-- branch : product-engine
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-13mergeBrad Payne (Vir Linden)
2010-08-13EXT-8650 Can wear multiple copies of no-copy item via object linksLoren Shih
* EXT-8661 Take out unused mRegisteredAttachments in LLAppearanceMgr Removed unused mRegisteredAttachments. Not sure what this was used for, but it's no longer used.
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-08-12DEV-52580 WIP: disallow multiple links to the same attachment in ↵Brad Payne (Vir Linden)
updateAppearanceFromCOF()
2010-08-03EXT-8534 FIXED Fixed the 'Wear' in My Outfits being disabled for outfits ↵Vadim Savchuk
consisting of body parts only. Changed the condition to enable the "Wear" button in My Outfits and the corresponding item in the outfit context menu. They now get enabled for any outfit that isn't the base outfit and contains non-worn wearables. By the way, did a minor cleanup: moved an LLAgentWearables.isCOFChangeInProgress() call to LLAppearanceMgr::getCanAddToCOF() to avoid code duplication. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/832/ --HG-- branch : product-engine
2010-07-26merge from PE's viewer-releaseTofu Linden
2010-07-26EXT-8329 FIXED Provided disabling 'Wear Item' button after item was worn.Alexei Arabadji
Details: 1 Updated condition is item can be worn considering situation when item is copied in COF but is not worn. 2 Avoided code duplication in method LLOutfitsList::canWearSelected() reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/785/ --HG-- branch : product-engine
2010-07-23Removed a bunch of templates and inlining through the miracle of boost::functionBrad Payne (Vir Linden)
2010-07-21EXT-8135 FIX - use LLUpdateAppearanceOnDestroy callback to postpone ↵Brad Payne (Vir Linden)
appearance update until all links are created
2010-07-08MergeLeyla Farazha
2010-07-08EXT-8140 Changing items in "add more" view, or editing the items, causes ↵Leyla Farazha
avatar to bounce up and down
2010-07-08Fix for EXT-8151Monroe Linden
Made LLPanelOutfitEdit::onPlusBtnClicked() iterate over all selected items and wear each one. Also made it create one LLUpdateAppearanceOnDestroy and pass it to all calls to wearItemOnAvatar. Add optional callback argument (as LLPointer) to wearItemOnAvatar, addCOFItemLink, LLDeferredCOFLinkObserver Reviewed by Nyx at http://codereview.lindenlab.com/2482033
2010-06-30Automated merge with ssh://hg.lindenlab.com/q/viewer-release/Nyx (Neal Orman)
2010-06-30EXT-8115 FIX outfits saved under 2.0 load with "unsaved changes"Nyx (Neal Orman)
Added code to save order information to outfits on loading / reverting them. Order information is updated not only in COF, but also in base outfit folder. This is only safe to do when we are explicitly loading a saved outfit, as the COF may have deviated from the saved outfit. This will also help fix order discrepencies in saved outfits that have been manually modified through inventory operations. Fix will only be effective after server 1.40 has rolled out. Tested results on Aditi to verify effectiveness. Code Reviewed by Seraph
2010-06-29EXT-8063 FIX, EXT-7986 FIX - enforce wearable counts in ↵Brad Payne (Vir Linden)
updateApperanceFromCOF() if UI lets any improper state through
2010-06-28EXT-8063 WIP - last-ditch filtering of item counts in updateAppearanceFromCOFBrad Payne (Vir Linden)