Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-10 | Re-enable compiler warnings C4018, C4100, C4231 and C4506 | Ansariel | |
2024-06-01 | Re-enable a lot of compiler warnings for MSVC and address the C4267 ↵ | Ansariel | |
"possible loss of precision" warnings | |||
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2023-05-03 | SL-19647: Eliminate LLSDArray entirely. | Nat Goodspeed | |
Newer C++ compilers have different semantics around LLSDArray's special copy constructor, which was essential to proper LLSD nesting. In short, we can no longer trust LLSDArray to behave correctly. Now that we have variadic functions, get rid of LLSDArray and replace every reference with llsd::array(). | |||
2021-11-16 | DRTVWR-546 merge in master v6.5.1 | Dave Houlton | |
2021-10-28 | SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove ↵ | Dave Parks | |
LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton | |||
2021-01-13 | SL-14575 Pass validation flags into EEP validators. | Andrey Kleshchev | |
2020-06-19 | DRTVWR-476, SL-13467: Make LLTrace::BlockTimerStatHandle keys unique. | Nat Goodspeed | |
There are duplicate LLTrace::BlockTimerStatHandle key strings declared in llsettingsdaycycle.cpp and llsettingswater.cpp -- the only instances of duplicate BlockTimerStatHandle keys in the viewer code base. SL-13467 tracks intentional crashes due to duplicate LLInstanceTracker subclass instances with one of those keys. The simplest experiment to try to eliminate those crashes is to ensure that every BlockTimerStatHandle in the code base is unique. | |||
2020-03-27 | SL-12911 Add Debug setting EnvironmentPersistAcrossLogin | Andrey Kleshchev | |
2020-01-23 | SL-12591 Fixed float comparison | andreykproductengine | |
2019-05-08 | SL-10878: Update default day cycle asset ID | Rider Linden | |
2019-03-27 | SL-10818 FIXED [EEP] Wrong selection when keyframes are close together | maxim_productengine | |
2019-02-20 | SL-9660: Next pass cleanup. Removed and downgraded a number of logs. ↵ | Rider Linden | |
Removed refs to LAPAS. Better sync with legacy regions. | |||
2018-12-12 | SL-10238: Viewer spport for push notifications from the simulator contaiting ↵ | Rider Linden | |
partial groups of settings. Blend these settings into the current environment. | |||
2018-10-17 | SL-9889: New reconverted default assets | Rider Linden | |
2018-09-10 | MAINT-9066 EEP should not be able to delete all Keyframes from Ground Level ↵ | maxim_productengine | |
or Water | |||
2018-08-17 | Merge | Rider Linden | |
2018-08-16 | Fix constness of LLSettingsVODay::buildDeepCloneAndUncompress. | Graham Linden | |
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-08 | Miss an || && in an if | Rider Linden | |
2018-08-08 | Fix for mac build | Rider Linden | |
MAINT-8870, MAINT-8871: When legacy windlight fails load the default day cycle asset and use that. | |||
2018-08-03 | MAINT-8902 fix encroaching 'legacy' issues | andreykproductengine | |
2018-08-06 | MAINT-8952 EEP Changing one Day Cycle Keyframe can change other keyframes | andreykproductengine | |
2018-08-03 | Synch settings with simulator. | Rider Linden | |
2018-07-16 | Add default and wellknown asset ids. | Rider Linden | |
2018-07-03 | MAINT-8838 render a sun disc if the texture(s) are provided by WL settings ↵ | Graham Linden | |
(default is no sun disc and just haze) Refactor sky texture optimization to retain building the cubemap used by shiny. | |||
2018-06-27 | Make distinct ALM moon shader, tweak mix factor for day vs night moon ↵ | Graham Linden | |
shading, and fix transposed name of daycycle func. | |||
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-15 | Make 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-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-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-08 | Settings inventory picker. | Rider Linden | |
2018-06-06 | Various editor fixes. Start adding a settings picker. | Rider 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-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 | 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-05-23 | MAINT-8344 Day Cycle Editor (playing) | andreykproductengine | |
2018-05-22 | Manual blender for use in day editing dialog. | Rider Linden | |
2018-05-16 | MAINT-8344 Day cycle editor (part 2) | andreykproductengine | |
2018-05-11 | MAINT-8344 Day cycle editor (part 1) | andreykproductengine | |
2018-03-06 | Merge | Graham Linden graham@lindenlab.com | |
2018-03-06 | Settings type inventory objects and upload the assests. | Rider Linden | |