Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-15 | merge | Steve Bennetts | |
2009-11-15 | Fixed a deadlock causing textrue caching to stall. | Steve Bennetts | |
2009-11-15 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-15 | EXT-2203 & EXT-2302 - Look->Outfit rename and wear button enabling not ↵ | Eric M. Tulla (BigPapi) | |
properly hooked up | |||
2009-11-15 | Add some debug output to develop.py | CG Linden | |
2009-11-15 | Invoke native python for develop.py, not CYGWIN python, revert develop.py's ↵ | CG Linden | |
original usage | |||
2009-11-15 | Set PATH to devenv.com to avoid problem with develop.py's use of os.system() | CG Linden | |
2009-11-14 | Compile fix for Windows | Steve Bennetts | |
2009-11-14 | merge | Steve Bennetts | |
2009-11-14 | merge | Steve Bennetts | |
2009-11-14 | merge from product-engine | Steve Bennetts | |
2009-11-14 | More texture cache fixes, including a possible deadlock when the cache was ↵ | Steve Bennetts | |
getting purged. Significantly reduced spurrious warnings and delition of non sin-based texture fetch comptabable sided cache files. | |||
2009-11-14 | No ticket. | Sergei Litovchuk | |
- Fixed toggleable menu in Picks panel. - Minor optimization of LLToggleableMenu. --HG-- branch : product-engine | |||
2009-11-14 | Fixed major bug EXT-2316 "Insert the option "pay" in the profile": | Sergei Litovchuk | |
- Added menu item according to Communications design spec in section 4.1.2.1. --HG-- branch : product-engine | |||
2009-11-13 | Mutex lock fix for texture cache. | Steve Bennetts | |
Also a fix for texture purging when reducing the cache size. | |||
2009-11-13 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-13 | Fix for post-merge compile error. | Eric M. Tulla (BigPapi) | |
2009-11-13 | merge | richard | |
2009-11-13 | merge | richard | |
2009-11-13 | Tweaks to media priority calculation. | Monroe Linden | |
Enabled CPU limit setting by default (set to 100% of 1 CPU). Lowered default limits on plugin priorities: 2 normal+, 4 low, 8 total. Limit on total number of instances now only applies to inworld media -- media instances in the UI (such as the help browser and search) don't count toward the limit. UI media will still bump inworld media down from normal/low priority, though. Several improvements to plugin manager debug code in the nearby media list. Don't load unloaded instances that are at PRIORITY_SLIDESHOW or PRIORITY_HIDDEN (they don't get unloaded, they just won't be loaded unless they're at higher priority). Added LLViewerMediaImpl::isPlayable(), which indicates whether an instance would be loaded if it were high enough in the priority list (taking into account autoplay and current load state). Priority algorithm now takes this into account. Fixed a couple of issues with approximate texture interest calculation and its use in setting priorities. Adjusted sleep times on low and normal priorities to be more friendly. | |||
2009-11-13 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-13 | Integrated most of the final artwork into the media controls | Rick Pasetto | |
2009-11-13 | merging avatar-pipeline branch into viewer-2-0 | Eric M. Tulla (BigPapi) | |
2009-11-13 | Added a USE_PRECOMPILED_HEADER cmake variable (defaulted on) and disabled ↵ | brad kittenbrink | |
pch usage for test executables. Reviewed by james and steve. | |||
2009-12-02 | merge | James Cook | |
2009-12-02 | Fix the build - merge missed an include file | James Cook | |
2009-12-02 | Merge | Mark Palange (Mani) | |
2009-12-02 | Fixed UILineEditorVPad which I merged incorrectly. Good value is 4 | James Cook | |
2009-12-02 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | James Cook | |
2009-12-02 | EXT-2934 Sidetray is resizeable and its resize causes crash | James Cook | |
One panel had user_resize="true", which it should not have. | |||
2009-12-02 | EXT-2572 partial fix for nearby chat text clipping at the bottom | James Cook | |
Fixes 1 pixel of clipping caused by LLScrollContainer. Text is still clipped by 1 pixel, down from 2. Added more test text boxes to floater_test_textbox.xml Reviewed with Leyla. | |||
2009-12-02 | Removed libtcmalloc_minimal.dll from the default build. | Mark Palange (Mani) | |
Reviewed by Palmer | |||
2009-12-02 | auto merge into viewer 2 | Eric M. Tulla (BigPapi) | |
2009-12-02 | DEV-43684 - Deleting an item you are currently editing disables the edit button. | Eric M. Tulla (BigPapi) | |
-Reviewed by Seraph | |||
2009-12-02 | DEV-43687 commit translations - Danish(DA) set1, set2 | Ramzi Linden | |
This adds new, raw translations to the viewer; they will not yet be formatted to fit cleanly to the user. | |||
2009-12-02 | DEV-43687 commit translations - Dutch(NL) set3 | Ramzi Linden | |
This adds new, raw translations to the viewer; they will not yet be formatted to fit cleanly to the user. | |||
2009-12-02 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-02 | DEV-43439: Added navigation buttons to the Home side panel. | Lynx Linden | |
Added Back, Forward, and Home buttons to the web view for the Home side panel. Still more work to do here, but the basic functionality is there; albeit hardcoded to secondlife.com. I notice that you can click Back on the first page. Seems to be an issue for the general media browser too. I'll file a JIRA for that. | |||
2009-12-02 | Merge | Steve Bennetts | |
2009-12-02 | EXT-3064 New layout for Login page, wider default window size | Erica | |
2009-12-02 | Merge from product-engine | Steve Bennetts | |
2009-12-02 | DEV-43439: Initial implementation of web-based Home panel. | Lynx Linden | |
The home panel now displays a web page - hardcoded to secondlife.com until we have something more relevant to display. | |||
2009-12-02 | DEV-43439: Initial web-based Home side tray panel | Lynx Linden | |
Moved LLSideTrayInfoPanel from llsidetray.cpp into its own llpanelhome.{cpp|h} module. Updated the XUI for the Home tab to simply embed a web view. Thanks to Erica for the initial cut at this XUI. | |||
2009-12-01 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2009-12-01 | preserve a prior helpful tool_tip in 2.0 for the Build > Texture > 'Align' ↵ | Ramzi Linden | |
button | |||
2009-12-01 | merge | James Cook | |
2009-12-01 | merge | James Cook | |
2009-12-01 | Adjusted the value of UILineEditorVPad to give more room for text in text ↵ | Justin C. Rounds (Chuck) | |
fields. | |||
2009-12-01 | merge | James Cook | |
2009-12-01 | Test floater for nearby chat text clipping problem | James Cook | |