Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-13 | Merge | Matthew Breindel (Falcon) | |
2010-04-13 | Add SimulatorFeatures to the seed capabilities requested by the viewer. | Matthew Breindel (Falcon) | |
2010-04-12 | merge | Dave Parks | |
2010-04-12 | Fix for avatars not rendering in non-deferred mode. | Dave Parks | |
2010-04-12 | slightly-hairy merge from viewer-trunk | Tofu Linden | |
2010-04-12 | fix merge poopage. | Tofu Linden | |
2010-04-12 | (slightly hairy) merge from viewer-hotfix | Tofu Linden | |
2010-04-09 | Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix | Xiaohong Bao | |
2010-04-09 | the first round of the debug code for EXT-6792: Crash on ATI 3200 | Xiaohong Bao | |
2010-04-09 | debug code for EXT-6791: Intel 965 Crash in glCopyTexSubImage2D. | Xiaohong Bao | |
2010-04-09 | en_xui_change and undo old overrides, for advanced graphic pref panel | Eli Linden | |
2010-04-09 | Merge | Eli Linden | |
2010-04-09 | VWR-17819 removing old param overrides | Eli Linden | |
2010-04-09 | EXT-6422 Infinite loop in LLMotionController::activateMotionInstance | Richard Nelson | |
reviewed by monroe | |||
2010-04-09 | merge | Richard Nelson | |
2010-04-09 | EXT-6796 - selecting emote in animation upload preview doesn't do anything | Richard Nelson | |
reviewed by Mani | |||
2010-04-09 | EXT-6693 - [crashhunters] crash in LLPopupView::handleMouseEvent | Richard Nelson | |
reviewed by Monroe | |||
2010-04-09 | Set up volume control code in webkit plugin for platform-specific ↵ | Monroe Linden | |
implementations Renamed LinuxVolumeCatcher class to VolumeCatcher. Everything in the header except the class name was already platform-agnostic, so I just renamed it to volume_catcher.h. Moved the stub implementation from the end of linux_volume_catcher.cpp (previously only used if LL_PULSEAUDIO_ENABLED was not defined) to dummy_volume_catcher.cpp, and made CMakeList.txt file use the dummy impl on Linux if PULSEAUDIO is not defined. Removed the ifdefs on the use of VolumeCatcher in MediaPluginWebkit, so it gets called on all platforms. Added a setPan() function to VolumeCatcher (currently unimplemented, but we'd like to have this capability in the future). | |||
2010-04-09 | Change comment that wasn't updated with the code. No functionality changes. | Kent Quirk | |
2010-04-09 | merge from viewer-trunk | Tofu Linden | |
2010-04-09 | merge? | Tofu Linden | |
2010-04-09 | Tweak bias on projectors. Fix some silly shader mistakes. | Dave Parks | |
2010-04-09 | merged from viewer-trunk, fix for EXT-6780: to make ↵ | Xiaohong Bao | |
LLImageBase::allocateData() thread-safe. Also include some debug code for EXT-6567: crash at LLImageBase::allocateData(). | |||
2010-04-08 | merge | Dave Parks | |
2010-04-08 | Total fix for shadows going wonky at altitude. | Dave Parks | |
2010-04-08 | Merge | Eli Linden | |
2010-04-08 | EXT-2187 NL translation for set1 and set2, new files | Eli Linden | |
2010-04-08 | EXT-2187 NL translation for set1 and set2 | Eli Linden | |
2010-04-08 | Merge | Leyla Farazha | |
2010-04-08 | EXT-6670 Streaming Music does not obey Media Auto-play until restart | Leyla Farazha | |
reviewed by Richard cc#183 | |||
2010-04-08 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Xiaohong Bao | |
2010-04-08 | fix for EXT-6278: profile picture is blurry / fuzzy if IM is opened first. | Xiaohong Bao | |
2010-04-08 | EXT-6557 Login screen menus disappear on restore down | Leyla Farazha | |
reviewed by Richard cc#181 | |||
2010-04-08 | EXT-6503 Setting a "click to" action in the Build tool breaks Shared Media ↵ | Leyla Farazha | |
interaction reviewed by richard cc#182 | |||
2010-04-08 | Fix for shadows going crazy at high altitudes. | Dave Parks | |
2010-04-08 | viewer-trunk merge | Tofu Linden | |
2010-04-08 | Another small fix-up from backing out the SLE merge | Aimee Linden | |
2010-04-08 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Aimee Linden | |
2010-04-08 | Fix-up some breakage from backing out the SLE merge. | Aimee Linden | |
Was causing a crash on viewer exit if the Voice Control Panel was left open and detached. | |||
2010-04-08 | merge | Tofu Linden | |
2010-04-08 | PE viewer-trunk merge. | Tofu Linden | |
2010-04-08 | Automated merge with https://hg.productengine.com/secondlife/viewer-trunk/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2010-04-08 | fixed EXT-3703 Startup toast message doesn't fit toast width | Alexei Arabadji | |
* reverted changes made previously by rev. f0663aa57134; * added calculation of toast height difference based on LLTextBox::reshapeToFitText; * added vertical centering of message textbox; reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/195/ --HG-- branch : product-engine | |||
2010-04-08 | Fixed major bug EXT-6605 (No profile verb button on Places panel) | Paul Guslisty | |
- Added functionality of showing place profile to the LLPanelPlacesTab hierarchy. Use this functionality from LLPanelPlaces as callback for profile button click. Reviewed my Mike Antipov at https://codereview.productengine.com/secondlife/r/191/ --HG-- branch : product-engine | |||
2010-04-07 | ES linguistic | Eli Linden | |
2010-04-07 | Fix for EXT-6756: google apps auth doesn't work right with shared media cookies | Monroe Linden | |
Added "HttpOnly" to the allowed field names in LLPluginCookieStore::Cookie::parse(). (This was the actual cause of the failure -- cookies with this field in them were silently failing to parse.) Added some LL_WARNS logging on this sort of cookie parse failure, which will make similar problems much easier to track down in future. Also added tags to most of the logging in llplugincookiestore.cpp to make it easier to selectively enable it when debugging. Added a cookie with all allowable field names to the unit test. Reviewed by Sam at http://codereview.lindenlab.com/1247014 | |||
2010-04-07 | Merge | Leyla Farazha | |
2010-04-07 | merge | Richard Linden | |
2010-04-07 | EXT-6693 - [crashhunters] crash in LLPopupView::handleMouseEvent | Richard Linden | |
2010-04-07 | EXT-5646 Replace the "More >>" chevron with the art we use for the Favorites ↵ | Leyla Farazha | |
bar overflow (TabIcon_Close_Off and TabIcon_Close_Over). cc # 179 |