summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2013-08-30mergeNyx Linden
2013-08-30SH-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-30SH-4456 FIX - added info to metrics for viewer version tags.Brad Payne (Vir Linden)
2013-08-29SH-4455 WIP - versioned some metrics whose usage has changed, added name and ↵Brad Payne (Vir Linden)
item id checks in setWearableOutfit()
2013-08-29SH-4455 WIP - restrict use of LLWearableHoldingPattern metrics. When ↵Brad Payne (Vir Linden)
changing wearables, bail out if current wearables already match those requested.
2013-08-22mergeBrad Payne (Vir Linden)
2013-08-19increment viewer version to 3.6.4Oz Linden
2013-08-19moved LLTrackPhaseWrapper to do its work in destructorBrad Payne (Vir Linden)
2013-08-16merge cleanup - one file did not merge cleanly.Nyx Linden
2013-08-16mergeNyx Linden
2013-08-16merge with viewer-releaseNyx Linden
2013-08-14SH-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-12mergeBrad Payne (Vir Linden)
2013-08-12cat version debug statementBrad Payne (Vir Linden)
2013-08-09Automated merge.Don Kjer
2013-08-09Routing link creating through AISv3 when available.Don Kjer
2013-08-09Refactoring link creation calls in preparation for adding AIS v3 hook.Don Kjer
2013-08-08Moved commented out capabilities debugging code into ifdef'd block and added ↵Logan Dethrow
a comment describing the use of it.
2013-08-06Fixes for SH-4321. Also removed some unnecessary transform updates, and ↵prep@lindenlab.com
unused joint resetting code
2013-08-05Merge viewer-release with Vivox codesimon
2013-08-05increment viewer version to 3.6.3Oz Linden
2013-08-01MAINT-2958 : "Mute Particle Owner" should be "Block Particle Owner"simon
2013-08-01MAINT-2949 : Objects across the sim border do not render when approached. Addedsimon
missing code block from previous change as per Dave P's advice
2013-07-30MAINT-2913: crash in LLCamera::AABBInFrustum. Tried to make array indexessimon
bullet-proof. Reviewed by Kelly
2013-07-29Slowest debug in the west.Aura Linden
2013-07-29I love issues that only reproduce via teamcityAura Linden
2013-07-25Kill all the vivox logsAura Linden
2013-07-24Sh-4321 # Fixes for detach deformations. General code cleanup as well.prep
2013-07-22SH-4333 WIP - do version accounting for category when updatedBrad Payne (Vir Linden)
2013-07-22Turn off logging.Aura Linden
2013-07-22mergeBrad Payne (Vir Linden)
2013-07-19SH-3889 WIP - added callbacks to control ordering of operations after ↵Brad Payne (Vir Linden)
wearable save.
2013-07-18mergeNyx Linden
2013-07-18SH-3875 FIX Failure to bake face wrinklesNyx Linden
Wrinkles have been a deprecated/non-functional feature for a few years now. Removing the user-facing sliders to prevent confusion.
2013-07-17fix for build failure mac, linuxBrad Payne (Vir Linden)
2013-07-17SH-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-16SH-4333 FIX - turned on category patch now that AISv3 has itBrad Payne (Vir Linden)
2013-07-11Merged in viewer-releaseAura Linden
2013-07-11Adding support for COPY methods to httpclient. Implementing viewer-side use ↵Don Kjer
of AISv3 COPY library folder operation. (SH-4304)
2013-07-10SH-4319 WIP - set using server bakes on receiving a cached texture response ↵Brad Payne (Vir Linden)
in a non-bake region
2013-07-03SH-4305 WIP - unlock and set loading complete after base outfit saved.Brad Payne (Vir Linden)
2013-07-03SH-4226 WIP - small tweaksBrad Payne (Vir Linden)
2013-07-03SH-4226 WIP - try to be smarter about when to send appearance update ↵Brad Payne (Vir Linden)
requests, removed many redundant calls
2013-06-28SH-4240 FIX users can set hover height to 0Nyx 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-27Merge with viewer-releasecallum_linden
2013-06-27increment viewer version to 3.6.2Oz Linden
2013-06-27Log slamming callsBrad Payne (Vir Linden)
2013-06-27mergeBrad Payne (Vir Linden)
2013-06-27SH-4300 WIP - commentBrad Payne (Vir Linden)
2013-06-27SH-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.