Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-07 | Merged in SL-14035 (pull request #427) | Michael Pohoreski | |
SL-14035/ BUG-229436 Specular reflection too bright when the camera is outside the light radius | |||
2021-01-07 | SL-14035 revert incorrect removal of glare | Ptolemy | |
2021-01-06 | SL-14035: Don't use sRGB textures when not specified | Ptolemy | |
2021-01-06 | SL-14035: Incorporate patch from Sovereign Engineer to fix specular reflection | Ptolemy | |
2021-01-06 | SL-11300 Camera distance to avatar in neighbouring region incorrect | Andrey Kleshchev | |
2021-01-04 | SL-14347 Crash at ChoosePixelFormat | Andrey Kleshchev | |
2021-01-04 | SL-14529 Replace dynamic_cast to LLAvatarJoint with static casts | Andrey Kleshchev | |
Replaced couple (LLAvatarJoint*) for consistency | |||
2020-11-12 | Merged in DV510-merge-6.4.12 (pull request #372) | Dave Houlton | |
DRTVWR-510 merge in 6.4.12 | |||
2020-11-11 | Merge branch 'master' 6.4.12 into DRTVWR-510 | Dave Houlton | |
2020-11-11 | SL-14275: Comment out unused global consts for compilers that treat this an ↵ | Ptolemy | |
an error | |||
2020-11-11 | Increment viewer version to 6.4.12 | Nat Goodspeed | |
following promotion of DRTVWR-507 | |||
2020-11-11 | Merged in SL-14275 (pull request #367) | Michael Pohoreski | |
SL-14275 Approved-by: Dave Houlton | |||
2020-11-09 | SL-14275: Replace enum with S32 to better match reflection_detail | Ptolemy | |
2020-11-05 | SL-14275: Cleanup: Detabify generateWaterReflection() | Ptolemy | |
2020-11-05 | SL-14275: Cleanup: Add indentation for some push/pop RenderTypeMask() | Ptolemy | |
2020-11-05 | SL-14275: Implement two new water reflection modes | Ptolemy | |
2020-11-05 | SL-14275: Cleanup Detabifying | Ptolemy | |
2020-11-05 | SL-14275: Don't render clouds in water reflection | Ptolemy | |
2020-11-05 | SL-14275: Cleanup inconsistent indentation | Ptolemy | |
2020-11-05 | SL-14275: Cleanup non descript name for water reflection mode | Ptolemy | |
2020-11-05 | SL-14275: Add two new Water Reflection modes to Graphics Advanced | Ptolemy | |
2020-11-04 | Merge branch 'SL-14264' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-11-04 | SL-14264 - BOM texture | Brad Payne (Vir Linden) | |
2020-11-02 | Updated LLCA to codeticket build 551526 | Andrey Lihatskiy | |
2020-10-29 | SL-14226 Cleanup teleport requests | Andrey Kleshchev | |
2020-10-26 | Merge branch 'SL-14081' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-10-22 | SL-14161 FIXED an item persists in inventory after dragging it to the ↵ | Mnikolenko Productengine | |
marketplace listings | |||
2020-10-21 | Merged in euclid-mDebugGPU (pull request #348) | Dave Houlton | |
Remove obsolete mDebugGPU variable and dependent code Approved-by: Andrey Kleshchev Approved-by: Michael Pohoreski | |||
2020-10-21 | Updated LLCA to codeticket build 550026 | Andrey Lihatskiy | |
2020-10-20 | SL-13733 Verify window handle | Andrey Kleshchev | |
2020-10-19 | DRTVWR-510 clean up obsolete downstream-from-mDebugGPU code | Dave Houlton | |
2020-10-19 | DRTVWR-510 remove obsolete mDebugGPU variable | Dave Houlton | |
2020-10-16 | Merged in SL-13424_Telemetry_Final (pull request #341) | Michael Pohoreski | |
SL-13424 Add Rad Games Tools local Telemetry profiler support Approved-by: Dave Houlton | |||
2020-10-15 | SL-13424 Add Rad Games Tools local Telemetry profiler support | Ptolemy | |
2020-10-15 | Merge branch 'SL-13705' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-10-14 | Merged 6.4.11 into DRTVWR-510 | Dave Houlton | |
2020-10-14 | DRTVWR-510 merge master 6.4.11 | Dave Houlton | |
2020-10-14 | SL-13980 Fixed preview cleanup | Andrey Kleshchev | |
2020-10-14 | SL-14079 crash accessing LLHUDText | Andrey Kleshchev | |
LLHUDObject has a lot of deriveds stored as LLPointer<LLHUDObject>, no-virtual destructor is unlikely to be cause of the crash, but might be related | |||
2020-10-14 | merge | Brad Payne (Vir Linden) | |
2020-10-14 | SL-14081 - changed debug level for one message | Brad Payne (Vir Linden) | |
2020-10-14 | SL-14081 - detail on viewer-initiated timeout | Brad Payne (Vir Linden) | |
2020-10-14 | SL-14081 - more teleport logging | Brad Payne (Vir Linden) | |
2020-10-14 | SL-14081 - more detailed logging of teleport process | Brad Payne (Vir Linden) | |
2020-10-14 | build fix | Andrey Lihatskiy | |
2020-10-14 | Merge branch 'master' into DRTVWR-507-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloatermodelpreview.cpp | |||
2020-10-14 | Increment viewer version to 6.4.11 | Nat Goodspeed | |
following promotion of DRTVWR-482 | |||
2020-10-14 | SL-14081 - detail on viewer-initiated timeout | Brad Payne (Vir Linden) | |
2020-10-13 | SL-14081 - more teleport logging | Brad Payne (Vir Linden) | |
2020-10-12 | SL-13980 Crash at cullAvatarsByPixelArea | Andrey Kleshchev | |
LLVOAvatars and derived classes appear to be stored as LLPointer<LLViewerObject> in a lot of cases, so non-virtual ~LLViewerObject() might be triggered by LLPointer and end up not cleaning sInstances in some cases (animeshes specific?), thus causing broken pointers in sInstances. |