Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to integer overflow: const LLExtStat LL_EXSTAT_RES_RESULT = 2L<<30; const LLExtStat LL_EXSTAT_VFS_RESULT = 3L<<30; This shifts into the sign bit and clang gets (rightfully) upset about this.
LLExtStatus needs to be at least of type U32 to remedy this problem, but
while at it it makes sense to turn it into what it is: An enum. Turning
it into a class enum has the added benefit we get type safety for mostly
free.
Which incidentally turned up a problem right away:
A call to removeAndCallbackPendingDownloads had status and extstatus
reversed and thus was wrong.
|
|
|
|
through faces
|
|
|
|
# Conflicts:
# autobuild.xml
# indra/newview/llimprocessing.cpp
|
|
following promotion of DRTVWR-476
|
|
|
|
|
|
class
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
button on the context menu
|
|
|
|
Change was moved to DRTVWR-514
|
|
re-drawn twice 2% of the time
|
|
|
|
Eliminates stall from saveObjectCache() on region deletion
|
|
|
|
|
|
synchronized after closing Advanced settings via Close btn
|
|
According to revised behavior names should always fit into single line
|
|
|
|
|
|
|
|
|
|
|
|
SL-12978
Approved-by: Dave Houlton
|
|
|
|
|
|
|
|
SL-13540: Do not fail if binary bucket is too large, attempt to extract the asset type from the old style bucket. Notification still not shown.
|
|
|