Age | Commit message (Collapse) | Author |
|
point/spot atten
|
|
anger some shader compilers despite not being used
|
|
deferred (opaque objects)
|
|
|
|
|
|
|
|
|
|
|
|
URLs. Explicitly get the path.
|
|
|
|
|
|
from group or friend.
|
|
|
|
|
|
LLControlGroup::loadFromFile() can of course detect which LLControlGroup
instance it's loading. We only want to log unrecognized settings variables in
LLControlGroup "Global". Settings for "Don't show me this again" notifications
are in group "Warnings".
|
|
matching the rest of the sRGB herd
|
|
|
|
|
|
|
|
|
|
gamma exposed in settings
|
|
|
|
issues, alpha-blend objects still missing haze underwater
|
|
|
|
|
|
|
|
Change LLControlVariable::mPersist from bool to tri-state enum. Its 'true'
value used to mean "persist only if changed from default;" third state now
means "persist regardless of value." Add forcePersist() method to set that.
Replace isSaveValueDefault() method -- used only by logic to determine whether
to save the variable -- with shouldSave() method to encapsulate ALL that logic
rather than only part of it. shouldSave() recognizes PERSIST_ALWAYS state.
When loading an unrecognized control variable from a user settings file, use
forcePersist() to ensure that we later save that variable again.
Tweak one of the unit tests to adjust for new semantics.
|
|
reflect/distort RTs
|
|
LLControlGroup::declareControl(), declareString() etc. etc. all used to return
BOOL -- which no one ever examines because it unconditionally returned TRUE.
Make it return the (possibly new) LLControlVariable* instead.
|
|
|
|
|
|
|
|
A small, fixed set of cmd_line.xml switches can't reasonably be mapped to
settings variables, mostly because they affect the settings machinery itself.
Other than those, every new cmd_line.xml switch should map-to a settings
variable. Validate that only the known set does not have map-to; validate that
map-to variable actually exists.
|
|
fullbright+glow+texcolor
|
|
|
|
rendering
|
|
render
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setting
|
|
|
|
passes, not gamma correct, needs cleanup
|
|
|
|
|
|
|
|
|