Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-30 | SH-4458 FIX "Pant flares rendering as tights after SSA rollout" | Nyx Linden | |
probably not related to SSA rollout, but we were not triggering the callbacks for baked texture loads, since the avatar object was adding paused callbacks to the callback list without properly setting the flag to indicate paused callbacks. | |||
2013-08-19 | moved LLTrackPhaseWrapper to do its work in destructor | Brad Payne (Vir Linden) | |
2013-08-16 | merge cleanup - one file did not merge cleanly. | Nyx Linden | |
2013-08-16 | merge | Nyx Linden | |
2013-08-16 | merge with viewer-release | Nyx Linden | |
2013-08-14 | SH-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-08-12 | merge | Brad Payne (Vir Linden) | |
2013-08-12 | cat version debug statement | Brad Payne (Vir Linden) | |
2013-08-09 | Automated merge. | Don Kjer | |
2013-08-09 | Routing link creating through AISv3 when available. | Don Kjer | |
2013-08-09 | Refactoring link creation calls in preparation for adding AIS v3 hook. | Don Kjer | |
2013-08-08 | Moved commented out capabilities debugging code into ifdef'd block and added ↵ | Logan Dethrow | |
a comment describing the use of it. | |||
2013-08-06 | Fixes for SH-4321. Also removed some unnecessary transform updates, and ↵ | prep@lindenlab.com | |
unused joint resetting code | |||
2013-08-05 | increment viewer version to 3.6.3 | Oz Linden | |
2013-07-29 | Slowest debug in the west. | Aura Linden | |
2013-07-29 | I love issues that only reproduce via teamcity | Aura Linden | |
2013-07-25 | Kill all the vivox logs | Aura Linden | |
2013-07-24 | Sh-4321 # Fixes for detach deformations. General code cleanup as well. | prep | |
2013-07-22 | SH-4333 WIP - do version accounting for category when updated | Brad Payne (Vir Linden) | |
2013-07-22 | Turn off logging. | Aura Linden | |
2013-07-22 | merge | Brad Payne (Vir Linden) | |
2013-07-19 | SH-3889 WIP - added callbacks to control ordering of operations after ↵ | Brad Payne (Vir Linden) | |
wearable save. | |||
2013-07-18 | merge | Nyx Linden | |
2013-07-18 | SH-3875 FIX Failure to bake face wrinkles | Nyx Linden | |
Wrinkles have been a deprecated/non-functional feature for a few years now. Removing the user-facing sliders to prevent confusion. | |||
2013-07-17 | fix for build failure mac, linux | Brad Payne (Vir Linden) | |
2013-07-17 | SH-4344 FIX - return the lowest UUID for a child of root with the desired ↵ | Brad Payne (Vir Linden) | |
preferred type. Also removed some duplicate code between findCategoryUUIDForType and findLibraryCategoryUUIDForType | |||
2013-07-16 | SH-4333 FIX - turned on category patch now that AISv3 has it | Brad Payne (Vir Linden) | |
2013-07-11 | Merged in viewer-release | Aura Linden | |
2013-07-11 | Adding support for COPY methods to httpclient. Implementing viewer-side use ↵ | Don Kjer | |
of AISv3 COPY library folder operation. (SH-4304) | |||
2013-07-10 | SH-4319 WIP - set using server bakes on receiving a cached texture response ↵ | Brad Payne (Vir Linden) | |
in a non-bake region | |||
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 - small tweaks | 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-28 | SH-4240 FIX users can set hover height to 0 | Nyx Linden | |
removing minimum height enforcement, as changes are local-only and would not be visible by other users in this repro, unless the user explicitly saved the changes. Since there are many ways to get around the enforcement, and the enforced minimums won't be visible to other users, its simpler to allow users to use the full range of the hover slider. NOTE: this means that a user's avatar can be underground, leading to the camera pointing up at the sky. this is a known issue. | |||
2013-06-27 | increment viewer version to 3.6.2 | Oz Linden | |
2013-06-27 | Log slamming calls | Brad Payne (Vir Linden) | |
2013-06-27 | merge | Brad Payne (Vir Linden) | |
2013-06-27 | SH-4300 WIP - comment | Brad Payne (Vir Linden) | |
2013-06-27 | SH-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-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 | merge | Nyx Linden | |
2013-06-26 | SH-4226 FIX wearing petite outfit gives appearance responder errors | Nyx 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-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-26 | SH-4305 WIP - fix for compiler grumbling on linux build. | Brad Payne (Vir Linden) | |
2013-06-25 | SH-4305 WIP | Brad Payne (Vir Linden) | |
2013-06-25 | merge changes for NORSPEC-280 | Oz Linden | |