Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-22 | MAINT-9026 hook up sun/moon scale to settingsvo and render code | Graham Linden | |
2018-08-17 | Merge | Rider Linden | |
2018-08-16 | Fix constness of LLSettingsVODay::buildDeepCloneAndUncompress. | Graham Linden | |
2018-08-16 | Make settings vfuncs use SETTINGS_OVERRIDE macro (override keyword in viewer ↵ | Graham Linden | |
codebase) to fix OS X compilation. Mark cloning funcs and derived class overrides as const. | |||
2018-08-16 | MAINT-8952 EEP make sure settings will be re-compressed | andreykproductengine | |
2018-08-15 | Merge | Rider Linden | |
2018-08-15 | MAINT-8990, MAINT-9002: First pass rework on environment panels, region/parcel | Rider Linden | |
2018-08-15 | MAINT-8952 EEP 'uncompress' day tracks before editing | andreykproductengine | |
2018-08-03 | MAINT-8902 fix encroaching 'legacy' issues | andreykproductengine | |
2018-08-03 | MAINT-7699: More robust cap protocol, better support for delete and support ↵ | Rider Linden | |
for individual tracks, support for setting environment by asset id in the cap MAINT-7703: Initial flags sent in message protocol for parcels | |||
2018-07-30 | MAINT-8904: Creating new setting in inventory now causes simulator to assign ↵ | Rider Linden | |
default asset ID to inventory item. | |||
2018-07-10 | Merged in graham_linden/viewer-eep-graham (pull request #22) | Rider Linden | |
Support blending current/next bloom textures in deferred star rendering. | |||
2018-07-10 | Support blending current/next bloom textures in deferred star rendering. | Graham Linden | |
2018-07-09 | Attempting 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-03 | MAINT-8821: New "My Environments" floater. First pass. | Rider Linden | |
2018-06-28 | Creating settings objects in the correct folders. Correctly check if clouds ↵ | Rider Linden | |
paused. | |||
2018-06-26 | Remove unnecessary coord sys transformation to fix moon positioning. | Graham Linden | |
Avoid doing sky texture generation when using atmospherics shaders (which don't need that texture anyway). | |||
2018-06-22 | Make 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-13 | Mods 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-12 | Merge | Rider Linden | |
2018-06-12 | Time threshold on timer based updates. Editor can replace frame with one ↵ | Rider Linden | |
from inventory. Extra check on adding a frame type. | |||
2018-06-12 | Fix env panel forward action. | Graham Linden | |
Make env panel update environment when jumping frame to frame. Add separate funcs for sun/moon vectors in various coord systems. Make haze glow only pay attention to sun (i.e. fix sun glow when moon is near horizon in daytime). | |||
2018-06-11 | Make 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-11 | Merge | Graham Linden | |
2018-06-11 | Fix water fog consolidation in underwater shaders. | Graham Linden | |
Add plumbing facilities to allow current and next moon textures to be passed to moon shader. Modify moon shader to blend between current and next moon textures by blend factor. | |||
2018-06-08 | Settings inventory picker. | Rider Linden | |
2018-06-02 | Use more typedefs to simplify sync between viewer and sim env settings code. | Graham Linden | |
2018-06-02 | Merge | Graham Linden | |
2018-06-01 | Rework preset loading and context menu from inventory. | Rider Linden | |
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-30 | Timeline behavior in day cycle edit. | Rider Linden | |
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-16 | Merge and disable new sky render. | Graham Linden graham@lindenlab.com | |
2018-05-10 | Settings editor available from the open context on the menu. Can edit ↵ | Rider Linden | |
inventory items. | |||
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-07 | Move legacy atmospherics code outside of llvosky (begin teasing apart). | Graham Linden graham@lindenlab.com | |
2018-03-06 | Merge | Graham Linden graham@lindenlab.com | |
2018-03-06 | Undo changes to default Sky settings XML. | Graham Linden graham@lindenlab.com | |
Undo forced validation of objects built from legacy sky settings. | |||
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 | 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 | 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 | Fix the return type. | Rider Linden | |