summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2013-07-11NORSPEC-291 really fix missing avatarGraham Madarasz (Graham)
2013-07-11NORSPEC-291 WIP fix avatar disappearingGraham Madarasz (Graham)
2013-07-11NORSPEC-291 WIP materials underwater with haze, reflection broken, water ↵Graham Madarasz (Graham)
dist broken
2013-07-11Fix a crash on 10.6.x due to auto layout not being supported in 10.6 nibs.Geenz
2013-07-10MergeGraham Linden
2013-07-10NORSPEC-291 WIP materials underwater w and wo alpha, water fog color broken, ↵Graham Linden
no refl, no water dis
2013-07-09[MAINT-2386] Viewer crashes when user move landmarks from Inventory -> ↵Baker Linden
Landmarks or Places to Favorite bar Forgot to commit the errant comment -- double whoopsie all the way across the sky!
2013-07-09[MAINT-2386] - Viewer crashes when user move landmarks from Inventory -> ↵Baker Linden
Landmarks or Places to Favorite bar - Pushed to viewer-cat for release.
2013-07-09Remove failed renderDeferredLightingToRenderTarget experimentGraham Madarasz (Graham)
2013-07-09CHOP-963: Make update service query url depend on the grid rather than settingsOz Linden
2013-07-09NORSPEC-291 WIP drop the no deferred underwater logic onlyGraham Linden
2013-07-08STORM-1952: Fix name sometimes appearing as (waiting) by generating a slurl ↵Cinders
instead of fetching a name
2013-07-08NORSPEC-293 WIP fix black glowing fullbright, does not address deferred glow ↵Graham Linden
errors
2013-07-08MergeGraham Linden
2013-07-08MergeGraham Linden
2013-07-08NORSPEC-300 stop-gap measure of clamping offsets > 0 until server-side fix ↵Graham Linden
to store negative values can be released
2013-07-08merge up to integration repoOz Linden
2013-07-03Automated merge with ↵Dave Parks
https://bitbucket.org/lindenlab/viewer-development-materials
2013-07-03NORSPEC-286 Make raycast code pay attention to diffuse alpha mode.Dave Parks
2013-07-03Merge vwr-dev-matGraham Linden
2013-07-03NORSPEC-297 fix deferred fog using wrong ref pointGraham Linden
2013-07-03Automated merge with ↵Dave Parks
https://bitbucket.org/lindenlab/viewer-development-materials
2013-07-03NORSPEC-298 Fix for inconsistent alpha lighting when diffuse color is not white.Dave Parks
2013-07-03NORSPEC-293 better fix incorporating srgb_to_linear curve and applying ↵Graham Linden
texture gamma corrections to spot inputs
2013-07-03Merge vwr-dev-matGraham Linden
2013-07-03NORSPEC-295 make a deferred path version of fullbright alpha mask shader so ↵Graham Linden
we can included gamma ops
2013-07-03Automated merge with ↵Dave Parks
https://bitbucket.org/lindenlab/viewer-development-materials
2013-07-02NORSPEC-293 nix gamma correction in fullbrightF causing this visual disparityGraham Linden
2013-07-02Mergesimon
2013-07-02MAINT-2808 Viewer side : Stats for OBJECT_ATTACHMENT_GEOMETRY_BYTES and ↵simon
OBJECT_ATTACHMENT_SURFACE_AREA do not return to the 'no attachments' values after avatar removes last attachment
2013-07-02NORSPEC-287 Make alpha sRGB correction curves match OpenGL spec.Dave Parks
2013-07-02merge changes for latest integration changesOz Linden
2013-07-02fix bug reading RenderMaterialsCapability, improve logging for NORSPEC-206Oz Linden
2013-07-02Merge vwr-dev-matGraham Linden
2013-07-02CHOP-959: Merge region-local location change with tip.Nat Goodspeed
2013-07-02CHOP-959: Introduce CmdLineChannel settings var, map --channel to it.Nat Goodspeed
2013-07-02Automated merge with https://bitbucket.org/lindenlab/viewer-catDave Parks
2013-07-02NORSPEC-290 Disable occlusion culling for distortion render target since ↵Dave Parks
there are generally zero under water occluders.
2013-07-02NORSPEC-292 remove unnecessary call to setIsLightGraham Linden
2013-07-02NORSPEC-292 fix issues with managing LLNetworkData::PARAMS_LIGHT_IMAGE when ↵Graham Linden
demoting spotlights by removing their tex
2013-07-02CHOP-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-02MAINT-528 added syntax highlighting for STATUS_BLOCK_GRAB_OBJECT and ↵Maestro Linden
corrected related tooltips
2013-07-02MAINT-1312 Fixed a typo in PRIM_TEMP_ON_REZ tooltip. Reviewed by Kelly.Maestro Linden
2013-07-02MAINT-1260 add missing PRIM_ constants to syntax highlighting. Reviewed by ↵Maestro Linden
Kelly.
2013-07-02merge changes for storm-1953Oz Linden
2013-07-02merge changes for STORM-1948Oz Linden
2013-07-02NORSPEC-296 make add_media button always available as long as the face is ↵Graham Linden
editable
2013-07-02NORSPEC-296 make add_media button always available as long as the face is ↵Graham Linden
editable
2013-07-02CHOP-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-02CHOP-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.