Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-09 | Remove failed renderDeferredLightingToRenderTarget experiment | Graham Madarasz (Graham) | |
2013-07-09 | CHOP-963: Make update service query url depend on the grid rather than settings | Oz Linden | |
2013-07-09 | NORSPEC-291 WIP drop the no deferred underwater logic only | Graham Linden | |
2013-07-08 | STORM-1952: Fix name sometimes appearing as (waiting) by generating a slurl ↵ | Cinders | |
instead of fetching a name | |||
2013-07-08 | NORSPEC-293 WIP fix black glowing fullbright, does not address deferred glow ↵ | Graham Linden | |
errors | |||
2013-07-08 | Merge | Graham Linden | |
2013-07-08 | Merge | Graham Linden | |
2013-07-08 | NORSPEC-300 stop-gap measure of clamping offsets > 0 until server-side fix ↵ | Graham Linden | |
to store negative values can be released | |||
2013-07-08 | merge up to integration repo | Oz Linden | |
2013-07-03 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-07-03 | NORSPEC-286 Make raycast code pay attention to diffuse alpha mode. | Dave Parks | |
2013-07-03 | Merge vwr-dev-mat | Graham Linden | |
2013-07-03 | NORSPEC-297 fix deferred fog using wrong ref point | Graham Linden | |
2013-07-03 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-07-03 | NORSPEC-298 Fix for inconsistent alpha lighting when diffuse color is not white. | Dave Parks | |
2013-07-03 | NORSPEC-293 better fix incorporating srgb_to_linear curve and applying ↵ | Graham Linden | |
texture gamma corrections to spot inputs | |||
2013-07-03 | Merge vwr-dev-mat | Graham Linden | |
2013-07-03 | NORSPEC-295 make a deferred path version of fullbright alpha mask shader so ↵ | Graham Linden | |
we can included gamma ops | |||
2013-07-03 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-07-03 | remove command line option that causes warning messages | Oz Linden | |
2013-07-02 | NORSPEC-293 nix gamma correction in fullbrightF causing this visual disparity | Graham Linden | |
2013-07-02 | NORSPEC-287 Make alpha sRGB correction curves match OpenGL spec. | Dave Parks | |
2013-07-02 | merge changes for latest integration changes | Oz Linden | |
2013-07-02 | fix bug reading RenderMaterialsCapability, improve logging for NORSPEC-206 | Oz Linden | |
2013-07-02 | Merge vwr-dev-mat | Graham Linden | |
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 | NORSPEC-292 remove unnecessary call to setIsLight | Graham Linden | |
2013-07-02 | NORSPEC-292 fix issues with managing LLNetworkData::PARAMS_LIGHT_IMAGE when ↵ | Graham Linden | |
demoting spotlights by removing their tex | |||
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 | merge changes for storm-1953 | Oz Linden | |
2013-07-02 | merge changes for STORM-1948 | Oz Linden | |
2013-07-02 | NORSPEC-296 make add_media button always available as long as the face is ↵ | Graham Linden | |
editable | |||
2013-07-02 | NORSPEC-296 make add_media button always available as long as the face is ↵ | Graham Linden | |
editable | |||
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-07-01 | merge changes for latest project integration repo | Oz Linden | |
2013-06-29 | MAINT-2302: Make llprocess test<6> output less like a build error. | Nat Goodspeed | |
build.sh LogScan greps for "error:" (among other things) so removing the colon from the test name "syntax_error" should help. | |||
2013-06-29 | MAINT-2302: Re-enable previously-disabled LLProcess tests for diagnosis. | Nat Goodspeed | |
2013-06-28 | merge changes for latest project integration repo | Oz Linden | |
2013-06-28 | move reading of the sim features to LLViewerRegion for consistency, a couple ↵ | Oz Linden | |
of minor cleanups | |||
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-28 | NORSPEC-206: read RenderMaterialsCapability throttle rate per second from ↵ | Oz Linden | |
simulator | |||
2013-06-28 | merge changes for 3.6.1-release | Oz Linden | |
2013-06-27 | Merged lindenlab/viewer-release into default | Cinder Roxley | |
2013-06-27 | Merged lindenlab/viewer-release into default | Cinder Roxley | |
2013-06-27 | Merge with viewer-release | callum_linden | |
2013-06-27 | merge changes for 3.6.1-release | Oz Linden | |
2013-06-27 | increment viewer version to 3.6.2 | Oz Linden | |