Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-24 | DEV-50271 WIP SLURL support for non-clickable names | Richard Nelson | |
fixed merging logic for blockvalues like rect, uiimage, etc | |||
2010-05-24 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Nyx (Neal Orman) | |
2010-05-24 | AVP-91 FIX avatars rebaking on every login | Nyx (Neal Orman) | |
Whitespace change as my last checkin was reviewed and tested to pass. Avatar baked texture hashing now works across logins and uses the correct texture indices. Code reviewed by Vir | |||
2010-05-24 | Merge | Eli Linden | |
2010-05-24 | ND-46735 WIP IT JA linguistic | Eli Linden | |
2010-05-24 | EXT-7436 FIX pt 2 - added extra check for wearable to prevent log spam | Nyx (Neal Orman) | |
Reviewed by Seraph | |||
2010-05-24 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Nyx (Neal Orman) | |
2010-05-24 | AVP-91 WIP Fix baked texture hashing | Nyx (Neal Orman) | |
First pass at fixing baked texture hashing - unified the hash code to one function, made sure all messages pass correct texture indices. Initial code review by Vir | |||
2010-05-24 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Nyx (Neal Orman) | |
2010-05-24 | EXT-7436 FIX every other login ruthing. | Nyx (Neal Orman) | |
I think this is related - every time you wear one body part or a single piece of clothing, it would remove all body parts, causing you to regenerate defaults which makes you look like ruth. Simple error in logic, body parts should only be replaced if they are being removed. Code reviewed by Seraph | |||
2010-05-24 | automated merge | Loren Shih | |
2010-05-24 | EXT-7463 FIXED Create instrumentation for tracking COF actions on login | Loren Shih | |
Added a bunch of llinfos to track various COF link item actions. | |||
2010-05-24 | EXT-7138 WIP More tidying up after the removal of the play button in the ↵ | Aimee Linden | |
voice effect preview. | |||
2010-05-24 | EXT-7138 WIP Don't rebuild the voice effect combo list every time a ↵ | Aimee Linden | |
different effect is selected. Added a notification on receiving new voice effects. | |||
2010-05-24 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Aimee Linden | |
2010-05-24 | EXT-7335 WIP Clean up warnings when parsing Vivox timestamps. | Aimee Linden | |
Tidied up initialization of voice font expiry timers. | |||
2010-05-24 | EXT-7460 FIXED (VWR-19451) Viewer crashes when opening notifications console. | Aimee Linden | |
EXT-6783 replaced the "History" notifications channel with "Persistent" but llfloaternotificationsconsole.cpp still refers to "History". | |||
2010-05-24 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Aimee Linden | |
2010-05-24 | EXT-7335 WIP Changed VoiceEffectExpiryWarningTime from F32 to S32 | Aimee Linden | |
2010-05-24 | merge from PE's viewer-trunk | Tofu Linden | |
2010-05-24 | merge backout | Tofu Linden | |
2010-05-24 | Backed out changeset 57e00f7d4d4f | Tofu Linden | |
(was: EXT-7145: FIXED: make viewer to handle "URL redirect " for http texture.) This was causing osx/linux build failure. | |||
2010-05-24 | EXT-7138 WIP Renamed VoiceEffectEnabled debug setting to VoiceMorphingEnabled. | Aimee Linden | |
Hide Me->My Voice menu item when VoiceMorphing is disabled. Removed temporary VoiceFontsAvailable debug setting. | |||
2010-05-24 | EXT-7335 WIP Added notification of expiring voice effects | Aimee Linden | |
2010-05-24 | EXT-7336 WIP Move the Voice Morphing marketing URL into strings.xml so it ↵ | Aimee Linden | |
can be used in notifications as well. | |||
2010-05-23 | EXT-7335 WIP Parse Vivox voice font expiry timestamps into ISO 8601 standard ↵ | Aimee Linden | |
dates. | |||
2010-05-23 | EXT-7337 WIP Removed now redundant isPreviewReady() method. | Aimee Linden | |
2010-05-23 | EXT-7337 WIP Added explanatory note to the voice morph preview floater | Aimee Linden | |
2010-05-23 | EXT-7337 WIP Voice morph previewing. | Aimee Linden | |
Remove the activate button in the preview floater for now, it doesn't work in capture mode. Remove the remains of the play button. | |||
2010-05-23 | EXT-7337 WIP Voice morph previewing - Remove redundant play button now ↵ | Aimee Linden | |
single-click preview is possible. | |||
2010-05-23 | EXT-7337 WIP Voice morph previewing | Aimee Linden | |
Separate Play and Stop callbacks, to allow single click previews in the effect list. | |||
2010-05-22 | EXT-7337 WIP Voice Morphing - Limit maximum recording sample to 15 seconds. | Aimee Linden | |
2010-05-22 | EXT-7138 WIP Voice Morphing - Go into stateCaptureBufferPaused as soon as ↵ | Aimee Linden | |
the Voice Effects preview is opened. Disconnecting from voice on hitting record was taking too long and causing the start of the voice recording to be cut off. | |||
2010-05-22 | EXT-7138 WIP Voice Morphing | Aimee Linden | |
Updated "Preview Voice Morphing" and "Get Voice Morphing" items in the Voice Effect combo | |||
2010-05-21 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Xiaohong Bao | |
2010-05-21 | EXT-7394: FIXED: Trees have more polys at low detail than at high detail. | Xiaohong Bao | |
2010-05-21 | Fix for EXT-5667 (support window.open() in shared media so google docs will ↵ | Monroe Linden | |
work). Moved the processing of clicks on _external and _blank targeted links from LLMediaCtrl to LLViewerMediaImpl. Removed LLMediaCtrl::setOpenInExternalBrowser() since that functionality is available through the use of the _external target attribute in web content. Removed LLMediaCtrl:: setOpenInInternalBrowser() since it was unimplemented and not used. Made the webkit media plugin set llqtwebkit's window open behavior to WOB_SIMULATE_BLANK_HREF_CLICK. This is #ifdefed out on Linux until we get a new Linux build of llqtwebkit. | |||
2010-05-21 | Fixed Windows line endings that crept in | Callum Prentice | |
2010-05-21 | Merge | Callum Prentice | |
2010-05-21 | VI-65 - Addition of Quick/Eazy Buy Web based floater. | Callum Prentice | |
Switched off by default for now until Web content ready - turn on with Debug Settings - 'QuickBuyCurrency' Reviewed by Sam/Richard | |||
2010-05-21 | merge. | Tofu Linden | |
2010-05-21 | S3 feature/gpu table implementation. reviewed by palmer and davep. | Karl Stiefvater (qarl) | |
2010-05-21 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Nyx (Neal Orman) | |
2010-05-21 | EXT-7209 EXT-7366 FIX avatar needs to enter "appearance editing" mode | Nyx (Neal Orman) | |
Avatar now enters "appearance editing" mode when opening the outfit or wearable editors in the sidepanel. Changed code to ensure we don't accidentally switch out of it and back in when switching from one to the other. Note that this cuts out LLFLoaterCustomize from being built and shown to the user from any UI. The code for this (and related classes) will be removed once we have pulled any code out of it that we still need. The current outfit and wearable editors should be working sufficiently for most purposes. Bugs should be reported to Nyx Linden or the avatar team. Code reviewed by Vir | |||
2010-05-21 | EXT-7439 FIXED reduce size of avatar textures floater | Loren Shih | |
Texture elements are now smaller so the floater doesn't consume the entire viewer window space. | |||
2010-05-21 | EXT-7438 FIXED INFRASTRUCTURE Fix up llwearable.h to use standard C++ coding ↵ | Loren Shih | |
methodology Had three different versions of the same function, one which didn't even have an implementation. Collapsed these down to two and use function overloading to have them use the same name. | |||
2010-05-21 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Aimee Linden | |
2010-05-21 | EXT-7138 WIP Voice Morphing - Added a "My Voice" item to the "Me" menu. | Aimee Linden | |
2010-05-21 | EXT-6817 FIXED Increased floater width | Paul Guslisty | |
- Increased floater width Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/435/ --HG-- branch : product-engine | |||
2010-05-21 | EXT-7284 FIXED Made more space between controls to avoid overlapping | Paul Guslisty | |
- Moved to the right color_swatch - made more vertical and horizontal space for \"Opacity\" and \"UI Size\" Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/416/ --HG-- branch : product-engine |