Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-22 | SUN-72 SH-4132 FIX viewer builds cannot write to paths containing special ↵ | Nyx Linden | |
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. | |||
2013-04-22 | CHUI-912 : Fixed! Filtering with types do work correctly again (including None). | Merov Linden | |
2013-04-22 | Fix avatar alpha shader define setup | Graham Madarasz (Graham) | |
2013-04-22 | MAINT-2612 fix issues between extern C linkage and yyval ifdefs on Mac with ↵ | Graham Madarasz | |
toolchain > 4.5.1 | |||
2013-04-22 | NORSPEC-141 Back out a change that seems to cause shadow artifacts on rigged ↵ | Dave Parks | |
attachments. | |||
2013-04-22 | MAINT-2612: Remove no-longer-valid unused-var warning suppressions. | Nat Goodspeed | |
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. | |||
2013-04-22 | Fix regression in alpha shader on non-Mac from recent changes | Graham Madarasz (Graham) | |
2013-04-22 | merge changes for OPEN-173 | Oz Linden | |
2013-04-20 | Another mismerge | Graham Madarasz (Graham Linden) | |
2013-04-20 | Fixup merge with vwr-dev-mat | Graham Madarasz | |
2013-04-20 | Merged lindenlab/viewer-development-materials into default | graham linden | |
2013-04-20 | Fix rendering artifacts on Mac Mobile GeForce cards | Graham Madarasz | |
2013-04-19 | Fixed line endings on shader | Graham Madarasz | |
2013-04-19 | CHUI-912 : Some clean up of vestigial debug code | Merov Linden | |
2013-04-19 | Fix forward decl to match changed func def and clear defines between shader ↵ | Graham Madarasz | |
compiles for ifdef sanity | |||
2013-04-19 | OPEN-173 FIX FMODEx Music stutters once every few seconds (OSS patch via ↵ | callum | |
Latif Khalifa & Siana Gearz) - additional fix. Team City gave me the wrong MD5 for 3p-package | |||
2013-04-19 | CHUI-849 : Use a time limit for filtering instead of number limit, use a ↵ | Merov Linden | |
different limit for visible and unvisible lists | |||
2013-04-19 | OPEN-173 FIX FMODEx Music stutters once every few seconds (OSS patch via ↵ | callum | |
Latif Khalifa & Siana Gearz) | |||
2013-04-19 | NORSPEC-139 Fix for non-fullscreen spotlight lighting mismatching fullscreen ↵ | Dave Parks | |
spotlight lighting | |||
2013-04-19 | Avoid mac shader compiler crash on someFuncTakingFloats(INTEGER_CONSTANT) ↵ | Graham Madarasz | |
malarkey | |||
2013-04-19 | Merge | Graham Madarasz | |
2013-04-19 | Change permutation setup to match use of ifdefs (as opposed to ifs) | Graham Madarasz | |
2013-04-19 | Change #ifs to #ifdefs for mac compiler | Graham Madarasz (Graham Linden) | |
2013-04-19 | Rework ifdefing and fix windows shader compiler warnings from materialF | Graham Madarasz | |
2013-04-19 | Shader changes for Mac compat | Graham Madarasz (Graham Linden) | |
2013-04-19 | merge up to latest viewer-development for merge to 3.5.2 | Oz Linden | |
2013-04-19 | Cleanup mac hack and add defs to deferred alpha shader so compiler won't ↵ | Graham Madarasz | |
complain about #if with undefined vars | |||
2013-04-19 | merge | mberezhnoy | |
2013-04-19 | Merge viewer-dev-materials | Graham Madarasz | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-19 | tag merge of DRTVWR-294 | Oz Linden | |
2013-04-19 | CHUI-915 ([CHUIBUG]Control+W hides Conversations floater instead of closing ↵ | mberezhnoy | |
active tab) | |||
2013-04-19 | CHUI-946 FIXED Return FALSE if key is not handled here. | Mnikolenko ProductEngine | |
2013-04-19 | Cleanup specular highlights from spot lights | Dave Parks | |
2013-04-18 | Fix for alpha blended objects becoming too bright when gamma correction is ↵ | Geenz | |
applied. | |||
2013-04-18 | Merged with latest viewer-development-materials. | Geenz | |
2013-04-18 | CHUI-849 : WIP : Filter limit on time instead of number of items | Merov Linden | |
2013-04-18 | Mitigation for light attenuation looking different with gamma correction. ↵ | Geenz | |
Assume that light attenuation wants to be linearized before we apply gamma correction. | |||
2013-04-18 | MAINT-2605 : Eliminate LLControlGroup::set warning in log when starting the ↵ | Simon Linden | |
viewer | |||
2013-04-18 | Don't apply gamma correction underwater (for now). | Geenz | |
2013-04-18 | This should take care of alpha blended full bright objects and gamma correction. | Geenz | |
2013-04-18 | NORSPEC-90 Cleanup avatar alpha shaders | Dave Parks | |
2013-04-18 | Use GL_SRGB8_ALPHA8 for the diffuse and specular buffers, and correct gamma ↵ | Geenz | |
*before* glow and other post processing effects that don't care about being gamma correct. | |||
2013-04-18 | NORSPEC-90 Remove unused state from alphaF/alphaV | Dave Parks | |
2013-04-18 | NORSPEC-90 Cleanup of alpha pool hook ups for materials. | Dave Parks | |
2013-04-19 | CHUI-808 FIXED Draggable separator between conversations and message pane is ↵ | maksymsproductengine | |
not discoverable: minor fix; | |||
2013-04-18 | SH-4090 Metrics for mesh load time - cleanup after davep review | Monty Brandenberg | |
One of the metrics calls was running in an LLCurl-owned thread doing responder invocation. Deleted that invocation and will do with the other safe ones. Added a boost signal on the TeleportStarted message which is now used to restart the metrics timer. I think I'd like to move the metric blob into a free- standing entity later... | |||
2013-04-18 | merge changes for DRTVWR-298 | Oz Linden | |
2013-04-18 | tag merge of DRTVWR-298 | Oz Linden | |
2013-04-18 | add newline | Oz Linden | |