summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.cpp
AgeCommit message (Collapse)Author
2016-04-04merge with 4.0.3-releaseOz Linden
2016-03-03MAINT-5693: Make COF Version from AIS authoritive. Ask until we get it.Rider Linden
2016-03-03MAINT-5693: Move avatar update into the AIS coprocedure pool.Rider Linden
2016-03-01MAINT-5693: Allow stale requestsRider Linden
2016-03-01MAINT-5693: Do not rerequest old bakes. If a stale bake is received for ↵Rider Linden
processing do not processes it (Only allow newer appearances to process... never older)
2016-02-29MAINT-5693: Request server bake even if we think we are about to request a ↵Rider Linden
stale version. The receiver should know if it will throw out the results. Added some additional logging to help track what's going on.
2016-02-25MAINT-5693: Some bake requests were getting lost. If a bake request is made ↵Rider Linden
while another one is outstanding rather than launch the new one, set a flag and remake the request with new data.
2016-01-15merge changes for 4.0.1-releaseOz Linden
2016-01-15Merge VRRider Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
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.