summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelface.cpp
AgeCommit message (Collapse)Author
2015-09-09MAINT-5588 FIXED Make bumpiness and shininess easier to find in the texture ↵Mnikolenko ProductEngine
tab, with radio buttons
2015-04-13merge changes for 3.7.27-releaseOz Linden
2015-01-13merge changes for 3.7.24-releaseOz Linden
2014-11-27MAINT-3205 FIXED Normal map thumbnail icon lacks "Multiple" text when ↵andreykproductengine
last-selected face lacks a normal map
2014-10-19Update to build on Xcode 6.0: removal of some unused variablescallum_linden
2014-10-10MAINT-3202 FIXED Cancel of selected colour in "Colour picker" floater does ↵andreykproductengine
not return colour icon to previous condition
2014-07-22MAINT-4255 FIXED In the Edit menu when opening the texture picker for normal ↵andreykproductengine
map selection and clicking Cancel the already applied texture is changed to None even with or without any prior change or if the prior applied texture was full perms.
2013-10-01Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2013-06-20merge with releaseRichard Linden
2013-06-20NORSPEC-262 make drag and drop aware of editing context so that editing ↵Graham Linden
normal/spec textures causes application to the correct tex channel
2013-06-14NORSPEC-266 fix issues with observer feedback on edits of material map ↵Graham Linden
parameters
2013-06-13NORSPEC-263 replaced dropped deg to rad conversion between UI and material ↵Graham Madarasz
update
2013-06-12NORSPEC-260 fix issues with OK after pressing none being intepreted as add a ↵Graham Madarasz
null normal map
2013-06-11NORSPEC-258 and NORSPEC-226 make tex picker close refresh build tool UI ↵Graham Madarasz
correctly and fix issues with transition from no-bumps to normal maps
2013-06-11Fix build failure from warning and dav3p no-JIRA bug about normal map scale ↵Graham Madarasz
editing
2013-06-11NORSPEC-257 can't use automated TEMaterialGet functor as we need two ↵Graham Madarasz
possible defaults for diffuse alpha mode based on the alpha content of the diffuse texture
2013-06-10NORSPEC-222 fix issues with removing the use texture item selecting weave ↵Graham Madarasz
when the TE was BUMPY_TEXTURE, but no normal map was applied
2013-06-10NORSPEC-257 fix alpha mode display incorrect default when alpha is present ↵Graham Madarasz
in tex
2013-06-10NORSPEC-252 fix reverting normal maps to noneGraham Madarasz
2013-06-10NORSPEC-248 fix broken repeats handling in media modeGraham Madarasz
2013-06-10NORSPEC-87 fix diffuse repeats display as wellGraham Madarasz
2013-06-10NORSPEC-87 fix regression from NSPEC 233 fix typo which is breaking norm ↵Graham Madarasz
repeats display
2013-06-08NORSPEC-233 fix regressions in default spec parametersGraham Madarasz
2013-06-08NORSPEC-226 NORSPEC-222 fix menu content bugs and alpha mask stomp when ↵Graham Madarasz
editing multiple objects
2013-06-07NORSPEC-233 WIP fix completely bogus substitution of offsets for scales and ↵Graham Madarasz
make scale accessors get with the program
2013-06-07NORSPEC-233 WIP cleanup and fix crasher in templated material get driver funcGraham Madarasz
2013-06-07Fix busted WIP check-inGraham Madarasz
2013-06-07Merge MAINT-2740 crash fixGraham Madarasz
2013-06-07NORSPEC-233 WIP clean up regressions in enable/tentative logic from reworkGraham Madarasz
2013-06-07NORSPEC-233 WIP for individual material param edits across hetero object ↵Graham Madarasz
selections
2013-06-05merge with viewer-releaseRichard Linden
2013-06-05NORSPEC-237 nix resetting the keyboard focus to cripple the repeats per ↵Graham Madarasz
meter control
2013-05-31Revert NORSPEC-214 fix causing knock-on in spec exp controlsGraham Madarasz
2013-05-30NORSPEC-214 fix dropdown handling of 'Use Texture' item across objectsGraham Madarasz
2013-05-28NORSPEC-211 less intrusive version of this fixGraham Madarasz
2013-05-28NORSPEC-211 better handling of diff alpha modeGraham Madarasz
2013-05-23NORSPEC-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-23NORSPEC-193 NORSPEC-161 make legacy shiny a batch breaker when materials are ↵Graham Madarasz
in play
2013-05-22NORSPEC-204 make tex controls act like diffuse map when in media modeGraham Madarasz
2013-05-22NORSPEC-205 more dueling spec controlsGraham Madarasz (Graham)
2013-05-21NORSPEC-200 fix regression from 188 fix caused by not having enough bits to ↵Graham Madarasz
store SHINY_TEXTURE in the TEs bitfield
2013-05-20MergeGraham Madarasz
2013-05-20NORSPEC-188 avoid removing 'Use Texture' item when cancelling from picker ↵Graham Madarasz
back to having prev texture
2013-05-20NORSPEC-168 fix UI update to not re-add the 'Use Texture' item when ↵Graham Madarasz
selecting legacy bump settings
2013-05-16Mergecallum_linden
2013-05-15NORSPEC-152 better default norm/spec textures which read better in the UI ↵Graham Madarasz
and provide better default spec feedback
2013-05-15NORSPEC-175 Force "alpha mode" to blend in UI when transparency is above zeroDave Parks
2013-05-14NORSPEC-103 reflect normal/spec UVs in face edit overlay displayGraham Madarasz