Age | Commit message (Collapse) | Author |
|
|
|
|
|
Reviewed by Kelly
|
|
|
|
|
|
to work with it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chat.
|
|
|
|
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
|
|
different limit for visible and unvisible lists
|
|
Latif Khalifa & Siana Gearz)
|
|
spotlight lighting
|
|
malarkey
|
|
|
|
|
|
|
|
|
|
|
|
|
|
complain about #if with undefined vars
|
|
|
|
|
|
|
|
|