Age | Commit message (Collapse) | Author |
|
SL-20397: Fix material set from script not updating when the GLTF material has non-default texture transforms
|
|
has non-default texture transforms
|
|
|
|
|
|
implicitly enable reflection probes or shadows.
|
|
|
|
|
|
Material
|
|
non-impostors
|
|
SL-20536: Fix build error C1128 on Windows RelWithDebInfo
|
|
with /bigobj
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SL-20109 -> Maint Y merge
|
|
# Conflicts:
# indra/newview/skins/default/xui/en/menu_viewer.xml
|
|
|
|
|
|
|
|
following promotion of DRTVWR-578
|
|
parent the viewer logs a warning and then continues the loop without incrementing the iterator. This increments the iterator so that loop processing can continue and the viewer does not get stuck on the bad object.
|
|
SL-20065: Hack to reduce black spots on shiny water
|
|
|
|
|
|
|
|
|
|
editing a sky setting.
|
|
|
|
|
|
for new Windows code signing mechanism.
|
|
|
|
fix for assertion in lltexturefetch.
|
|
DRTVWR-559
|
|
SL-20154
|
|
Prepend the material name to each texture.
SL-20392
|
|
SL-20392
|
|
SL-20392
|
|
DRTVWR-559
|
|
|
|
|
|
clang has gotten smart enough to recognize an inline attempt to store to
address zero. Fool it by storing to an address passed as a parameter, and pass
nullptr from a different source file.
|
|
|
|
Even though LLVersionInfo::getBuild() already returns a 64-bit int, various
consumers assumed it could fit into 32 bits. It was especially bad to pass it
to a classic C style varargs function. Only on a little-endian CPU, and only
because it was the last argument, the damage was limited to truncation --
instead of arbitrary undefined behavior.
Where the consumer doesn't support 64-bit ints, pass as string instead.
|
|
|
|
|
|
|