Age | Commit message (Collapse) | Author |
|
SL-17666 Allow Map sidebar UI to be hidden
|
|
|
|
|
|
SL-17448: Fix LOD/octree update feedback loops causing LOD fluctuations.
Approved-by: Andrey Lihatskiy
|
|
|
|
|
|
|
|
|
|
the octree
|
|
May also fix octree updates on mere material changes due to general refactoring.
|
|
|
|
octree updates by removing them from the static octree via makeActive
|
|
|
|
|
|
following promotion of DRTVWR-543
|
|
Support 'button up' when losing focus
When releasing button far out of view or by refocusing something, button was not commiting. LLPanelObject last call was sendPosition(btn_down) with btn_down true which resulted in missed update. Now it will get one more call with btn_down==false.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
following promotion of DRTVWR-546
|
|
before alpha masking (we don't actually support this and the vertex color alpha is sometimes zero when you think it ought not be).
|
|
|
|
|
|
DRTVWR-546
|
|
|
|
|
|
|
|
|
|
If there is no vcruntime140_1 in the build system, it is likely that file is not required for the viewer to run.
|
|
|
|
access violation, 'this' was null
|
|
|
|
|
|
# Conflicts:
# indra/newview/llappviewer.h
|
|
|
|
|