Age | Commit message (Collapse) | Author |
|
Replace deprecated event mask call (macOS)
|
|
|
|
|
|
|
|
|
|
|
|
replacement NSEventMaskAny. Functionality unaltered.
|
|
|
|
|
|
|
|
|
|
simulator
|
|
SL-20036: Set probe ambiance to 0 for legacy midday
|
|
|
|
|
|
|
|
|
|
|
|
Merge xcode-14.3 compatibility branch into DRTVWR-559
|
|
|
|
SL-20018: Fix PBR glow affected by Blinn-Phong alpha
|
|
|
|
|
|
to try to avoid "Resource busy" errors from hdiutil.
|
|
|
|
|
|
parameters
|
|
Major improvements to LLLeap functionality
|
|
LL_USE_SYSTEM_RAND has been disabled since June 2008; that code only clutters
the implementation we actually use.
|
|
DRTVWR-577 (#232)
|
|
|
|
|
|
DRTVWR-559
|
|
|
|
INTL-490 Japanese Translation Update
|
|
|
|
# Conflicts:
# indra/llui/llfolderviewitem.cpp
# indra/newview/llinventorymodel.cpp
# indra/newview/llinventorymodelbackgroundfetch.cpp
|
|
|
|
|
|
|
|
# Conflicts:
# doc/contributions.txt
# indra/llcommon/llerrorthread.cpp
|
|
following promotion of DRTVWR-580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This happens when a calling card is created before the name is in the
name cache.
|
|
Once std::apply() becomes available, 'using std::apply;' isn't correct because
the more general template tries to handle the apply(function, vector) case
that we explicitly implement below. Have to provide apply(function, tuple) and
apply(function, array) signatures that can forward to std::apply().
|