Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-11 | Remove debug pragma and put setMoonRotation back in the header file. | Graham Linden | |
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 | Rider Linden | |
2018-06-11 | remove legacy environmental edit floater and some lingering transition ↵ | Rider Linden | |
functions. Change floater environment switch behavior. | |||
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-08 | Add specific shader for the moon to allow different rendering at day vs night. | Graham Linden | |
Add MouseMoon positioning ala MouseSun debug setting and accessors to use it. | |||
2018-06-07 | Validation fixes. | Rider Linden | |
2018-06-06 | Merge | Rider Linden | |
2018-06-06 | Various editor fixes. Start adding a settings picker. | Rider Linden | |
2018-06-06 | Fix legacy haze validation returning warnings as errors. | Graham Linden | |
Add assert that calculated spans are > 0 to avoid div by 0 NaNs. Make span calc return 1.0 for case where begin == end. Fix order of ops in LLTrackBlenderLoopingTime ctor causing skies to be init'd with water instances. | |||
2018-06-05 | Back out change to fix pointer casts on OS X. | Graham Linden | |
2018-06-05 | Fix sunlight != sunlight_color_copy and remove hack disable of clouds. | Graham Linden | |
2018-06-05 | Merge | Graham Linden | |
2018-06-05 | EOL in llsetingssky.cpp and llrender.cpp. const on ptr_t & in llenvironment | Rider Linden | |
2018-06-05 | Speculative fix for Clang not making the semantic leap on ptr_t casts. | Graham Linden | |
2018-06-05 | Fix EOL on last line of llrender.cpp and llsettingssky.cpp | Graham Linden | |
2018-06-05 | Fix uninit data from deleting c++11-style init and not putting it in the ctor. | Graham Linden | |
Replace dynamic_pointer_cast so instance isn't accidentally deleted on func exit. | |||
2018-06-05 | Restore dropped header include and make constness match sim code. | Graham Linden | |
2018-06-05 | Merge | Graham Linden | |
2018-06-04 | Reconnect apply to region and parcel reconnected to interface. | Rider Linden | |
2018-06-04 | Fix use of new typedefs in inventory settings code in llenvironment. | Graham Linden | |
2018-06-03 | Remove redundant typedef hosing OSX build. | Graham 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 | Mark LLSettingsSky::skipInterpolateKeys as override to silence Clang fail. | Graham Linden | |
2018-06-01 | Code cleanup and move to using typedefs of S64Seconds/F64Seconds for ease in ↵ | Graham Linden | |
sync w/ sim side which has not llunits types. | |||
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-31 | Merge | Rider Linden | |
2018-05-31 | increment viewer version to 5.1.6 | Oz Linden | |
2018-05-31 | Added tag 5.1.5-release for changeset 2ea47f358b17 | Oz Linden | |
2018-05-31 | More with min | Rider Linden | |
2018-05-31 | Use llmin rather than std::min | Rider Linden | |
2018-05-31 | Merge | Rider Linden | |
2018-05-30 | Timeline behavior in day cycle edit. | Rider Linden | |
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-24 | MAINT-8675: In Darwin-specific CMake, use cp, not cmake -E copy. | Nat Goodspeed | |
cmake -E copy does only one file at a time, and older CMake versions don't handle wildcards. But cmake -E copy is specifically for portability. When the copy operation itself is Darwin-only, we can count on having 'cp' available. | |||
2018-05-23 | fix tests broken by argument added to LLTrans::getString | Oz Linden | |
2018-05-23 | MAINT-8675: update expired certs in integration test | Oz Linden | |
2018-05-23 | Removed mSavedEnvironment so the Mac build will be happy. | Rider Linden | |
2018-05-23 | MAINT-8344 Day Cycle Editor (playing) | andreykproductengine | |
2018-05-23 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-22 | Enable save/load/import for day edit. | Rider Linden | |
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. |