Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-01 | Fixes for viewer-development merge into viewer-mesh. | Loren Shih | |
Manually merged llappviewer and viewer_manifest.py. | |||
2010-12-01 | SH-391 Do some bounds checking on texture entry indices when aligning planar ↵ | Dave Parks | |
faces. | |||
2010-12-01 | Add GTX 580 to GPU table. | Dave Parks | |
2010-12-01 | Manual fixes for merge-up errors from viewer-development. | Loren Shih | |
2010-12-01 | Automated merge up from viewer-development | Loren Shih | |
2010-12-01 | STORM-687 FIXED Applied floater transparency to snapshot preview texture ↵ | Vadim ProductEngine | |
(unless the floater is focused, see STORM-676 to know why). | |||
2010-12-01 | STORM-432 ADDITIONAL FIX Disabled manual resizing of the bottom panel in ↵ | Vadim ProductEngine | |
the inventory SP. | |||
2010-12-01 | STORM-676 ADDITIONAL_FIX Force color swatch to be 100% opaque while it's in ↵ | Vadim ProductEngine | |
a focused floater. | |||
2010-12-01 | STORM-677 ADDITIONAL_FIX Force textures inside texture picker to be 100% ↵ | Vadim ProductEngine | |
opaque while the control is in a focused floater. Besides, made LLFloater handle opacity more like other controls do. | |||
2010-11-30 | STORM-667 FIXED Backed out changeset: 67c66befd75c. Restored white color for ↵ | Seth ProductEngine | |
name tag text. | |||
2010-11-30 | STORM-584 FIXED Chat font colors for "Me" and "Others" used for the bubble ↵ | Seth ProductEngine | |
chat text. Bubble chat color picker now sets the background color for the name tag and bubble chat. Label for the color picker changed to "Bubble chat background" Removed unused "BackgroundChatColor" setting, using "NameTagBackground" instead. | |||
2010-11-30 | Automated merge from viewer-development | Loren Shih | |
2010-11-30 | SH-435 FIXED Crash on login from infinite loop in LLVOAvatarSelf | Loren Shih | |
Added additional check to prevent infinite loop. Blind fix since we have no repro. | |||
2010-11-30 | STORM-696 FIXED Event Details floater doesn't follow opacity settings | Paul Guslisty | |
- Deleted unnecessary draw() method that didn't call base LLFloater::draw() method. | |||
2010-11-30 | STORM-697 FIXED Nearby Chat window is semitransparent even if inactive ↵ | Paul Guslisty | |
opacity is 1 - Deleted custom images of floater to use default | |||
2010-11-30 | STORM-673 FIXED Renamed block list label in privacy panel to avoid name ↵ | Andrew Productengine | |
duplication. | |||
2010-11-30 | Ditch fake anti-aliasing for deferred rendering. | Dave Parks | |
2010-11-30 | merge | Dave Parks | |
2010-11-30 | Far focal plane blur attenuation tweak. | Dave Parks | |
2010-11-30 | Make importer use 3-light setup all the time | Dave Parks | |
2010-11-29 | Pull viewer-beta into viewer-development | Merov Linden | |
2010-11-29 | CHOP-223 : Pull into viewer-beta | Merov Linden | |
2010-11-29 | Fix UpdaterServiceURL setting default. update.secondlife.com requires https ↵ | brad kittenbrink | |
access. | |||
2010-11-29 | CHOP-223 : Pull into viewer-beta | Merov Linden | |
2010-11-29 | STORM-672 : Fix duplicated name in Pref panel | Merov Linden | |
2010-11-29 | CHOP-223 fix for more mac build breakage from the previous changes. | brad kittenbrink | |
2010-11-29 | CHOP-223 fix for mac build breakage introduced in the last change. | brad kittenbrink | |
2010-11-29 | Better fix for CHOP-223. | brad kittenbrink | |
Comments on the mercurial bug tracker indicate that this bug is likely to recur, so we work around it in viewer_manifest.py now. http://mercurial.selenic.com/bts/issue1802 | |||
2010-11-29 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2010-11-29 | SH-531 / CTS-324 FIX fix of VWR-20749 / SNOW-624 lost in merge | Nyx (Neal Orman) | |
Re-applied fix originally committed in 1e93695ded30 Reveiewed code, appears straightforward. | |||
2010-11-29 | Pull viewer-beta into viewer-development | Merov Linden | |
2010-11-29 | removed scrub_host_name | Brad Payne (Vir Linden) | |
2010-11-29 | STORM-344 : Pull into viewer-beta | Merov Linden | |
2010-11-29 | STORM-666 : pull into viewer-development | Merov Linden | |
2010-11-29 | STORM-689 FIXED "Back" but is opaque in all of the undocked side panels | Paul Guslisty | |
- Added parameter to the button that defines which transparency value should be used: value of drawing context or transparency value of a its parent (in our case this parent is floater) | |||
2010-11-29 | merge | Dave Parks | |
2010-11-29 | Get rid of some redudnant calls to constructUrl | Dave Parks | |
2010-11-29 | Tweak DoF bloom gradient. | Dave Parks | |
2010-11-29 | merge | Brad Payne (Vir Linden) | |
2010-11-29 | STORM-688 FIXED Sidebar becomes semitransparent if dock semitransparent side ↵ | Paul Guslisty | |
panel back to the Sidebar - Before docking the tab back to the sidetray, set floater's children to non-transparent state - After detaching tab from the sidetray there is no need to set manually floater's children transparency. It happens automatically when floater gets focus. | |||
2010-11-29 | STORM-685 FIXED Made the "Buy L$" floater respect transparency settings. | Vadim ProductEngine | |
Enabled the floater's background icons obey floater transparency. | |||
2010-11-29 | STORM-698 FIXED Icon control can now respect floater transparency (if its ↵ | Vadim ProductEngine | |
"use_draw_context_alpha" param set to false). | |||
2010-11-26 | STORM-557 FIXED Update the "add/remove friend" buttons in the nearby/recent ↵ | Vadim ProductEngine | |
people panels whenever our friend list changes. | |||
2010-11-25 | STORM-677 FIXED Made texture picker control transparent if the floater it ↵ | Vadim ProductEngine | |
resides in is transparent. Also added transparency support to the texture picker floater. | |||
2010-11-25 | STORM-676 ADDITIONAL FIX Added transparency support to the color picker floater. | Vadim ProductEngine | |
2010-11-25 | STORM-676 FIXED Made color swatch control transparent if the floater it ↵ | Vadim ProductEngine | |
resides in is transparent. | |||
2010-11-25 | STORM-344 FIXED Fixed Speak button label shrinking when bottom bar has ↵ | Andrew Productengine | |
enough space for displaying full Speak label. Bug was caused by counting only width added by last resize as usable for Speak button extending, so widening viewer window by few pixels many times when Speak is shrink would never let it expand regardless of available space. - Added check for possible chiclet panel shrinking width- cause spare space goes to it when extending. If there is enough space to give from chiclets to Speak, Speak is extended. | |||
2010-11-24 | CT-633 FIX DA translation for set19, new file, for Viewer 2.4 | Eli Linden | |
2010-11-24 | CT-633 FIX DA translation for set19, for Viewer 2.4; STORM-531 FIX | Eli Linden | |
2010-11-24 | sync up with viewer-beta latest for 2.4 | Eli Linden | |