Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-29 | PATH-199: More cleanup of object flags and syncing with definitions from the ↵ | Todd Stinson | |
server-side using left-shifted bits instead 0x explicits for better human readability. | |||
2012-02-29 | merge changes for sh-2963 | Oz Linden | |
2012-02-29 | merge tags from beta branch | 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-29 | merge | prep | |
2012-02-29 | llpathinglib update | prep | |
2012-02-28 | PATH-199: Cleaning up code related to object flags so that I can better use ↵ | Todd Stinson | |
the flags to managed pathfinding flags such as permanent and character. | |||
2012-02-28 | SH-2908 Reset graphics drivers to "low" if viewer crashes when allocating ↵ | Dave Parks | |
deferred rendering targets. | |||
2012-02-28 | SH-2908 Fix for incompatibility issue with GLSL 1.30 | Dave Parks | |
2012-02-28 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-02-28 | EXP-1918 FIX Floaters that are stacked are not offset | Richard Linden | |
EXP-1919 FIX Resizing viewer window with minimized floaters can result in floaters appearing off screen when un-minimized | |||
2012-02-28 | Turn off the neighbor region query when loading a navmesh | prep | |
2012-02-28 | EXP-1888 FIX Update text for emtpy Received Items folder in the Viewer | Richard Linden | |
2012-02-28 | Updated llqtwebkit install URLs for Mac and Win. | Seth ProductEngine | |
2012-02-28 | EXP-1633 FIXED Updated llqtwebkit package for Linux and WebKitLibPlugin ↵ | Seth ProductEngine | |
build configuration. | |||
2012-02-27 | PATH-292: Adding verbage to the floater to explain that users must click the ↵ | Todd Stinson | |
apply changes to persist edits. | |||
2012-02-27 | PATH-292: Ensuring that the terrain linkset use is clearly called out as ↵ | Todd Stinson | |
unmodifiable. | |||
2012-02-27 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-02-27 | PATH-292: Ensuring that the terrain linkset is not visible and/or editable ↵ | Todd Stinson | |
to a non-estate non-god agent. | |||
2012-02-27 | PATH-292: Adding better usability and warning notifications for the handling ↵ | Todd Stinson | |
of locked linksets. | |||
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 | fix for mac build | Richard Linden | |
2012-02-27 | EXP-1181 FIX As a designer, I would like to specify default floater ↵ | Richard Linden | |
positions using relative coordinates store and load floater relative positions | |||
2012-02-27 | Reduce redundancy in llprocess_test.cpp using get_test_name(). | Nat Goodspeed | |
2012-02-27 | Automated merge with file:///Users/nat/linden/viewer-leap-daggy | Nat Goodspeed | |
2012-02-27 | Add LLInstanceTracker test for exception in subclass constructor. | Nat Goodspeed | |
We want to verify the sequence: LLInstanceTracker constructor adds instance to underlying container Subclass constructor throws exception LLInstanceTracker destructor removes instance from underlying container. | |||
2012-02-27 | EXP-1832 WIP Viewer Size not persistent across logins | Richard Linden | |
fixed not unmaximizing properly on Windows put in error logging on Mac | |||
2012-02-27 | pathinglib update | prep | |
2012-02-27 | Path-267: Support for rendering of new shape types an ui hookup. | prep | |
2012-02-27 | Automated merge with file:///Users/nat/linden/viewer-leap-daggy | Nat Goodspeed | |
2012-02-27 | Make LLInstanceTracker<T, T*>::getInstance(T*) validate passed T*. | Nat Goodspeed | |
For the T* specialization (no string, or whatever, key), the original getInstance() method simply returned the passed-in T* value. It was defined, as the comments noted, for completeness of the analogy with the keyed LLInstanceTracker specialization. It turns out, though, that getInstance(T*) can still be useful to ask whether the T* you have in hand still references a valid T instance. Support that usage. | |||
2012-02-27 | avatar logging and cleanup | Brad Payne (Vir Linden) | |
2012-02-27 | EXP-1305 FIXED Prevent avatar from walking after double-clicking the title bar. | Vadim ProductEngine | |
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. | |||
2012-02-26 | Add LLStringUtil::getTokens() test for quoted empty string. | Nat Goodspeed | |
This is an important differentiator between getTokens() and the present LLCommandLineParser::parseCommandLineString() logic: you cannot currently --set SomeVar to an empty string value because parseCommandLineString() discards empty strings. | |||
2012-02-25 | PATH-341: BUGFIX Clamping the walkability coefficient text inputs to maximum ↵ | William Todd Stinson | |
value. | |||
2012-02-25 | PATH-341: BUGFIX Allowing walkability coefficients to be set to zero. | William Todd Stinson | |
2012-02-25 | Replacing the asserts that the modifiable bit is sent across now with the ↵ | William Todd Stinson | |
latest server deploys. | |||
2012-02-25 | PATH-292: Adding the ability to view and edit pathfinding attributes of the ↵ | William Todd Stinson | |
terrain. | |||
2012-02-24 | ignore *.rej files generated by patch | Richard Linden | |
2012-02-24 | EXP-1181 FIX As a designer, I would like to specify default floater ↵ | Richard Linden | |
positions using relative coordinates fixed bug where resizing window would cause stacked floaters to move relative to each other renamed positioning enums to reflect the fact that they apply all the time now, not just when opening floaters | |||
2012-02-24 | EXP-1181 FIX As a designer, I would like to specify default floater ↵ | Richard Linden | |
positions using relative coordinates floaters given specified positions will stay in that location floaters that stack will treat that as a specified position moving any floater will switch to relative positioning mode cleaned up some XUI where widgets were relying on a default height of 10 pixels | |||
2012-02-24 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-02-24 | Adding the direct path to the Characters floater from the build menu. | Todd Stinson | |
2012-02-24 | Get rid of indra/llcommon/tests/setpython.py. | Nat Goodspeed | |
run_build_test.py already has the capability to set environment variables, and we may as well direct it to set PYTHON to the running Python interpreter. That completely eliminates one level of process wrapper. | |||
2012-02-24 | "Then there's Windows..." Fix llstring.h to build there too. | Nat Goodspeed | |