Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-17 | fix for missed merge changes | callum_linden | |
2013-04-17 | NORSPEC-59 new shader changes -> new decrepit shader compiler workarounds | Graham Madarasz | |
2013-04-17 | Merge + propagated class 2 alphaF changes to class 1 alphaF. | Geenz | |
2013-04-17 | Merge with viewer-development | callum_linden | |
2013-04-17 | SH-4125 FIX - problem was unpredictable ordering of avatar and ↵ | Brad Payne (Vir Linden) | |
llviewerregion deletion. Avoid trying to send metrics when we're shutting down and it's too late anyway. Reviewed by Nyx | |||
2013-04-17 | First pass of gamma correction reimplementation. | Geenz | |
2013-04-17 | CHUI-933 FIXED No notification of IMs when coming out of Do Not Disturb mode ↵ | PavelK ProductEngine | |
with Flash Toolbar button preference | |||
2013-04-17 | NORSPEC-133 More NULL shader pointer crash suppression | Graham Madarasz | |
2013-04-17 | NORSPEC-59 and NORSPEC-133 work-around crash with RenderDebugGL on and fix ↵ | Graham Madarasz | |
breakage in shaders from Mac changes | |||
2013-04-17 | Fix for SH-4124: Closing appearance panel also closes the edit wearable ↵ | prep | |
panel if it was active | |||
2013-04-17 | SH-4061 WIP - request headers for server-bake images | Brad Payne (Vir Linden) | |
2013-04-17 | Fix for SH-4123: outfit update corrected for edit/save/abandon sequence | prep | |
2013-04-17 | Fix for SH-4104: Inventory window does not close | prep | |
2013-04-17 | NORSPEC-90 Alpha pool hookups for materials. | Dave Parks | |
2013-04-16 | CHUI-912, CHUI-849 : Propagate arrange request correctly, limit sort, ↵ | Merov Linden | |
improve filter perf, clear traces, add comments. | |||
2013-04-16 | NORSPEC-59 fix? for mac crasher | Graham Madarasz | |
2013-04-16 | merge | Brad Payne (Vir Linden) | |
2013-04-16 | SH-4061 WIP - fix for build issues on mac, reset the retry policy on success. | Brad Payne (Vir Linden) | |
2013-04-16 | NORSPEC-127 work-around crasher by forcing simple faces into simple pass | Graham Madarasz | |
2013-04-16 | Merge viewer-dev-materials | Graham Madarasz (Graham Linden) | |
2013-04-16 | merge up to 3.5.2 development | Oz Linden | |
2013-04-16 | See if we can run with no ifdefs in alpha shaders on all platforms | Graham Madarasz | |
2013-04-16 | merge rollback from graham | Oz Linden | |
2013-04-16 | Fix for SH-4108 - observer does not see the outfit change when closing ↵ | prep@lindenlab.com | |
appearance panel. | |||
2013-04-16 | Merged lindenlab/viewer-development-materials into default | graham linden | |
2013-04-16 | NORSPEC-123 et al...roll back NSPEC 91 fix to avoid knock-on and set correct ↵ | Graham Madarasz | |
default env intensity | |||
2013-04-16 | NORSPEC-123 et al...roll back NSPEC 91 fix to avoid knock-on and set correct ↵ | Graham Madarasz | |
default env intensity | |||
2013-04-16 | SH-4061 WIP - cleanup | Brad Payne (Vir Linden) | |
2013-04-16 | merge changes for alpha fixes from geenz | Oz Linden | |
2013-04-16 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-04-16 | CHUI-808 FIXED Draggable separator between conversations and message pane is ↵ | maksymsproductengine | |
not discoverable: - final solution; | |||
2013-04-18 | CHUI-938 FIXED Pop up (?) notification steals focus | maksymsproductengine | |
2013-04-15 | SH-4061 WIP - improved retry policy test, turned up and fixed a bug in ↵ | Brad Payne (Vir Linden) | |
getSecondsUntilRetryAfter | |||
2013-04-15 | Merged Graham's stuff amongst others. | Geenz | |
2013-04-15 | SH-4061 - integrated LLHttpRetryPolicy with new corehttp header parsing | Brad Payne (Vir Linden) | |
2013-04-15 | merge | Brad Payne (Vir Linden) | |
2013-04-15 | SH-4061 WIP - comments, timing of retries | Brad Payne (Vir Linden) | |
2013-04-15 | SH-4061 WIP - moved all retry logic into lltexturefetch, some cleanup. Debug ↵ | Brad Payne (Vir Linden) | |
setting now defines a fake failure rate. | |||
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). |