summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.cpp
AgeCommit message (Collapse)Author
2015-10-30MAINT-5796 FIXED Double clicking on anything in COF removes it from your ↵Mnikolenko ProductEngine
avatar - including skin, shape, hairbase and eyes - results in bakefailed avatar
2015-10-19Merge from viewer release.Rider Linden
2015-10-07MAINT-5691: Browser was using deprecated outbox display type AND not ↵Rider Linden
correctly returning error body to application. LLCore:HTTP now will provide and LLSD translation of the message body when possible in the case of an error HTTP result VMM alert boxes now use type="alertmodal" rather than "outbox"
2015-10-06MAINT-5693: Corrected error on Linux & Mac, force LLSD to string.Rider Linden
2015-10-06MAINT-5693: Consolidated the avatar appearance request into a coroutine. If ↵Rider Linden
the request fails because of a stale COF, then rerequest with the corrected one.
2015-08-28MAINT-5443 FIXED Appearance menu does not display gestures in outfitandreykproductengine
2015-08-25MergeRider Linden
2015-08-12MAINT-5500: Finish converting the AIS responders to the new coroutine model, ↵Rider Linden
Cleaned up dead an unused code. MAINT-4952: Added COPY and MOVE methods to Core:Http adapter
2015-07-30MAINT-5439 FIXED Gesture will not deactivate by using the deactivate button ↵andreykproductengine
in inventory drop down menu
2015-07-27MAINT-5439 FIXED Gesture will not deactivate by using the deactivate button ↵andreykproductengine
in inventory drop down menu
2015-07-15MergeRider Linden
2015-07-15Merge from viewer-relese and become version 3.8.2andreykproductengine
2015-06-26MAINT-5300 FIXED Allow creating and editing new bodyparts.Mnikolenko ProductEngine
2015-06-24MAINT-5278 WIP - avoid updateAppearanceFromCOF when adding only attachments.Brad Payne (Vir Linden)
2015-06-08Added a way to pass a policy Id to the coroadapter.Rider Linden
Changed language, appearance, and maturity to conform to use the adapter rather than the SDHandler
2015-06-08MergeRider Linden
2015-06-05Merge from viewer-releaseandreykproductengine
2015-07-15Merge downstream code and become version 3.8.2andreykproductengine
2015-05-27mergeBrad Payne (Vir Linden)
2015-05-18MAINT-5222 WIP - checks for app shutting down a couple of places.Brad Payne (Vir Linden)
2015-06-08Merge viewer-release and become version 3.7.30simon
2015-04-28increment viewer version to 3.7.29Mnikolenko ProductEngine
2015-04-28Merge viewer-release, become version 3.7.29Mnikolenko ProductEngine
2015-04-24merge with viewer tools updateBrad Payne (Vir Linden)
2015-04-24mergeBrad Payne (Vir Linden)
2015-04-16MAINT-5082 WIP, MAINT-5083 WIP - consolidate COF link creation calls during ↵Brad Payne (Vir Linden)
mass add of wearables/objects
2015-04-15Region caps and sim features converted to coroutine.Rider Linden
2015-04-10DRTVWR-397 WIP - removed get_linked_uuid(), duplicate of ↵Brad Payne (Vir Linden)
gInventory.getLinkedItemID()
2015-04-09MAINT-5069 WIP, MAINT-5071 WIP - handle dropping objects and attaching from ↵Brad Payne (Vir Linden)
ground. WIP on better tracking of attachment requests via various message in LLSelectMgr.
2015-04-03MAINT-4878 FIXED Outfits worn from library copy the subfolders tooandreykproductengine
2015-04-01Added AvatarNameCache as coroutine, with LLCore::HttpHandler to respond ↵Rider Linden
correctly to Event Pumps. Added get/setRequestURL() to LLCore::HttpResponse Removed URI from the HttpSDHandler.
2015-03-27first set of chnages from code review from NatRider Linden
2015-03-26Adding llagentlanguage to new LLCore::Http code moved some of ↵Rider Linden
llappearancemgr handling into llAgent.
2015-03-26Create trivial handler for SD Messages, method in LLAgent for posting HTTP ↵Rider Linden
requests.
2015-03-26Fix line endings on appearancemgr and added LLCore::Http to llAgent.Rider Linden
2015-03-25Some slight reorganization and removal of some dead code.Rider Linden
2015-03-25Replace appearance responder with new LLCore Appearance Handler.Rider Linden
Prep for some slight cleanup of the code. Add AP_AVATAR Policy
2015-03-23Start work on appearancemgrRider Linden
2015-03-20DRTVWR-397 WIP - logging for detach requests and unexpected detaches ↵Brad Payne (Vir Linden)
(presumably server-initiated)
2015-03-19MAINT-4917 WIP - comments and bug fixes for batching up COF link requests ↵Brad Payne (Vir Linden)
after attachments added.
2015-03-18MAINT-4917 WIP - Attachment deferred bulk COF linking WIPBrad Payne (Vir Linden)
2015-03-13MAINT-4980 WIP - moved canAddWearables() to LLAppearanceMgrBrad Payne (Vir Linden)
2015-03-05SL-103 WIP - viewer enforces wearable limits based on total articles of ↵Brad Payne (Vir Linden)
clothing rather than per-type limit. Limit is artificially low for testing, will bump before release.
2015-03-03MAINT-4653 WIPBrad Payne (Vir Linden)
2015-02-27DRTVWR-397 - removed duplicate functionBrad Payne (Vir Linden)
2015-02-27MAINT-4918 WIP - batch up detach requests for objectsBrad Payne (Vir Linden)
2015-02-25MAINT-4918 WIPBrad Payne (Vir Linden)
2015-02-20MAINT-4653, DRTVWR-397 WIP - more code for tracking attachment operations, ↵Brad Payne (Vir Linden)
smarter handling of multiple requests.
2015-02-18Logging for attachments and their COF linksBrad Payne (Vir Linden)
2015-02-18MAINT-4866 FIXED Check if subcategories (not only main category) have items ↵Mnikolenko ProductEngine
which is currently worn.