Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-01 | Fix mis-merge of LLSettingsBase and remove optimize pragmas. | Graham Linden | |
2018-06-01 | Merge to 5.1.6 | Graham Linden | |
2018-06-01 | Modify use of sky settings, reduce complexity, and name funcs to indicate ↵ | Graham Linden | |
coord systems in use. Fix class2 softenLightF shader. | |||
2018-05-24 | switch track based on altitudes sent from region. | Rider Linden | |
2018-05-24 | Merge | Rider Linden | |
2018-05-24 | Enable sky changes with altitude. | Rider Linden | |
2018-05-23 | MAINT-8344 Day Cycle Editor (playing) | andreykproductengine | |
2018-05-23 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-22 | Remove 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-22 | Manual blender for use in day editing dialog. | Rider Linden | |
2018-05-18 | Remove MSVC debug pragmas and comment out code to dump example grids.xml ↵ | Graham Linden graham@lindenlab.com | |
file w/ hard-coded grids. | |||
2018-05-18 | Make 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-18 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-18 | Fix Mie Config validation in sky settings. | Graham Linden graham@lindenlab.com | |
Start cleanup of heavenly body rendering. | |||
2018-05-17 | Self contained looping track blender. Will blend over time across an entire ↵ | Rider Linden | |
track in a day cycle. | |||
2018-05-17 | Fix end of cycle trigger for time blender. | Rider Linden | |
2018-05-16 | Merge and disable new sky render. | Graham Linden graham@lindenlab.com | |
2018-05-16 | Merge | Rider Linden | |
2018-05-16 | Splitting the blender up to support manual positioning as well as time. Phase1 | Rider Linden | |
2018-05-16 | MAINT-8344 Day cycle editor (part 2) | andreykproductengine | |
2018-05-15 | Fix the blend code to record the amount of the blend and to store what is ↵ | Rider Linden | |
being blended towards. | |||
2018-05-11 | MAINT-8344 Day cycle editor (part 1) | andreykproductengine | |
2018-05-02 | Fixed sky editing floater. | Rider Linden | |
2018-03-14 | Fix 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-13 | Fix storing legacy haze parameters in inner map by fixing | Graham Linden graham@lindenlab.com | |
parameter update to not expect them at top level of LLSD for sky settings. | |||
2018-03-08 | Remove MSVC-only debug pragma. | Graham Linden graham@lindenlab.com | |
2018-03-08 | Prepare 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-08 | Add 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-08 | Merge | Graham Linden graham@lindenlab.com | |
2018-03-08 | Rename getFogColor from water and sky settings to getWaterFogColor and ↵ | Graham Linden graham@lindenlab.com | |
getSkyFogColor. | |||
2018-03-07 | Isolate more legacy atmo param use in sky (convert to getLightAttenuation ↵ | Graham Linden graham@lindenlab.com | |
and getLightTransmittance). Optimize sky texture creation. | |||
2018-03-07 | Fix for calculating azimuth and angle | Rider Linden | |
2018-03-07 | Don't add old atmo params to new settings defaults. | Graham Linden graham@lindenlab.com | |
2018-03-07 | Move legacy atmospherics code outside of llvosky (begin teasing apart). | Graham Linden graham@lindenlab.com | |
2018-03-06 | Remove override keyword not working with LL_SINGLETON pattern. | Graham Linden graham@lindenlab.com | |
2018-03-06 | Merge | Graham Linden graham@lindenlab.com | |
2018-03-06 | Settings type inventory objects and upload the assests. | Rider Linden | |
2018-03-06 | Isolate atmospherics LLSD conversion code. | Graham Linden graham@lindenlab.com | |
Fix translateLegacySettings to add an array where an array is expected. | |||
2018-03-03 | Remove MSVC pragmas breaking OSX build. | Graham Linden graham@lindenlab.com | |
2018-03-03 | Fix 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-02 | Replace ifdefs with comments marking legacy atmo params. | Graham Linden graham@lindenlab.com | |
2018-03-02 | Rework 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-28 | Fix accidental dups/deletes from merge and remove optimize pragmas. | Graham Linden graham@lindenlab.com | |
2018-02-28 | Merge | Graham Linden graham@lindenlab.com | |
2018-02-28 | Merge | Graham Linden graham@lindenlab.com | |
2018-02-28 | Add 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-27 | More missing 'override's | Rider Linden | |
2018-02-27 | Need to bring the mac in... | Rider Linden | |
2018-02-27 | Missed two overrides. | Rider Linden | |
2018-02-27 | XCode now gets cranky about override (or lack there of) | Rider Linden | |