Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-01 | Remove debug code for conditional BP. | Graham Linden | |
2018-07-31 | Fix template specialization syntax for Clang that MSVC does not demand. | Graham Linden | |
2018-07-31 | Fix broken init of defaulted arg that MSVC should not have let slide. | Graham Linden | |
2018-07-31 | MAINT-8909 | Graham Linden | |
Loosen precision when checking rotation and other false negatives when comparing faces to see if they can be considered planar aligned. This was causing fields to be marked tentative (grayed display) incorrectly. | |||
2018-07-30 | MAINT-8915 | Graham Linden | |
Fix sync of material rotation and offset values when using aligned planar faces. Make it possible to set a specific TE's normal/spec offset/rotation values. Eliminate redundant conversions in LLSD -> struct handler. | |||
2018-07-20 | MAINT-8891 viewer-side fix for redundant setting of specular offset in LLSD ↵ | Graham Linden | |
to struct translation | |||
2018-07-19 | Merged in ruslantproductengine/viewer-cougar-4cr-2 (pull request #15) | Ruslan Teliuk | |
MAINT-8836 - Objects with Alpha Masking > 0 do not rendering correctly on avatar Approved-by: Graham Madarasz <graham@lindenlab.com> Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Simon Linden <simon@lindenlab.com> | |||
2018-07-04 | Fixed line endings in llgl.cpp | AndreyL ProductEngine | |
2018-07-03 | MAINT-8836 - Objects with Alpha Masking > 0 settings do not rendering ↵ | ruslantproductengine | |
correctly on avatar FIXED | |||
2018-07-03 | Merged in ruslantproductengine/viewer-cougar-4cr-2 (pull request #12) | Ruslan Teliuk | |
MAINT-8335 Derendering Avatar type also derenders some rezzed mesh objects Approved-by: Simon Linden <simon@lindenlab.com> Approved-by: Graham Madarasz <graham@lindenlab.com> Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com> | |||
2018-07-02 | MAINT-3219 make align planar faces set normal and specular offsets and ↵ | Graham Linden | |
rotations in addition to the diffuse values | |||
2018-07-02 | MAINT-7548 MAINT-7560 use NvidiaOptimusEnablement globally exported var to ↵ | Graham Linden | |
signal desire to use high-performance graphics processor | |||
2018-07-02 | Merged lindenlab/viewer-cougar into default | Ruslan Teliuk | |
2018-06-29 | Convert tabs to spaces in llprimitive/llmaterial.* for sanity | Graham Linden | |
2018-06-29 | MAINT-8335 Derendering Avatar type also derenders some rezzed mesh objects | ruslantproductengine | |
Fixed | |||
2018-06-29 | MAINT-8676 modify XUI to allow negative offsets again and fix up material ↵ | Graham Linden | |
handling of normal/specular offsets | |||
2018-06-29 | Handle grids.xml w/ single entry instead of an array. | Graham Linden | |
Fix crash when no login URIs are found for a given grid (does not happen after fixing above, but should not crash either). | |||
2018-06-28 | Replace cache hit info in tex fetch debug display. | Graham Linden | |
Silence launcher warning for devs. Work-around path gen deciding to gen NaNs for some flexi prims. | |||
2018-06-27 | Merge | Graham Linden | |
2018-06-22 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-06-21 | Merge | Graham Linden | |
2018-06-21 | increment viewer version to 5.1.7 | Nat Goodspeed | |
2018-06-07 | MAINT-8723 - Selecting mesh objects make several HUD-related items invisible | ruslantproductengine | |
FIXED (from FS Ansariel patches) | |||
2018-06-06 | fix xcode build | Anchor Linden | |
2018-05-31 | increment viewer version to 5.1.6 | Oz Linden | |
2018-05-30 | [MAINT-8693] - fix null check | Anchor Linden | |
2018-06-07 | MAINT-8689 Potential crash fix | andreykproductengine | |
2018-06-02 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2018-06-01 | MAINT-8712 Crash on close in LLWindowWin32 | Andrey Kleshchev | |
2018-06-01 | MAINT-8714 Eliminate viewer duplicated ID nodes | maxim_productengine | |
2018-06-01 | merge from viewer-release | andreykproductengine | |
2018-05-31 | MAINT-8702 FIXED Uploading any item results in opening previous Item Profile ↵ | maxim_productengine | |
instead of Inventory Floater | |||
2018-05-31 | MAINT-8700 Remove obsolete code and update 'Save texture' file dialog | maxim_productengine | |
2018-05-30 | MAINT-8700 FIXED The File dialog disconnects the viewer if you do not choose ↵ | maxim_productengine | |
upload files within the first minute | |||
2018-05-29 | MAINT-8586 Eliminate obsolete xui elements | andreykproductengine | |
2018-05-25 | MAINT-8693 Fixed crashes during login if you wear a BOM tattoo layer | Andrey Kleshchev | |
2018-05-25 | MAINT-8459 Save favorite places and landmarks to Location Bar history list | maxim_productengine | |
2018-05-25 | MAINT-8674 Fixed logs | andreykproductengine | |
2018-05-25 | MAINT-8674 Clean up already requested ids. | Andrey Kleshchev | |
2018-05-25 | Merged in andreyl_productengine/viewer-neko-marchcat (pull request #613) | Andrey Lihatskiy | |
MAINT-8325 Fixed The Save Local dialog disconnects the viewer if you do not choose the save directory files within the first minute Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com> | |||
2018-05-25 | MAINT-8694 FIXED Typo in logging | maxim_productengine | |
2018-05-24 | Merged in nat_linden/maint-maint-8675 | AndreyL ProductEngine | |
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-24 | Merged in oz_linden/maint-8675 | AndreyL ProductEngine | |
2018-05-24 | MAINT-8634 Hide texture UUIDs for non-gods | maxim_productengine | |
2018-05-24 | MAINT-8687 Add a hotkey for Advanced > Set UI Size to Default | maxim_productengine | |
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 | MAINT-8619 Disable local textures for selection in Group profile | maxim_productengine | |
2018-05-22 | Merged in ruslantproductengine/viewer-neko-4cr-4 (pull request #607) | Ruslan Teliuk | |
MAINT-8670 Crash in: LLFace::getGeometryVolume() Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com> Approved-by: Simon Linden <simon@lindenlab.com> |