Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-07 | NORSPEC-230 Fix for incorrect gamma under water. | Dave Parks | |
2013-06-05 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-06-05 | NORSPEC-237 nix resetting the keyboard focus to cripple the repeats per ↵ | Graham Madarasz | |
meter control | |||
2013-06-05 | NORSPEC-232 Fix for broken alpha masking with basic shaders disabled. | Dave Parks | |
2013-06-05 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-06-05 | NORSPEC-238, NORSPEC-225 Fix for specular map alpha channel being improperly ↵ | Dave Parks | |
used and glossiness bludgeoning environment intensity. Reviewed/written by Graham. | |||
2013-06-05 | NORSPEC-238 NORSPEC-225 fix issues with env mask term being ignored and or ↵ | Graham Madarasz | |
damped by glossiness | |||
2013-06-05 | NORSPEC-238 spec map env mask term in alpha chan ignored | Graham Madarasz | |
2013-06-05 | NORSPEC-236 Fix for rigged attachments with materials not rendering under ↵ | Dave Parks | |
water when advanced lighting is enabled. | |||
2013-06-04 | fix modified virtual function names in platform-specific modules | Oz Linden | |
2013-06-04 | merge changes for build number fix | Oz Linden | |
2013-06-04 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-06-03 | NORSPEC-229 Fix for linux build. | Dave Parks | |
2013-06-03 | NORSPEC-195 Fix for incorrect alpha blending with deferred rendering enabled. | Dave Parks | |
2013-06-03 | merge changes for 3.6.0-materials-beta1 | Oz Linden | |
2013-06-03 | Fix and organize code for managing marker files that detect last_exec_event ↵ | Oz Linden | |
and last_exec_duration | |||
2013-06-03 | MATBUG-136 Fix for glow being too bright on rigged attachments. | Dave Parks | |
2013-06-03 | MATBUG-151 Fix for black textures on Intel HD when glow is present. | Dave Parks | |
2013-06-03 | NORSPEC-227 fix settings XML merge derp | Graham Madarasz | |
2013-06-03 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-06-03 | NORSPEC-229 Fix for bad binormals on mirrored surfaces (use tangent ↵ | Dave Parks | |
calculator instead of binormal calculator, convert binormal centric code to tangent centric) | |||
2013-05-31 | Revert NORSPEC-214 fix causing knock-on in spec exp controls | Graham Madarasz | |
2013-05-31 | Fix for uninitialized texture gamma on fullbright alpha objects. | Dave Parks | |
2013-05-31 | NORSPEC-223 Fix for wrong textures displaying on fullbright+shiny faces with ↵ | Dave Parks | |
advanced lighting enabled. | |||
2013-05-31 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-05-30 | NORSPEC-214 fix dropdown handling of 'Use Texture' item across objects | Graham Madarasz | |
2013-05-30 | NORSPEC-158 fix issues with loading of bumpmaps on clean install | Graham Madarasz | |
2013-05-30 | NORSPEC-216 Fix for some HUD objects not rendering with advanced ↵ | Dave Parks | |
lighting/materials enabled. | |||
2013-05-30 | BUG-2707 add some logging to help narrow down what part of login instance ↵ | Graham Madarasz | |
handling is going awry | |||
2013-05-30 | Fix for some objects not rendering underwater with advanced lighting enabled | Dave Parks | |
2013-05-30 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-05-29 | NORSPEC-96 diff/norm/spec tex scale ratio rodeo, yo | Graham Madarasz | |
2013-05-29 | Fix for rigged attachments not having specular highlights with legacy shininess. | Dave Parks | |
2013-05-29 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-05-29 | NORSPEC-198, NORSPEC-176, NORSPEC-106, NORSPEC-202 et al -- Material matrix ↵ | Dave Parks | |
testing based overhaul WIP Reviewed by Graham | |||
2013-05-28 | NORSPEC-211 less intrusive version of this fix | Graham Madarasz | |
2013-05-28 | NORSPEC-211 better handling of diff alpha mode | Graham Madarasz | |
2013-05-28 | NORSPEC-182 do not add 'Use Texture' menu items in XML to avoid accidental ↵ | Graham Madarasz | |
appearance in menu 1st time | |||
2013-05-25 | Merge viewer-dev-mat | Graham Madarasz | |
2013-05-24 | NORSPEC-189 throw caution to the wind and avoid using getVolume() check ↵ | Graham Madarasz | |
which has deleterious effects on materials rendering | |||
2013-05-24 | NORSPEC-96 NORSPEC-189 another attempt at planar stretch across all 3 ↵ | Graham Madarasz | |
channels and make the materials CB use a UUID instead of this pointer for safety | |||
2013-05-24 | norspec-107: remove the need for a friend declaration in local textures | Oz Linden | |
2013-05-24 | MATBUG-8: fix local texture support for normal and specular maps | Serpentu | |
2013-05-24 | merge changes for maint-2724 | Oz Linden | |
2013-05-24 | NORSPEC-210 fix issues with the map used to store TE-specific registrations ↵ | Graham Madarasz | |
which was only invoking the CB for the last TE on log-in by replacing std::map with boost::unordered_map | |||
2013-05-23 | NORSPEC-192 fix more incorrect batching, fix bug in reflecting normal map ↵ | Graham Madarasz | |
state in build tool, and protect against callback crashes when switching regions | |||
2013-05-23 | MAINT-2724: Make viewer explicitly set coroutine stack size. | Nat Goodspeed | |
Introduce LLCoros::setStackSize(), with a compile-time default value we hope we never have to use. Make LLAppViewer call it with the value of the new settings variable CoroutineStackSize as soon as we've read settings files. (While we're at it, notify interested parties that we've read settings files.) Give CoroutineStackSize a default value four times the previous default stack size. Make LLCoros::launch() pass the saved stack size to each new coroutine instance. Re-enable lleventcoro integration test. Use LLSDMap() construct rather than LLSD::insert(), which used to return the modified object but is now void. | |||
2013-05-23 | NORSPEC-208 re-enable TE-specific material mgr registration to avoid ↵ | Graham Madarasz | |
cross-talk when editing faces | |||
2013-05-23 | NORSPEC-193 NORSPEC-161 add new batch break criterion to ↵ | Graham Madarasz | |
CompareBatchBreakerModified and add shortcut for materials info dump | |||
2013-05-23 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials |