Age | Commit message (Collapse) | Author |
|
|
|
|
|
reduce memory pressure on extremely large friends lists
|
|
single-folder view
|
|
Disable NvAPI by default
|
|
Win7 is no longer supported and is below minimal requirements
|
|
per Leviathan code review.
|
|
|
|
|
|
Follow links, fix outfts missing 'image' option, adjust inspector, recolor 'worn' in gallery
|
|
LLInspectTexture floater appears to be incomplete and doesn't have a function
|
|
added missing app setting
|
|
|
|
|
|
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.
|
|
|
|
|
|
|