Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-06 | De-duplicate deferred gbuffer access for getPosition/getNorm. | Graham Linden | |
De-duplicate ambient occlusion shader code and move to new aoUtil.glsl Split shared shadow tap funcs into shadowUtil.glsl | |||
2018-11-14 | Merge | Rider Linden | |
2018-10-16 | SL-9874 [EEP] Defocus environment focus when setting environment from the menu | maxim_productengine | |
2018-10-10 | SL-9849 - debug option for show impostor extents | Brad Payne (Vir Linden) | |
2018-10-09 | SL-9820 FIXED [EEP] My Environments finds the parcel's DayCycle unbidden. | maxim_productengine | |
2018-09-27 | merge | Brad Payne (Vir Linden) | |
2018-09-26 | Merge | Rider Linden | |
2018-08-17 | MAINT-8826, MAINT-8990, MAINT-9002, MAINT-7703: Rework for environment ↵ | Rider Linden | |
pannels in Region/Estate and Parcel. Enable/disable by permission. Edit the correct environment. Dirty flags for changes. Estate owner disallow switch. | |||
2018-08-03 | Merge | Rider Linden | |
2018-08-02 | merge | Brad Payne (Vir Linden) | |
2018-07-06 | MAINT-1771 FIXED Avatar doesn't stand up after pressing Shift+Alt+S keyboard ↵ | maxim_productengine | |
shortcut | |||
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-07-10 | MAINT-8855 FIXED Location SLURL gets truncated when using Help -> Report Bug ↵ | maxim_productengine | |
to file JIRA | |||
2018-06-25 | Adding pause clouds to menu, and throttling expensive visual update on change. | Rider Linden | |
2018-06-21 | Merge | Rider Linden | |
2018-06-21 | merge | Brad Payne (Vir Linden) | |
2018-06-19 | MAINT-8766 - fix for appearance to XML crash, plus enablement logic | Brad Payne (Vir Linden) | |
2018-06-11 | remove legacy environmental edit floater and some lingering transition ↵ | Rider Linden | |
functions. Change floater environment switch behavior. | |||
2018-06-01 | Rework preset loading and context menu from inventory. | Rider Linden | |
2018-05-22 | Enable save/load/import for day edit. | Rider Linden | |
2018-05-22 | Merge | Rider Linden | |
2018-05-11 | Remove the old sky and water edit dialogs. | Rider Linden | |
2018-05-02 | Fixed sky editing floater. | Rider Linden | |
2018-04-27 | Adding fixed water edit dialog. | Rider Linden | |
2018-05-18 | merge | Brad Payne (Vir Linden) | |
2018-02-02 | MAINT-8239 - problems with some instances failing to load some joint ↵ | Brad Payne (Vir Linden) | |
positions. Added DumpXML and Reset Skeleton support for animated objects when debugging. | |||
2018-01-30 | Cleanup on daycyle selection and stack. Move blenders into environment. | Rider Linden | |
(Transition bronken, instant only. Shaddows moved based on region, not parcel) | |||
2018-01-30 | MAINT-8180 Add the way to get default string despite of current localiztion | maxim_productengine | |
2018-01-17 | merge | Brad Payne (Vir Linden) | |
2017-11-13 | Remove the old wl environment code. | Rider Linden | |
2017-11-10 | Remove delete preset dialog, Initial settings for selection level ↵ | Rider Linden | |
(Region/Parcel/Local) | |||
2017-11-08 | Day cycles and animated sky/water blending. | Rider Linden | |
2017-10-11 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-10-11 | merge | Brad Payne (Vir Linden) | |
2017-08-03 | SL-731 - render metadata includes triangle count, triangle and vertex count ↵ | Brad Payne (Vir Linden) | |
included with debug text for control avatar | |||
2017-06-07 | SL-691,SL-694 - viewer can animate objects based on server messaging. First ↵ | Brad Payne (Vir Linden) | |
end-to-end demo for animated objects. | |||
2017-08-10 | MAINT-7596 FIXED System information is truncated in JIRA issues filed ↵ | Mnikolenko Productengine | |
through "Report bug" viewer option | |||
2017-08-04 | MAINT-7655 Auto-open debug console if any "Info to Debug Console" operations ↵ | Mnikolenko ProductEngine | |
are picked | |||
2017-05-05 | pull from gate | coyot@coyot-sager-PC.hsd1.ca.comcast.net | |
2017-04-21 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-03-24 | MAINT-380 Add "Duplicate" feature into Build-Object sunbmenu | andreykproductengine | |
2017-02-28 | MAINT-908 Build Tool has wrong screen priority and can stay behind other ↵ | andreykproductengine | |
floaters when called | |||
2017-02-15 | MAINT-7118 Swapping legacy people API with new cache | andreykproductengine | |
2017-02-21 | MAINT-7036 Communicate Menu - Voice Morphing - Subscribe Now options - update | Mnikolenko Productengine | |
2017-02-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-12-21 | DRTVWR-418: Deal with fatal warning 'unsafe mix of bool and BOOL' | Nat Goodspeed | |
2016-12-20 | DRTVWR-418: Rationalize LLPipeline API. | Nat Goodspeed | |
Someone evidently figured every static LLPipeline method should have at least one void* parameter. There were methods requiring void* parameters that were completely ignored. More to the point, there were methods whose callers have a U32 in hand -- and which want to use a U32 -- but which bizarrely forced callers to cast to void* just so the method could cast back to U32. In a 64-bit compile, this isn't merely pointless, it's erroneous. Change all such methods to accept U32; remove (void*) casts from call sites. While at it, fix LLPipeline API to use bool, true, false rather than their obsolete all-caps predecessors. Once you eat that first potato chip... :-P | |||
2016-12-05 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
DRTVWR-412 Bento (avatar skeleton extensions) | |||
2016-11-30 | MAINT-6803 Account for deselection | andreykproductengine | |