Age | Commit message (Collapse) | Author |
|
Reviewed by Kelly
|
|
|
|
|
|
Reviewed by Kelly
|
|
latest merge with viewer-development)
|
|
|
|
re-work of the LLInstanceTracker code done by Richard. The commit comment
is cryptic
|
|
|
|
|
|
|
|
Reviewed by Kelly
|
|
|
|
|
|
|
|
characters.
Integrated Nicky Dasmijn's patch to handle the unicode file paths properly.
Code reviewed, patch was clean.
Tested locally, correctly allows wearables to load where they would fail before.
Should be ready for automated build & QA.
|
|
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)
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|