summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-11DRTVWR-447: Fix silly typosNat Goodspeed
2018-07-11MAINT-8863 - more logging of possible llskinningutil errorsBrad Payne (Vir Linden)
2018-07-11DRTVWR-447: Add more diagnostic logging to Windows BugSplat crash.Nat Goodspeed
2018-07-11Merged in graham_linden/viewer-eep-graham (pull request #24)Rider Linden
Fix OSX rendering
2018-07-11Make sun/moon vert shaders use calcAtmospherics in hopes it will get OSX GL ↵Graham Linden
to link the shaders without complaining about unwritten varying vars.
2018-07-10Merged in graham_linden/viewer-eep-graham (pull request #23)Rider Linden
Render fixes and performance improvement for advanced atmo codepath
2018-07-11Make moon/star rendering handle transitions between settings w defined ↵Graham Linden
textures and settings without better. Reverse direction of mix to match blend_factor values in stars shader.
2018-07-10Make advanced atmo sky shader compile again.Graham Linden
Make atmospheric model avoid redundant work when settings don't change. Point autobuild.xml at libatmosphere with op== to compare density profiles.
2018-07-10MergeRider Linden
2018-07-10MAINT-8821: Tighten up floater. Allow apply from gear menu.Rider Linden
2018-07-10SL-932: Attach user's settings.xml file to Windows crash reports.Nat Goodspeed
It is not obvious whether the BugsplatMac attachment API even supports multiple file attachments. I've contacted BugSplat support.
2018-07-10Merged in graham_linden/viewer-eep-graham (pull request #22)Rider Linden
Support blending current/next bloom textures in deferred star rendering.
2018-07-10MAINT-7926, MAINT-8400 - minor editsBrad Payne (Vir Linden)
2018-07-10Support blending current/next bloom textures in deferred star rendering.Graham Linden
2018-07-10DRTVWR-447: Use absolute path prefixes for CEF components.Nat Goodspeed
viewer_manifest.py had LLManifest.prefix() calls starting with '..' (or os.pardir, same thing) which failed with new prefix() calling conventions. Explicitly starting with os.path.join(self.args['build'], os.pardir, etc.) where applicable works much better.
2018-07-10Merged in graham_linden/viewer-eep-graham (pull request #21)Rider Linden
Fix star rendering issues in ALM.
2018-07-10Fix star rendering issues in ALM.Graham Linden
2018-07-10Merged in graham_linden/viewer-eep-graham (pull request #19)Rider Linden
Fix mat stack overflow and broken snapshots in ALM. Approved-by: Rider Linden <rider@lindenlab.com>
2018-07-10MAINT-8833 EEP UI should be either responsive or indicate that it is disabled.andreykproductengine
2018-07-09MAINT-8821: Clean up some of the selection and enable/disable code, Add menu ↵Rider Linden
for adding settings.
2018-07-09MAINT-7926, MAINT-8400 - fixes related to bounding box and LOD calculations ↵Brad Payne (Vir Linden)
for rigged meshes in animated objects
2018-07-09update to SLVoice 4.9.0002.30313.ee674a2bOz Linden
2018-07-09Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2018-07-09Attempting to create a settings inventory item on a non-eep region will now ↵Rider Linden
show a visible failure message to the user. Menu items for greating settings in inventory are disabled on non eep regions.
2018-07-09Test Hg coding policy hooks.Graham Linden
2018-07-09Test Hg coding policy hooks.Graham Linden
2018-07-09Restore setting the inv proj matrix for advanced atmo render path.Graham Linden
Set nSight debug setting to 0 to fix ALM snapshots. Add popMatrix call to balance push around heavenly body rendering in ALM and fix mat stack overflow.
2018-07-06MAINT-1771 FIXED Avatar doesn't stand up after pressing Shift+Alt+S keyboard ↵maxim_productengine
shortcut
2018-07-05MAINT-8827 EEP Edit Day Cycle window needs Save & Cancel buttons linked to ↵andreykproductengine
bottom of the window
2018-07-04MAINT-8800 Vivox pointlesly stalls for 10 seconds waiting on shutdownandreykproductengine
2018-07-04Fixed line endings in llgl.cppAndreyL ProductEngine
2018-07-04Fix up sun glow/size bindings in edit panel.Graham Linden
2018-07-03Fix deferred stars shader output decl.Graham Linden
2018-07-03MergeRider Linden
2018-07-03MAINT-8821: New "My Environments" floater. First pass.Rider Linden
2018-07-03Merged in graham_linden/viewer-lynx-graham (pull request #82)Andrey Lihatskiy
Roll back optimization that breaks cubemap updates Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
2018-07-03MAINT-8838 render a sun disc if the texture(s) are provided by WL settings ↵Graham Linden
(default is no sun disc and just haze) Refactor sky texture optimization to retain building the cubemap used by shiny.
2018-07-03Roll back optimization that isn't needed for sky rendering when atmospherics ↵Graham Linden
are used, but is needed for cubemap update.
2018-07-03MAINT-8836 - Objects with Alpha Masking > 0 settings do not rendering ↵ruslantproductengine
correctly on avatar FIXED
2018-07-03Merged in ruslantproductengine/viewer-cougar-4cr-2 (pull request #12)Ruslan Teliuk
MAINT-8335 Derendering Avatar type also derenders some rezzed mesh objects Approved-by: Simon Linden <simon@lindenlab.com> Approved-by: Graham Madarasz <graham@lindenlab.com> Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com>
2018-07-02FIX INTL-93 translate Viewer Set51 from viewer-bear, for 9 languageseli
2018-07-02MAINT-8837 fix legacy haze validation to make all params optionalGraham Linden
2018-07-02MAINT-3219 make align planar faces set normal and specular offsets and ↵Graham Linden
rotations in addition to the diffuse values
2018-07-02MAINT-8671 - more bind shape fixBrad Payne (Vir Linden)
2018-07-02MAINT-8671 - change in bind shape -> quaternion math.Brad Payne (Vir Linden)
2018-07-02MAINT-7548 MAINT-7560 use NvidiaOptimusEnablement globally exported var to ↵Graham Linden
signal desire to use high-performance graphics processor
2018-07-02MAINT-8618 Viewer attempting to edit action when it has no permissionandreykproductengine
2018-07-02Merged lindenlab/viewer-cougar into defaultRuslan Teliuk
2018-07-01DRTVWR-447: Update to viewer-manager build 517331Nat Goodspeed
2018-06-30MAINT-8822: Revert viewer_manifest to using src= instead of build=.Nat Goodspeed
Turns out that having multiple (source, build, artwork) prefix stacks isn't such a good idea after all. Many of our LLManifest.path() directives use wildcards -- and if _any files_ match the specified wildcard from a prefix stack other than what you had in mind, viewer_manifest will silently, cheerfully do the Wrong Thing. There is a good reason why all existing LLManifest.prefix() calls exclusively used src= and/or dst= instead of build=.