summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2018-07-26'override' key word is all or nothing. Add override to method in editor classRider Linden
2018-07-25Merged in andreykproductengine/maint-eep (pull request #31)Rider Linden
MAINT-8886 EEP - Implement code for load button in fixed environment floater Approved-by: Simon Linden <simon@lindenlab.com> Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Rider Linden <rider@lindenlab.com>
2018-07-25MAINT-8886 EEP - Implement code for load button in fixed environment floaterandreykproductengine
2018-07-20MAINT-8344 implement slider support for an overlap threshold and reenable ↵andreykproductengine
shift-copy
2018-07-19Should have been an empty capture for noop lambdas.Rider Linden
2018-07-19Merged in graham_linden/viewer-eep-graham (pull request #29)Rider Linden
MAINT-8876
2018-07-19Remove optimization of building skybox as possible source of MAINT-8864Graham Linden
2018-07-19Compile fixes for latest Xcode on OSX.Graham Linden
2018-07-19Modify deferred sun disc and moon shaders to write all deferrred gbuffer ↵Graham Linden
channels and fix rendering issue from norm/spec channels during lighting.
2018-07-19MAINT-8842 Should not be able to add Environment Setting Assets to Group ↵andreykproductengine
Notices on a Non-EEP region
2018-07-19MAINT-8906 EEP - Disable sky layer tabs when not supportedandreykproductengine
2018-07-18MAINT-8334 EEP UI control: Virtual TrackballAndreyL ProductEngine
2018-07-16Add default and wellknown asset ids.Rider Linden
2018-07-12MAINT-8865 Fixed Day Cycle keyframe cannot be deletedandreykproductengine
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-10Merged in graham_linden/viewer-eep-graham (pull request #22)Rider Linden
Support blending current/next bloom textures in deferred star rendering.
2018-07-10Support blending current/next bloom textures in deferred star rendering.Graham Linden
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-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-05MAINT-8827 EEP Edit Day Cycle window needs Save & Cancel buttons linked to ↵andreykproductengine
bottom of the window
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-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-06-29Merged in graham_linden/viewer-eep-graham (pull request #13)Rider Linden
MAINT-4019 fix star rendering in advanced lighting mode
2018-06-29Add menu item for "My Environments"Rider Linden
2018-06-30MAINT-4019 fix ALM star rendering (make post-deferred and actually blend)Graham Linden
2018-06-29Put up notifications to the user when things go terribly terribly wrong.Rider Linden
2018-06-29MergeRider Linden
2018-06-29Enable settings inventory filter checkbox. Fix day cycle editor selection ↵Rider Linden
on open.
2018-06-29MergeGraham Linden
2018-06-29MAINT-8817 remove automatic update of inv_proj matrix so sunLightF which ↵Graham Linden
expects it not to match the projection mat works again Fix misspellinging in missing settings asset notification string Fix moon quat conversion to get proper directional rotation Add early out so attempting to set parcel env settings doesn't crash
2018-06-28Creating settings objects in the correct folders. Correctly check if clouds ↵Rider Linden
paused.
2018-06-28MergeRider Linden
2018-06-27MAINT-8011 make newly created Sky, Water, etc create a system folder with ↵Graham Linden
proper icon Add entries to strings.xml for all langs for the "settings" string.
2018-06-27MAINT-8809Graham Linden
MAINT-8810 Make jumping on daycycle editor timeline with click update the environment. Fix tab controls staying locked when clicking on a frame after a drag.