Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-09 | merge | davep@billy.gateway.2wire.net | |
2010-02-09 | merge | davep@billy.gateway.2wire.net | |
2010-02-09 | merge from viewer2 trunk. | Tofu Linden | |
2010-02-09 | Fixed normal bug EXT-5068 - Me panel opens in "edit" mode every time. | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2010-02-08 | Fix for blend func being screwed up at init. | Dave Parks | |
Fix for avatar appearance editor drawing hair in the background. | |||
2010-02-08 | merge | Dave Parks | |
2010-02-08 | EXT - 3232 Refactoring: deleted unnecessary image_left_padding, ↵ | Paul Guslisty | |
image_right_padding members from button.h and button.xml and their the only place usage in LLTabContainer::reshapeTuple . Now image overlay placement adjustible via: mLeftHPad, mRightHPad, mImageOverlayBottomPad, mImageOverlayTopPad, mImgOverlayLabelSpace --HG-- branch : product-engine | |||
2010-02-08 | Merge from viewer2 trunk. | Tofu Linden | |
2010-02-06 | Draw prims using triangle strips instead of triangle lists. | Dave Parks | |
2010-02-05 | merge | Mark Palange (Mani) | |
2010-02-05 | EXT-4237 Fixed ShowStartLocation behavior. | Mark Palange (Mani) | |
Now the show don't show behavior is always dependent on the ShowStartLocation pref. ShowStartLocation defaults to off, but is automatically turned on after first successful login. Reviewed by Richard. | |||
2010-02-05 | EXT-4060 Fix for FSAA not taking effect until relog. Biggest change is that ↵ | Dave Parks | |
FSAA now relies on framebuffer objects and framebuffer objects are enabled by default) | |||
2010-02-04 | Backed out changeset: b579077ebc79 | Mark Palange (Mani) | |
I gave lynx a bad review. :( I didn't know about the setting FirstLoginThisInstall. I'm backing out lynx's change, then re-fixing EXT-4237. | |||
2010-02-04 | merge from viewer2. | Tofu Linden | |
2010-02-04 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Lynx Linden | |
2010-02-04 | EXT-4237: Don't show Start Up pulldown until successful login. | Lynx Linden | |
Previously any login attempt, even a failed one, would cause the Start Up pulldown to appear. Now only a successful login will cause this to happen. Also renamed the setting FirstRunThisInstall to the more accurate HadFirstSuccessfulLogin (and inverted its logic). Reviewed by Mani. | |||
2010-02-03 | merge from viewer2. | Tofu Linden | |
2010-02-03 | fixed critical Bug EXT-4831 [NUX] Parcel property icons are off by default | Denis Serdjuk | |
Default value of 'NavBarShowParcelProperties' has been changed --HG-- branch : product-engine | |||
2010-02-01 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-02-01 | merge. | Tofu Linden | |
2010-02-01 | Merge from viewer2. | Tofu Linden | |
2010-01-29 | DEV-45525 GUI Previewer is broken for launching an Editor path | Ramzi Linden | |
2010-01-29 | merge. | Tofu Linden | |
2010-01-29 | merge from viewer2 | Tofu Linden | |
2010-01-29 | DEV-41686: Added a DisableMouseWarp debug option. | Lynx Linden | |
Turning this option on makes alt-zooming and mouselook actually work when using Synergy. I believe this will also make it work for certain input devices, and Parallels, that control your cursor by setting its position in absolute coordinates. | |||
2010-01-29 | fix a variety of shader errors, mostly due to my confusing glsl with C++... ↵ | Tofu Linden | |
again | |||
2010-01-29 | duh, use the proper param name. | Tofu Linden | |
2010-01-29 | Don't scale windlight lights up just to scale them down again later. avoid ↵ | Tofu Linden | |
this with rearrangement. not tested. | |||
2010-01-29 | spot-aware light func usage in ALL shaders. | Tofu Linden | |
2010-01-28 | cheap no-branch goodness for rendering both spotlights and pointlights with ↵ | Tofu Linden | |
the same shader code. kill already-nerfed quadratic attenuation which it seems we won't be supporting any decade soon. | |||
2010-01-28 | cheaper, cuter way to deal with spot vs point in the shader | Tofu Linden | |
2010-01-28 | getting closer to point/spot interchangability | Tofu Linden | |
2010-01-28 | cheaply resurrect the difference between spotlight and omnidirectional, as ↵ | Tofu Linden | |
far as the shader is concerned. not complete. | |||
2010-01-28 | fix the shader dp light going negative! | Tofu Linden | |
2010-01-28 | enable basic directional lighting for basic/atmospheric shaders - yay. | Tofu Linden | |
next, needs the non-shader GL lighting model to be equally dumb (it's too smart - kill the spot angle. | |||
2010-01-28 | Merge from viewer2 trunk. | Tofu Linden | |
2010-01-27 | Implemeted normal Sub-Task EXT - 2753 (Implement Avatar icons on IM ↵ | Paul Guslisty | |
multifloater tabs) --HG-- branch : product-engine | |||
2010-01-26 | Merge from viewer2 trunk. | Tofu Linden | |
2010-01-25 | Merge conflict resolution. | Tofu Linden | |
2010-01-25 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-25 | "Fix" confusion over media settings | Rick Pasetto | |
Review #89 This implements the changes Sam wanted in order to reduce the confusion over media enabled-ness, in particular: - "Media Enabled" pref now only controls "AudioStreamingMedia" - No more "tentative" state - New "Music Enabled" pref - First run dialog controls Media and Music (Sam, this is a change from your request...I think it works better) - Put a reflection of the "Media Enabled" checkbox in the Nearby Media Floater - Get rid of the "AudioStreamingVideo" setting altogether (whatever used it, it should now obey "AudioStreamingMedia"). | |||
2010-01-25 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-25 | Related to normal bug EXT-4108 ([BSI] Voice volume sliders do not preserve ↵ | Mike Antipov | |
settings per resident between voice sessions) - moved default internal voice level value into application settings - cleanned up include list in llmutelist.cpp --HG-- branch : product-engine | |||
2010-01-22 | Merge from v2 trunk. | Tofu Linden | |
2010-01-22 | PE merge. | Tofu Linden | |
2010-01-22 | DEV-1195 SVC-580: ATTACH_LPEC / ATTACH_RPEC reversed | Soft Linden | |
2010-01-22 | Work on normal task EXT-2214 Refactor IM Control Panels | Mike Antipov | |
-- replaced functionality to remove speacker from the list via Event timer. -- removed calling of LLSpeakerMgr::update from LLPanelGroupControlPanel::draw() (group text chat) For now list is updated when it is need. --HG-- branch : product-engine | |||
2010-01-21 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-21 | Update for normal bug EXT-4297 - Voice Control Panel resizing behavior. | Dmitry Zaporozhan | |
Removed changes made in changeset 7982:97391caf89c3 (fixes EXT-4465(UI issue with scroll-bar in Voice Control panel)). It is not needed anymore because auto resizing was removed. --HG-- branch : product-engine | |||
2010-01-21 | EXT-2151: Add the final (publicly-viewable) Search URL. | Lynx Linden | |