summaryrefslogtreecommitdiff
path: root/indra/llinventory
AgeCommit message (Collapse)Author
2018-06-01Merge to 5.1.6Graham Linden
2018-06-01Modify use of sky settings, reduce complexity, and name funcs to indicate ↵Graham Linden
coord systems in use. Fix class2 softenLightF shader.
2018-05-24switch track based on altitudes sent from region.Rider Linden
2018-05-24MergeRider Linden
2018-05-24Enable sky changes with altitude.Rider Linden
2018-05-23MAINT-8344 Day Cycle Editor (playing)andreykproductengine
2018-05-23MergeGraham Linden graham@lindenlab.com
2018-05-22Remove some obsolete sky funcs.Graham Linden graham@lindenlab.com
Remove Matrix3/4 funcs using LLQuat 4-float init incorrectly (they are redundant to angle/axis versions anyway). Fix up tests referring to removed funcs above.
2018-05-22Manual blender for use in day editing dialog.Rider Linden
2018-05-18Remove MSVC debug pragmas and comment out code to dump example grids.xml ↵Graham Linden graham@lindenlab.com
file w/ hard-coded grids.
2018-05-18Make nighttime elev constant _SIN, since it uses a sin value.Graham Linden graham@lindenlab.com
Put that constant in sky settings and eliminate dups. Fix up logic around when to use heavenly bodies (fix broken moon in basic sky). Remove unnecessary clip to horizon. Put in temp code to ena/dis sun/moon based on LLEnvironment::getIsDaytime().
2018-05-18MergeGraham Linden graham@lindenlab.com
2018-05-18Fix Mie Config validation in sky settings.Graham Linden graham@lindenlab.com
Start cleanup of heavenly body rendering.
2018-05-17Self contained looping track blender. Will blend over time across an entire ↵Rider Linden
track in a day cycle.
2018-05-17Fix end of cycle trigger for time blender.Rider Linden
2018-05-16Merge and disable new sky render.Graham Linden graham@lindenlab.com
2018-05-16MergeRider Linden
2018-05-16Splitting the blender up to support manual positioning as well as time. Phase1Rider Linden
2018-05-16MAINT-8344 Day cycle editor (part 2)andreykproductengine
2018-05-15Fix the blend code to record the amount of the blend and to store what is ↵Rider Linden
being blended towards.
2018-05-11MAINT-8344 Day cycle editor (part 1)andreykproductengine
2018-05-02Fixed sky editing floater.Rider Linden
2018-03-14Fix up atmospheric helpers and transport shader for adv atmo path.Graham Linden graham@lindenlab.com
Basic hook-up of sky settings to llatmosphere model. Moved mie aniso to be a top-level setting instead of a per-mie-layer setting.
2018-03-13Fix storing legacy haze parameters in inner map by fixingGraham Linden graham@lindenlab.com
parameter update to not expect them at top level of LLSD for sky settings.
2018-03-08Remove MSVC-only debug pragma.Graham Linden graham@lindenlab.com
2018-03-08Prepare for validation and storage of legacy haze settings (still ↵Graham Linden graham@lindenlab.com
pass-through for now). Isolate more use of legacy haze params behind wrapper funcs.
2018-03-08Add LLVoSky wrapper for current env sky light direction.Graham Linden graham@lindenlab.com
Make LLVo classes use LLVoSky wrappers instead of direct access. Isolate more legacy haze param usage w/in settings.
2018-03-08MergeGraham Linden graham@lindenlab.com
2018-03-08Rename getFogColor from water and sky settings to getWaterFogColor and ↵Graham Linden graham@lindenlab.com
getSkyFogColor.
2018-03-07Isolate more legacy atmo param use in sky (convert to getLightAttenuation ↵Graham Linden graham@lindenlab.com
and getLightTransmittance). Optimize sky texture creation.
2018-03-07Fix for calculating azimuth and angleRider Linden
2018-03-07Don't add old atmo params to new settings defaults.Graham Linden graham@lindenlab.com
2018-03-07Move legacy atmospherics code outside of llvosky (begin teasing apart).Graham Linden graham@lindenlab.com
2018-03-06Remove override keyword not working with LL_SINGLETON pattern.Graham Linden graham@lindenlab.com
2018-03-06MergeGraham Linden graham@lindenlab.com
2018-03-06Settings type inventory objects and upload the assests.Rider Linden
2018-03-06Isolate atmospherics LLSD conversion code.Graham Linden graham@lindenlab.com
Fix translateLegacySettings to add an array where an array is expected.
2018-03-03Remove MSVC pragmas breaking OSX build.Graham Linden graham@lindenlab.com
2018-03-03Fix 16F enum for compat w/ SL gl headers on Mac.Graham Linden graham@lindenlab.com
Make density profile/layer parsing handle when LLSD heard you liked arrays so it put an array in your array.
2018-03-02Replace ifdefs with comments marking legacy atmo params.Graham Linden graham@lindenlab.com
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-28Fix accidental dups/deletes from merge and remove optimize pragmas.Graham Linden graham@lindenlab.com
2018-02-28MergeGraham Linden graham@lindenlab.com
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-27More missing 'override'sRider Linden
2018-02-27Need to bring the mac in...Rider Linden
2018-02-27Missed two overrides.Rider Linden
2018-02-27XCode now gets cranky about override (or lack there of)Rider Linden
2018-02-26Added settings inventory object with subtypeRider Linden