Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-12 | EXP-1922 : Skip the clipboard elements when purging the trash when in cut mode | Merov Linden | |
2012-03-12 | sync with viewer-development | eli | |
2012-03-09 | EXP-1915 : Disable copy/cut options for folders as long as all items in them ↵ | Merov Linden | |
are not present. | |||
2012-03-09 | merge | Dave Parks | |
2012-03-09 | SH-2970 WIP - more phase tracking | Brad Payne (Vir Linden) | |
2012-03-09 | merge | Dave Parks | |
2012-03-09 | merge changes for vmrg-225 | Oz Linden | |
2012-03-09 | merge changes for vmrg-230 | Oz Linden | |
2012-03-09 | merge changes for vmrg-227 | Oz Linden | |
2012-03-09 | merge changes for vmrg-226 | Oz Linden | |
2012-03-08 | Automated merge with http://bitbucket.org/simon_linden/viewmaster | Xiaohong Bao | |
2012-03-08 | for MAINT-682: revert of changeset e63e7b0a4317: fix for SH-2668: "ocean" ↵ | Xiaohong Bao | |
water is always 20m high instead of the Region Water Height | |||
2012-03-08 | SH-2970 WIP - more phase tracking | Brad Payne (Vir Linden) | |
2012-03-08 | MAINT-708 Add checkbox to hardware settings for controlling texture ↵ | Dave Parks | |
compression. Default texture compression to on for cards with 512MB of VRAM or less, off otherwise. | |||
2012-03-07 | EXP-1912 : Fix the substring filtering I broke while trying to fix 1912 the ↵ | Merov Linden | |
first time around. | |||
2012-03-07 | MAINT-708 Don't compress UI textures. Use GL_NICEST as compression hint to ↵ | Dave Parks | |
avoid artifacts. | |||
2012-03-07 | fix for mac build error | Brad Payne (Vir Linden) | |
2012-03-06 | EXP-1767 WIP Received Items panel state does not persist between sessions | Richard Linden | |
ensure that layout stack has updated its layout before manually resizing one of its elements (which was causing the manual resize to be stomped on by the newly triggered layout update) made layout stack animation occur even when layout stack not visible (inventory will appear in proper open/closed state) LLView::setShape() now only calls handleReshape() when dimensions change removed extraneous calls to LLLayoutStack::updateClass() so that it should be called only once per frame now, allowing it to limit animation updates to layout stacks to one per frame. fixed rendering glitches arising from reshaping LLFolderView while in the middle of its draw() method | |||
2012-03-06 | texture view console tweaks | Brad Payne (Vir Linden) | |
2012-03-06 | via richard - fix to keep texture debug console anchored at the top | Brad Payne (Vir Linden) | |
2012-03-06 | SH-2970 WIP - framework for tracking various phases of avatar rezzing/outfit ↵ | Brad Payne (Vir Linden) | |
changing | |||
2012-03-06 | fixed some log warnings resulting from missing "name" attributes in ↵ | Richard Linden | |
menu_viewer.xml | |||
2012-03-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-03-06 | SH-2970 WIP | Brad Payne (Vir Linden) | |
2012-03-05 | EXP-1917 : Fix items coming back in folders when quit after cut. | Merov Linden | |
2012-03-05 | Alphabetize cmd_line.xml. | Nat Goodspeed | |
This separate commit is just to order the keys. Data are unchanged, as established by: $ hg cat -rtip cmd_line.xml >cmd_line.xml.tip $ python Python 2.7.1 (r271:86832, Jul 31 2011, 19:30:53) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from llbase import llsd >>> tipdata = llsd.parse(open("cmd_line.xml.tip").read()) >>> newdata = llsd.parse(open("cmd_line.xml").read()) >>> tipdata == newdata True | |||
2012-03-05 | EXP-1912 : Fix filtering of folders when those are being cut. | Merov Linden | |
2012-03-05 | SH-2970 WIP - av metrics | Brad Payne (Vir Linden) | |
2012-03-05 | SH-2970 WIP - simple LLSD metrics for self av | Brad Payne (Vir Linden) | |
2012-03-03 | SH-2970 WIP - avatar metrics | Brad Payne (Vir Linden) | |
2012-03-02 | debug code for SH-3020: texture stopped loading | Xiaohong Bao | |
2012-03-02 | EXP-1911 : Fix the filter resetting, using U64 values where needed. | Merov Linden | |
2012-03-02 | MAINT-708 Use texture compression to minimize memory bloat (experimental) | Dave Parks | |
2012-03-01 | EXP-1841 : change mState to mGeneration in LLClipboard. | Merov Linden | |
2012-03-01 | EXP-1841 : Use instance instead of getInstance on LLClipboard singleton. | Merov Linden | |
2012-03-01 | sync with viewer-development | eli | |
2012-03-01 | Pull from viewer-experience | Merov Linden | |
2012-02-29 | SH-3018 WIP - removed audit texture, other unused diagnostic code | Brad Payne (Vir Linden) | |
2012-02-29 | merge changes for vmrg-231 | Oz Linden | |
2012-02-29 | merge changes for sh-2963 | Oz Linden | |
2012-02-29 | SH-3018 WIP - removed obsolete texture category and texture size consoles | Brad Payne (Vir Linden) | |
2012-02-29 | SH-2689 FIX - a bit more logging and related cleanup. Somewhat arbitrarily ↵ | Brad Payne (Vir Linden) | |
calling this done, although tweaks will be ongoing | |||
2012-02-28 | SH-2908 Reset graphics drivers to "low" if viewer crashes when allocating ↵ | Dave Parks | |
deferred rendering targets. | |||
2012-02-28 | EXP-1888 FIX Update text for emtpy Received Items folder in the Viewer | Richard Linden | |
2012-02-27 | merge | Dave Parks | |
2012-02-27 | SH-2889 Fix for crash when encountering certain attachments. | Dave Parks | |
2012-02-27 | SH-2689 WIP - fix for isFullyTextured when no skirt worn | Brad Payne (Vir Linden) | |
2012-02-27 | SH-2689 WIP - tracking cloud/gray/textured state for avs, display with ↵ | Brad Payne (Vir Linden) | |
rendering cost | |||
2012-02-27 | avatar logging and cleanup | Brad Payne (Vir Linden) | |
2012-02-26 | Add TODOs for getTokens() to known places that scan command lines. | Nat Goodspeed | |
Lacking time to properly test new LLStringUtil::getTokens() against the present (different!) command-line scanners in LLExternalEditor::tokenize() and LLCommandLineParser::parseCommandLineString(), just annotate as future work the goal of unifying them... SIGH. |