summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-21MAINT-8754 FIXED Premium Voice Morphs subscription renewal sends to wrong ↵maxim_productengine
location
2018-06-20MAINT-8764 FIXED Crash in LLViewerWindow::saveImageNumbered()maxim_productengine
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-14SL-920 Add new friendship caps to viewerandreykproductengine
2018-06-19Backed out changeset: 4ce8c663a9a0AndreyL ProductEngine
STORM-2122: UDP data bandwidth measuring is off by factor 8
2018-06-19mac build fixesmaxim_productengine
2018-06-18MAINT-8759 FIXED [Win] Choosing new cache location will cause disconnect if ↵maxim_productengine
you do not choose desired path in File picker quickly
2018-06-18MAINT-8751 Add a link to create an account to the viewer login screenmaxim_productengine
2018-06-16MAINT-8731 Fixed wrong valueandreykproductengine
2018-06-15Merged pull request #635Andrey Kleshchev
MAINT-8395 Rollback part of SL-711 to fix related crashes
2018-06-14Merged in lindenlab/viewer-bearAndreyL ProductEngine
2018-06-14MAINT-8750 Add transparency indicator for invisiprims.maxim_productengine
2018-06-14MAINT-8395 Rollback part of SL-711 to fix related crashesandreykproductengine
2018-06-13MAINT-8731 Click action to disable clicking objects, per-object in a linksetandreykproductengine
2018-06-13Fix logcontrol.xml with broken XML and put extra warn logging when live ↵Graham Linden
files fail to load.
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-12Fix 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-11Remove debug pragma and put setMoonRotation back in the header file.Graham Linden
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-11MergeRider Linden
2018-06-11remove legacy environmental edit floater and some lingering transition ↵Rider Linden
functions. Change floater environment switch behavior.
2018-06-11MergeGraham Linden
2018-06-11Fix 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-08Settings inventory picker.Rider Linden
2018-06-08Add 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-07Validation fixes.Rider Linden
2018-06-07MAINT-8331 EEP UI control: XYVectorAndreyL ProductEngine
2018-06-20Adding settings DAD typeRider Linden
2018-06-19Don't recalculate lighting every frame. Fix altitude transitions. On track ↵Rider Linden
switch ignore time threshold on blender.
2018-06-19Adding some timers for trackingRider Linden
2018-06-18Request environment when parcel settings are changed.Rider Linden
2018-06-06MergeRider Linden
2018-06-06Various editor fixes. Start adding a settings picker.Rider Linden
2018-06-06Fix 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-06fix xcode buildAnchor Linden
2018-06-05Back out change to fix pointer casts on OS X.Graham Linden
2018-06-05Fix sunlight != sunlight_color_copy and remove hack disable of clouds.Graham Linden
2018-06-05MergeGraham Linden
2018-06-05EOL in llsetingssky.cpp and llrender.cpp. const on ptr_t & in llenvironmentRider Linden
2018-06-05Speculative fix for Clang not making the semantic leap on ptr_t casts.Graham Linden
2018-06-05Fix EOL on last line of llrender.cpp and llsettingssky.cppGraham Linden
2018-06-05Fix 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-05Restore dropped header include and make constness match sim code.Graham 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-03Remove redundant typedef hosing OSX build.Graham Linden
2018-06-02Use more typedefs to simplify sync between viewer and sim env settings code.Graham Linden