Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-03 | SL-17890 readable warning for MAV_BLOCK_MISSING | Andrey Kleshchev | |
2022-08-03 | SL-17890 Face creation does not clean used arrays | Andrey Kleshchev | |
2022-08-02 | SL-17048 Fixed not cleaning session | Andrey Kleshchev | |
2022-08-02 | SL-17862 Fixed typo in rigged mesh rendering | Andrey Kleshchev | |
2022-08-02 | SL-17851 Highlight matching notifications when using Search Box in Preference | Mnikolenko Productengine | |
2022-08-01 | SL-17868 Fixed macos build issue | Andrey Kleshchev | |
2022-07-30 | SL-17868 Crash at ThreadRecorder::bringUpToDate | Andrey Kleshchev | |
According to bugsplat get_thread_recorder was null Replaced apr based LLThreadLocalPointer with thread_local | |||
2022-07-29 | SL-17858 Sit on ground was enabled but not working if already sitting | Andrey Kleshchev | |
2022-07-27 | SL-17809 Sounds from Avatar position instead of Camera position | Mnikolenko Productengine | |
2022-07-26 | SL-17045 LSL editor cursor position desynchronization | Andrey Kleshchev | |
1. Fixed cursor position calculations 2. Fixed selection rect calculation | |||
2022-07-21 | SL-17778 'Application not responding' popup while cleaning cache on startup | Andrey Kleshchev | |
2022-07-20 | SL-17569 restore previous list of ignored notifications after pressing the ↵ | Mnikolenko Productengine | |
Cancel button | |||
2022-07-20 | SL-17670 remove tab characters | Mnikolenko Productengine | |
2022-07-19 | SL-17796 Crash at LLVolumeFace::getVertexData | Andrey Kleshchev | |
2022-07-19 | SL-17670 Simplify outfit snapshot floater | Mnikolenko Productengine | |
2022-07-19 | SL-16745 Some checkboxes are truncated after changing 'UI size' | Andrey Kleshchev | |
2022-07-18 | Fix mac build issue | Andrey Kleshchev | |
2022-07-16 | SL-17473 Viewer not clearing all Vertex Buffers #2 | Andrey Kleshchev | |
2022-07-15 | SL-17473 Viewer not clearing all Vertex Buffers in some cases | Andrey Kleshchev | |
Image thread doesn't need mBuffer and buffer isn't thread safe so no point allocating it in an image thread. | |||
2022-07-15 | SL-17741 Fixed wrong condition | Andrey Kleshchev | |
2022-07-13 | Merged in SL-17723 Remove use of UDP image fetch | Maxim Nikolenko | |
2022-07-13 | SL-17723 Remove use of UDP image fetch | Mnikolenko Productengine | |
2022-07-12 | SL-17753 Crash at LLStatusBar::getNearbyMediaPanel | Andrey Kleshchev | |
optionallyStartMusic was called before status bar was initialized | |||
2022-07-11 | SL-17752 Crash at removeMutedAVsLights | Andrey Kleshchev | |
2022-07-09 | SL-17741 Paste is not disabled when copying 'no copy' items | Andrey Kleshchev | |
We should allow to copy 'no copy' items for the ability to paste them as links, but regular 'paste' should be disabled in such case Also fixed library items enabling 'paste as link', we can not link library items. | |||
2022-06-29 | Increment viewer version to 6.6.2 | Nat Goodspeed | |
following promotion of DRTVWR-543 | |||
2022-06-08 | SL-17546 Fix 'release' configuration build tests | Andrey Kleshchev | |
2022-06-07 | SL-17546 Do not launch updater for a non-interactible instance | Andrey Kleshchev | |
2022-06-03 | SL-17515 FIXED Extreme Mouse Sensitivity for Certain Actions | Mnikolenko Productengine | |
2022-06-02 | SL-17505 Preview should be displaying rigged attachments only | Andrey Kleshchev | |
2022-05-27 | DRTVWR-543 post-merge cleanup | Andrey Lihatskiy | |
2022-05-27 | post-merge build fix | Andrey Lihatskiy | |
2022-05-27 | Merge branch 'master' into DRTVWR-543-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/cmake/LLCommon.cmake # indra/llcommon/CMakeLists.txt # indra/llrender/llgl.cpp # indra/newview/llappviewer.cpp # indra/newview/llface.cpp # indra/newview/llflexibleobject.cpp # indra/newview/llvovolume.cpp | |||
2022-05-25 | Increment viewer version to 6.6.1 | Nat Goodspeed | |
following promotion of DRTVWR-546 | |||
2022-05-19 | SL-17451 Fix for erroneous attempt to apply vertex color alpha to texture ↵ | Dave Parks | |
before alpha masking (we don't actually support this and the vertex color alpha is sometimes zero when you think it ought not be). | |||
2022-05-18 | SL-17449 Fix for Alexa's hair | Dave Parks | |
2022-05-18 | SL-17417 Fix for incorrect reflection orientation on fullbright prims. | Dave Parks | |
2022-05-17 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-546 | |||
2022-05-17 | SL-17421 Fix for fullbright alpha mask shader ignoring vertex alpha | Dave Parks | |
2022-05-17 | SL-17415 Movement of scripted attached objects is no longer interpolated. | Andrey Kleshchev | |
2022-05-16 | SL-17417 Fix for incorrect reflection orientation on some moving child prims. | Dave Parks | |
2022-05-11 | SL-17356 Viewer changes for Premium Plus support | Andrey Lihatskiy | |
2022-05-10 | SL-17376 Do not fail build if vcruntime140_1 is missing | Andrey Kleshchev | |
If there is no vcruntime140_1 in the build system, it is likely that file is not required for the viewer to run. | |||
2022-05-09 | SL-17376 Fix viewer failing due to missing vcruntime140_1 | Andrey Kleshchev | |
2022-05-06 | SL-17375 Crash at LLViewerOctreeEntry::getSpatialExtents() | Andrey Kleshchev | |
access violation, 'this' was null | |||
2022-05-06 | SL-17356 Viewer changes for Premium Plus support | Andrey Lihatskiy | |
2022-05-05 | SL-17244 Fix 'empty leaf' crashes | Andrey Kleshchev | |
2022-05-04 | Merge branch master (D550) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # indra/newview/llappviewer.h | |||
2022-05-04 | Merge branch 'master' into DRTVWR-543-maint | Andrey Lihatskiy | |
2022-05-04 | Increment viewer version to 6.5.6 | Nat Goodspeed | |
following promotion of DRTVWR-550 |