Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-16 | CHOP-960: Validate cmd_line.xml for map-to real settings.xml vars. | Nat Goodspeed | |
A small, fixed set of cmd_line.xml switches can't reasonably be mapped to settings variables, mostly because they affect the settings machinery itself. Other than those, every new cmd_line.xml switch should map-to a settings variable. Validate that only the known set does not have map-to; validate that map-to variable actually exists. | |||
2013-07-11 | CHOP-959: Merge About-box changes with tip | Nat Goodspeed | |
2013-07-11 | CHOP-959: Re-add global coordinates, plus SLURL, to About box. | Nat Goodspeed | |
2013-07-02 | CHOP-959: Merge region-local location change with tip. | Nat Goodspeed | |
2013-07-02 | CHOP-959: Introduce CmdLineChannel settings var, map --channel to it. | Nat Goodspeed | |
2013-07-02 | CHOP-959: Introduce CmdLineLoginLocation var for --url and --slurl. | Nat Goodspeed | |
Route --url and --slurl command-line switches through a common settings variable. Treat them uniformly now. (Previously, passing --url would notice a grid-specific SLURL and preselect that grid; --slurl wouldn't. Now both do.) | |||
2013-07-02 | CHOP-959: Report region-local position in Help -> About box. | Nat Goodspeed | |
I've never really understood the usefulness of displaying world-global coordinates in the Help -> About box. It seems to me far more useful to know where you are within the current region. If that proves problematic, we can display both sets of coordinates -- but let's try it this way first. | |||
2013-07-02 | CHOP-959: add POSITION_LOCAL to LLFloaterAbout::getInfo() blob. | Nat Goodspeed | |
The existing POSITION variable gives "global" position: that is, your region- local coordinates plus the (somewhat arbitrary) global coordinates of the region's corner within the whole world. That may be meaningful to people on the mainland, hard to say, but it correlates with nothing else available from the viewer. POSITION_LOCAL gives you region-local coordinates, which could be used (for instance) to construct a SLURL. | |||
2013-07-01 | CHOP-959: Introduce and use settings vars for some cmd_line switches. | Nat Goodspeed | |
The cmd_line.xml entries: analyzeperformance crashonstartup debugsession disablecrashlogger logmetrics logperformance noquicktime replaysession all specify map-to settings.xml variables -- none of which existed! Introduce such variables. Instead of detecting the presence of a particular switch in the command-line parser, use the value of its corresponding settings variable. | |||
2013-06-28 | CHOP-959: Streamline processing for --graphicslevel switch. | Nat Goodspeed | |
Use map-to in cmd_line.xml to inform the command-line processor that the target variable for --graphicslevel is RenderQualityPerformance. That lets us eliminate clunky llappviewer.cpp switch from '0' to 0, etc. Moreover, previous switch statement only accepted 0 - 3, whereas LLFeatureManager::setGraphicsLevel() actually accepts 0 - 6. Introduce LLFeatureManager::isValidGraphicsLevel() and use that to validate. Replace switch statement in setGraphicsLevel() mapping int constants to string literals with static vector of level names, using same data for mapping as for validating level numbers. | |||
2013-06-27 | CHOP-959: Make settings.xml actually valid XML LLSD. | Nat Goodspeed | |
UserLoginInfo block had <key>Value</key> without the required subsequent element to provide any actual value. This confused at least the Python LLSD reader. | |||
2013-06-27 | CHOP-955, CHOP-957: Prioritize indra.util.llmanifest in same source repo. | Nat Goodspeed | |
It seems that certain build hosts have an (obsolete? broken?) install of indra.util.llmanifest under the system Python. If we append the local repo indra/lib/python to sys.path, viewer_manifest.py pulls in the broken llmanifest. Prepend to sys.path instead to ensure we get the right one. | |||
2013-06-27 | CHOP-956: Add settings_install.xml to settings_files.xml. | Nat Goodspeed | |
Also clarify comment for ELLPath in lldir.h: ELLPath int values are read from settings_files.xml. | |||
2013-06-25 | CHOP-957: Stop looking for, or parsing, Mac arguments.txt file. | Nat Goodspeed | |
2013-06-25 | CHOP-957: Stop reading gridargs.dat in 'secondlife' wrapper script. | Nat Goodspeed | |
However, for backwards compatibility, continue to recognize and discard --skip-gridargs switch. | |||
2013-06-24 | CHOP-955, CHOP-957: Platform-specific switches files => settings_install.xml. | Nat Goodspeed | |
Instead of generating viewer command-line switch overrides into the Windows shortcut, an arguments.txt file on Mac, or a gridargs.dat file on Linux, generate a platform-independent settings_install.xml file containing 'sourceid' key (if 'sourceid' found in TeamCity environment variables). All command-line override switches previously found in the aforementioned files have happily become moot. | |||
2013-06-19 | merge increment of version number | Oz Linden | |
2013-06-19 | correct 3.6.0-release for last minute fix | Oz Linden | |
2013-06-19 | commit inital tag for 3.6.0-release | Oz Linden | |
2013-06-18 | correct banding issue | Oz Linden | |
2013-06-18 | remove files incorrectly brought back from the past by merges | Oz Linden | |
2013-06-14 | increment viewer version to 3.6.1 | Oz Linden | |
2013-06-14 | Added tag 3.6.0-release for changeset 69429d81ae4d | Oz Linden | |
2013-06-14 | NORSPEC-251 fix issues with binding unloaded standard bumpmaps | Graham Linden | |
2013-06-14 | NORSPEC-266 fix issues with observer feedback on edits of material map ↵ | Graham Linden | |
parameters | |||
2013-06-14 | Disable asserts in CalculateTangentArray (discussed with davep) to avoid ↵ | Graham Linden | |
debugging interruptions from bad assets | |||
2013-06-13 | NORSPEC-250 speculative stab in the dark | Graham Linden | |
2013-06-13 | Fix ternary use found illegit in the eyes of GCC | Graham Madarasz | |
2013-06-13 | Merge vwr-dev-mat | Graham Madarasz | |
2013-06-13 | correct DOS line endings | Oz Linden | |
2013-06-13 | NORSPEC-263 replaced dropped deg to rad conversion between UI and material ↵ | Graham Madarasz | |
update | |||
2013-06-13 | MAINT-2632 speculative guards in display_startup based on prevalence of ↵ | Graham Madarasz | |
crashes ending there (no repro, unfortunately) | |||
2013-06-12 | NORSPEC-260 fix issues with OK after pressing none being intepreted as add a ↵ | Graham Madarasz | |
null normal map | |||
2013-06-12 | NORSPEC-251 fixed and 258 not regressed | Graham Madarasz | |
2013-06-12 | Remove NaN guards from vopartgroup and volume code | Graham Madarasz | |
2013-06-12 | Cleanup rollback and try point MIPs experiment to see if that's what is ↵ | Graham Madarasz | |
hosing the Mac on 10.6.8 | |||
2013-06-12 | Merge | Graham Madarasz | |
2013-06-12 | Backout tangent assert experiment | Graham Madarasz | |
2013-06-12 | Pedantic adj overly concerned with minute details or formalisms | Graham Madarasz | |
2013-06-12 | Changes to protect against use of normalize3fast on degenerate vectors | Graham Madarasz | |
2013-06-12 | Fix issues with NaNs in tangent data from using normalize3fast on ↵ | Graham Madarasz | |
zero-length vectors and other data conditioning; also added assert to normalize3fast to make finding these problems easier in the future | |||
2013-06-11 | Merge vwr-dev-mat | Graham Madarasz | |
2013-06-11 | NORSPEC-258 and NORSPEC-226 make tex picker close refresh build tool UI ↵ | Graham Madarasz | |
correctly and fix issues with transition from no-bumps to normal maps | |||
2013-06-11 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-06-11 | NORSPEC-259 Fix for crash in LLRenderTarget::copyContentsToFramebuffer | Dave Parks | |
2013-06-11 | Fix build failure from warning and dav3p no-JIRA bug about normal map scale ↵ | Graham Madarasz | |
editing | |||
2013-06-11 | NORSPEC-257 can't use automated TEMaterialGet functor as we need two ↵ | Graham Madarasz | |
possible defaults for diffuse alpha mode based on the alpha content of the diffuse texture | |||
2013-06-11 | Speculative fix for tangent calc asserts on Mac | Graham Madarasz | |
2013-06-11 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-06-10 | NORSPEC-222 fix issues with removing the use texture item selecting weave ↵ | Graham Madarasz | |
when the TE was BUMPY_TEXTURE, but no normal map was applied |