Age | Commit message (Collapse) | Author |
|
instead of having specific binary, ternary and quaternary overloads.
|
|
|
|
The num_periods arguments have all been changed to size_t, but the default
argument values were still coded as S32_MAX. Change to
std::numeric_limits<size_t>::max().
|
|
Not only do the local typedefs make the code less readable, they also rely on
assumptions about the implementation. The standard types are guaranteed by the
C++ library implementation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# indra/newview/llinspecttexture.cpp
# indra/newview/llinventorypanel.cpp
# indra/newview/llviewertexteditor.cpp
|
|
‘Open’ from Gear menu
|
|
|
|
|
|
|
|
|
|
|
|
SL-18882: Show diffuse non-alpha textures opaque on editing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from main Inventory
|
|
|
|
SL-18330: Send binary LLSD to LEAP plugins; extend LLSD compatibility.
|
|
|
|
|
|
|
|
Is supposed to use thumbnails now
|
|
|
|
|
|
single-folder mode
|
|
|
|
|
|
|
|
|
|
|
|
Added icons
|
|
|
|
|
|
|
|
|