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
|
|
|
|
https://bitbucket.org/lindenlab/viewer-development-materials
|
|
|
|
|
|
|
|
|
|
|
|
with nV mobile graphics cards
|
|
surface color in the vertex shader before passing it to the fragment shader.
|
|
|
|
|
|
Reviewed by Kelly
|
|
|
|
|
|
to work with it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
attachments.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compiles for ifdef sanity
|
|
Latif Khalifa & Siana Gearz) - additional fix. Team City gave me the wrong MD5 for 3p-package
|
|
Latif Khalifa & Siana Gearz)
|
|
spotlight lighting
|