Age | Commit message (Collapse) | Author |
|
|
|
The viewer currently presents a startling "Grid emergency" warning if an
unrecognized error is returned from login. Let's tone this down a bit
and present the error as it is: an unrecognized login failure rather
than SLearth exploding.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
findCategory and move_item_to_marketplacelistings
|
|
|
|
folder
|
|
|
|
|
|
|
|
already one open for that folder
|
|
|
|
|
|
|
|
|
|
SL-18330: Address further code review comments
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|