Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-15 | Fix for mac build | Dave Parks | |
2013-04-15 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-04-15 | SH-4061 WIP - simulated failures/image fetch retries | Brad Payne (Vir Linden) | |
2013-04-15 | NORSPEC-117 Fix distance attenuation to not use pow(lit, 0.7) function so ↵ | Dave Parks | |
distance falloff is still soft | |||
2013-04-15 | Merge downstream code | simon | |
2013-04-15 | Committing trivial change to test automated build change. | Logan Dethrow | |
2013-04-15 | Merge in viewer-development once more, 'cause it feels good | simon | |
2013-04-15 | CHUI-912 : WIP : Try to change the return value of filter() so to trigger ↵ | Merov Linden | |
arrange on the fly. | |||
2013-04-15 | NORSPEC-49 Add shader profiler, add support for ARB_depth_clamp where available | Dave Parks | |
2013-04-15 | SH-4106 Significantly upgrade the HttpHeaders interface for SSB. | Monty Brandenberg | |
Header container moves from a vector of raw lines to a vector of string pairs representing name/value pairs in headers. For incoming headers, we normalize the name to lowercase and trim it. Values are only left-trimmed. Outgoing headers are left as-is. Simple find() method for the common case, forward and reverse iterators for those few who need to do it themselves. The HTTP status line (e.g. 'HTTP/1.1 200 Ok') is no longer treated as a header to be returned to caller. Unit tests, as usual, were a bear but they absolutely ensured outgoing HTTP header conformance after the change. Grunt work paid off. LLTextureFetch was also given a second options structure for texture fetches. Same as the original but with header return to caller requested. Baked textures should use this, the other 20,000 texture fetch requests should continue to use the original. | |||
2013-04-15 | Hooked up normal and specular texture coordinates. | Geenz | |
2013-04-15 | Normal mapped alpha support. Specular and environment map support needs a ↵ | Geenz | |
bit of extra work (in progress). | |||
2013-04-12 | Fix issue with alphaNonIndexedNoColorF shader and static init fail on ↵ | g | |
default spec color (real source of NORSPEC-94, I think) | |||
2013-04-12 | SH_4061 WIP - retry policy org and tests | Brad Payne (Vir Linden) | |
2013-04-12 | NORSPEC-91 default to alpha blend when a material is present and a diff tex ↵ | g | |
with alpha is applied | |||
2013-04-12 | increment version to 3.5.2 | Oz Linden | |
2013-04-12 | NORSPEC-111 probable fix for IntelHD advanced lighting crasher | Graham Madarasz | |
2013-04-12 | Sh-4035: Fix for skin changes not being reverted after cancel | prep@lindenlab.com | |
2013-04-12 | SH-4061 WIP - moved retry policy to newview so it can work with either ↵ | Brad Payne (Vir Linden) | |
llmessage or CoreHttp libraries. Updated tests. | |||
2013-04-11 | Merged lindenlab/viewer-development-materials into default | graham linden | |
2013-04-11 | NORSPEC-98 redux...hopefully fix mac AND linux at the same time | Graham Madarasz (Graham Linden) | |
2013-04-11 | CHUI-912 : WIP : Fix resize test when folder is empty, add more traces (to ↵ | Merov Linden | |
be deleted) | |||
2013-04-11 | merge NORSPEC-94 | Oz Linden | |
2013-04-11 | Forgot to commit @#! merge | simon | |
2013-04-11 | Merge | simon | |
2013-04-11 | Pass binormal masks in on particles and in lldrawpoolalpha | Dave Parks | |
2013-04-11 | SH-4061 WIP - started adding retry to texture fetch, making retry policy ↵ | Brad Payne (Vir Linden) | |
compatible with old and new http libraries | |||
2013-04-11 | NORSPEC-98 fix? for mac shader compiler crasher | Graham Madarasz (Graham Linden) | |
2013-04-11 | First pass on alpha blended materials | Geenz | |
2013-04-11 | NORSPEC-96 less insane repeats per meter behavior in planar mode for ↵ | Graham Madarasz (Graham Linden) | |
norm/spec maps | |||
2013-04-11 | NORSPEC-94: Set default specular color to white. | Tonya Souther | |
2013-04-11 | SH-4061 WIP - moved retry policy to llmessage, added integration test | Brad Payne (Vir Linden) | |
2013-04-11 | Merged lindenlab/viewer-development-materials into default | graham linden | |
2013-04-10 | SH-4035:Added ignore message to notification | prep@lindenlab.com | |
2013-04-10 | merge per pixel improvement from geenz | Oz Linden | |
2013-04-10 | NORSPEC-56 slight tweak to log formatting to correct material count | Graham Madarasz (Graham Linden) | |
2013-04-10 | Merged lindenlab/viewer-development-materials into default | graham linden | |
2013-04-10 | NORSPEC-98 side-step nV compiler fail-o-rama | Graham Madarasz | |
2013-04-10 | Merge | Graham Madarasz (Graham Linden) | |
2013-04-10 | NORSPEC-92 More UI fixes | Graham Madarasz (Graham Linden) | |
2013-04-10 | SH-4061 WIP - less log spamming for (expected and normal) map tile failures. | Brad Payne (Vir Linden) | |
2013-04-10 | SH-4061 WIP - capture http status codes from requests, restrict SB fetch ↵ | Brad Payne (Vir Linden) | |
retries to 5xx errors | |||
2013-04-10 | NORSPEC-75 Fix bug introduced by previous change where objects with an ↵ | Dave Parks | |
emissive mask appear fullbright. | |||
2013-04-10 | Fix for mac build? | Dave Parks | |
2013-04-10 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-04-10 | NORSPEC-75 Add appropriate draw calls to underwater render passes so objects ↵ | Dave Parks | |
with material data don't disappear in water. | |||
2013-04-09 | merge fixes from graham | Oz Linden | |
2013-04-10 | CHUI-899 (The size of conversations panel does not persist between sessions ↵ | mberezhnoy | |
if user relogin while messages pane is collapsed. ) | |||
2013-04-09 | More per-pixel lighting fanciness. | Geenz | |
2013-04-09 | SH-4035: Removed unneeded functional call | prep@lindenlab.com | |