Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2013-12-05 | merge | Brad Payne (Vir Linden) | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-09-11 | SH-4422 WIP - avoid redundant calls to updateAppearanceFromCOF() if rezzing ↵ | Brad Payne (Vir Linden) | |
an attachment that's already linked in COF | |||
2013-08-29 | SH-4455 WIP - restrict use of LLWearableHoldingPattern metrics. When ↵ | Brad Payne (Vir Linden) | |
changing wearables, bail out if current wearables already match those requested. | |||
2013-10-17 | SUN-69 MAINT-2258 : temp attachments getting removed improperly. Reviewed ↵ | simon | |
by Kelly. | |||
2013-08-09 | Refactoring link creation calls in preparation for adding AIS v3 hook. | Don Kjer | |
2013-07-03 | SH-4305 WIP - unlock and set loading complete after base outfit saved. | Brad Payne (Vir Linden) | |
2013-07-03 | SH-4226 WIP - try to be smarter about when to send appearance update ↵ | Brad Payne (Vir Linden) | |
requests, removed many redundant calls | |||
2013-06-27 | SH-4300 WIP - removed outfit autopopulate | Brad Payne (Vir Linden) | |
2013-06-27 | SH-4300 WIP - added order validation | Brad Payne (Vir Linden) | |
2013-06-26 | SH-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-26 | SH-4300 WIP - removed unused update_base_outfit stuff in ↵ | Brad Payne (Vir Linden) | |
updateClothingOrderingInfo() | |||
2013-06-26 | SH-4305 WIP - cleanup | Brad Payne (Vir Linden) | |
2013-06-26 | SH-4305 WIP - one more case where we need to use slammer to update category | Brad Payne (Vir Linden) | |
2013-06-25 | SH-4305 WIP | Brad Payne (Vir Linden) | |
2013-06-25 | SH-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-24 | SH-4243 WIP - cleaned up callback structure for createNewCategory, modified ↵ | Brad Payne (Vir Linden) | |
makeNewOutfitLinks() to wait for category creation before populating. | |||
2013-06-19 | SH-4263 FIX - added yet another level of callback kludgery to ↵ | Brad Payne (Vir Linden) | |
updateAppearanceFromCOF() | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-06-05 | merge | Brad Payne (Vir Linden) | |
2013-06-03 | SH-4166 WIP - COF-slammer infrastructure working for non-AIS case. | Brad Payne (Vir Linden) | |
2013-05-31 | SH-3635 WIP | Brad Payne (Vir Linden) | |
2013-05-30 | SH-4147 FIX Macro avatar hover gets reset on relog | Nyx 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-29 | SH-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-24 | SH-4207 WIP - use item updates with callback when updating link ↵ | Brad Payne (Vir Linden) | |
descriptions. Reworked updateAppearanceFromCOF() cof-validation stages. | |||
2013-04-23 | SH-4128 WIP - rewiring various link-deleting operations to support callbacks | Brad Payne (Vir Linden) | |
2013-04-22 | SH-4128 WIP - more stages of outfit change now go through the callback ↵ | Brad Payne (Vir Linden) | |
mechanism for link removals | |||
2013-04-18 | SH-4116 WIP - removed follow_folder_links behavior, which was used nowhere ↵ | Brad Payne (Vir Linden) | |
and isn't really desirable currently | |||
2013-04-18 | SH-4128 WIP - use the AISv3 inventory cap when available for cof link ↵ | Brad Payne (Vir Linden) | |
deletion, hook in to callback mechanism so all link operations should be done before outfit is worn. | |||
2013-03-22 | Moved LastUpdateCOF stuff to avatar, so we can track last received for ↵ | Brad Payne (Vir Linden) | |
non-self avs | |||
2013-03-11 | merge | prep | |
2013-03-05 | Adding debug setting to allow overriding appearance service url | Don Kjer | |
2013-02-28 | SH-3932 FIX - added LLSD blob for viewer-side cof contents, optionally ↵ | Brad Payne (Vir Linden) | |
included with request appearance update | |||
2013-02-27 | Automated merge with https://bitbucket.org/lindenlab/sunshine-internal | Richard Linden | |
2013-01-22 | Added cof version information to DebugAvatarAppearanceMessage output | Brad Payne (Vir Linden) | |
2013-01-16 | SH-3645 WIP - preserve item order after wearable save as | Brad Payne (Vir Linden) | |
2013-01-15 | SH-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-17 | SH-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-13 | Merged SH-3339 work with sunshine-internal. Still a WIP. | Logan Dethrow | |
2012-12-13 | WIP SH-3339. Commit to merge from trunk to get build fixes, etc. | Logan Dethrow | |
2012-12-11 | SH-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-10 | SH-3606 WIP - replaced several LLInventoryCallback subclasses with ↵ | Brad Payne (Vir Linden) | |
boost::func equivalents | |||
2012-11-19 | Moved 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-02 | SH-3429 WIP - Added adaptive retry mechanism for failed appearance update ↵ | Brad Payne (Vir Linden) | |
requests | |||
2012-09-03 | Merge VirLinden/sunshine -> don_linden/sunshine-experimental | Don Kjer | |
2012-09-03 | Extracted texture baking system into llappearance library. | Don Kjer | |
2012-08-22 | SH-3625 - some associated cleanup, do_update field is useless in various ↵ | Brad Payne (Vir Linden) | |
calls because of possible race conditions | |||
2012-08-21 | SH-3625 WIP - consolidating code paths for removal, removed dead code | Brad Payne (Vir Linden) | |
2012-08-21 | SH-3625 WIP - consolidating code paths for wearable/attachment removal | Brad Payne (Vir Linden) | |