Age | Commit message (Collapse) | Author |
|
toolchain > 4.5.1
|
|
Somehow viewer-cat acquired a lot of source lines (in several different files)
of the form:
(void)somevar;
where ?somevar? was not declared. Apparently someone introduced an unused
declaration of ?somevar?, encountered unused-variable warnings, introduced the
(void) casts to suppress those warnings, then deleted the declarations --
without deleting the (void) casts. It seems worth noting that the resulting
code should not have compiled successfully on any platform.
|
|
|
|
Latif Khalifa & Siana Gearz) - additional fix. Team City gave me the wrong MD5 for 3p-package
|
|
Latif Khalifa & Siana Gearz)
|
|
|
|
|
|
|
|
viewer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
picker
Added checks to validate that the selection list is non-empty
|
|
|
|
|
|
|
|
Added protection for invalid / empty inventory contents
|
|
|
|
|
|
llviewerregion deletion. Avoid trying to send metrics when we're shutting down and it's too late anyway. Reviewed by Nyx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added an additional sanity check to make sure that other avatars don't
affect your wearables.
|