Age | Commit message (Collapse) | Author |
|
They do work fine on clang... unblocking the rest of the team during diagnosis.
|
|
SL-20536: Fix build error C1128 on Windows RelWithDebInfo
|
|
with /bigobj
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
following promotion of DRTVWR-578
|
|
# Conflicts:
# autobuild.xml
# indra/llcommon/tests/llleap_test.cpp
# indra/newview/viewer_manifest.py
|
|
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.
|
|
|
|
|
|
loss and log spam noise when visiting GLTF enabled regions.
|
|
|
|
updater. Add probe update debug display.
|
|
|
|
|
|
|
|
|
|
|