summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingsdaycycle.cpp
AgeCommit message (Collapse)Author
2018-08-15MAINT-8952 EEP 'uncompress' day tracks before editingandreykproductengine
2018-08-08Miss an || && in an ifRider Linden
2018-08-08Fix for mac buildRider Linden
MAINT-8870, MAINT-8871: When legacy windlight fails load the default day cycle asset and use that.
2018-08-03MAINT-8902 fix encroaching 'legacy' issuesandreykproductengine
2018-08-06MAINT-8952 EEP Changing one Day Cycle Keyframe can change other keyframesandreykproductengine
2018-08-03Synch settings with simulator.Rider Linden
2018-07-16Add default and wellknown asset ids.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-27Make distinct ALM moon shader, tweak mix factor for day vs night moon ↵Graham Linden
shading, and fix transposed name of daycycle func.
2018-06-22Make LLSettingsFoo::defaults() funcs only calculate the invariant values ↵Graham Linden
once (use static trick ala the validations). Fix conversion of legacy settings w/ non-zero east angles to account for those values being CW radian angles.
2018-06-15Make water and sky defaults take a position value to allow for default ↵Graham Linden
daycycle w/ multiple frames. Make default daycycle add 8 frames at 0, 0.125, 0.25 etc Merge over server-side bugfixes. Eliminate extraneous dirty bits in sky settings.
2018-06-13Mods to hook up water settings to water normals for rendering with support ↵Graham Linden
for current to next blending. Modify LLSettingsFoo::buildDefaultFoo to use a static and avoid re-validation of default sky/water/daycycle settings. Remove all references to gSun/MoonTextureId globals (they should come from sky settings now).
2018-06-12MergeRider Linden
2018-06-12Time threshold on timer based updates. Editor can replace frame with one ↵Rider Linden
from inventory. Extra check on adding a frame type.
2018-06-11Make cloud rendering use textures defined in sky settings and add code to ↵Graham Linden
shaders to lerp between current and next cloud texture.
2018-06-08Settings inventory picker.Rider Linden
2018-06-06Various editor fixes. Start adding a settings picker.Rider Linden
2018-06-05MergeGraham Linden
2018-06-04Reconnect apply to region and parcel reconnected to interface.Rider Linden
2018-06-04Fix use of new typedefs in inventory settings code in llenvironment.Graham Linden
2018-06-02Use more typedefs to simplify sync between viewer and sim env settings code.Graham Linden
2018-06-02MergeGraham Linden
2018-06-01Rework preset loading and context menu from inventory.Rider Linden
2018-06-01Code cleanup and move to using typedefs of S64Seconds/F64Seconds for ease in ↵Graham Linden
sync w/ sim side which has not llunits types.
2018-05-23MAINT-8344 Day Cycle Editor (playing)andreykproductengine
2018-05-22Manual blender for use in day editing dialog.Rider Linden
2018-05-16MAINT-8344 Day cycle editor (part 2)andreykproductengine
2018-05-11MAINT-8344 Day cycle editor (part 1)andreykproductengine
2018-03-06MergeGraham Linden graham@lindenlab.com
2018-03-06Settings type inventory objects and upload the assests.Rider Linden
2018-03-02Rework density profile validation, eliminate custom ↵Graham Linden graham@lindenlab.com
LLSettingsSky::settingsValidation in favor of custom validator functor for each profile type (rayleigh, mie, absorption).
2018-02-28MergeGraham Linden graham@lindenlab.com
2018-02-28Add 3p package for adv atmospherics to autobuild.Graham Linden graham@lindenlab.com
Mark legacy atmospherics code with ifdefs. Fix up legacy uplift to include new atmospherics settings.
2018-02-26Added settings inventory object with subtypeRider Linden
2018-02-09Update a couple constructsRider Linden
2018-01-30Unused function in llsettingsdaycycleRider Linden
2018-01-30Cleanup on daycyle selection and stack. Move blenders into environment.Rider Linden
(Transition bronken, instant only. Shaddows moved based on region, not parcel)
2018-01-25Selects correct day cycle. Fix an error validating legacy daycycles.Rider Linden
2018-01-23MAINT-8052: Initial support for new EEP capRider Linden
2018-01-16MAINT-8052: Report if the returned environment is the default.Rider Linden
2018-01-08MAINT-7699: Deliver new settings to viewer via capRider Linden
2017-11-30Split for viewer/simhost sync LLSD with simhost.Rider Linden