diff options
author | McCabe Maxsted | 2010-08-19 10:54:12 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-26 11:22:52 -0700 |
commit | fee791f808c6adcb114302f39aacce4d5834edf5 (patch) | |
tree | 8328ae00e6af4163f68adfaf12e0947e91b84135 /linden/indra/newview/llviewercontrol.cpp | |
parent | Disable ParticleChat by default, as it's a privacy concern. (diff) | |
download | meta-impy-fee791f808c6adcb114302f39aacce4d5834edf5.zip meta-impy-fee791f808c6adcb114302f39aacce4d5834edf5.tar.gz meta-impy-fee791f808c6adcb114302f39aacce4d5834edf5.tar.bz2 meta-impy-fee791f808c6adcb114302f39aacce4d5834edf5.tar.xz |
Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.e
Diffstat (limited to 'linden/indra/newview/llviewercontrol.cpp')
-rw-r--r-- | linden/indra/newview/llviewercontrol.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/linden/indra/newview/llviewercontrol.cpp b/linden/indra/newview/llviewercontrol.cpp index cca737c..1c42c91 100644 --- a/linden/indra/newview/llviewercontrol.cpp +++ b/linden/indra/newview/llviewercontrol.cpp | |||
@@ -485,20 +485,6 @@ bool handleVoiceClientPrefsChanged(const LLSD& newvalue) | |||
485 | return true; | 485 | return true; |
486 | } | 486 | } |
487 | 487 | ||
488 | // [RLVa:KB] - Checked: 2009-08-11 (RLVa-1.0.1h) | Added: RLVa-1.0.1h | ||
489 | bool rlvHandleEnableLegacyNamingChanged(const LLSD& newvalue) | ||
490 | { | ||
491 | rlv_handler_t::fLegacyNaming = newvalue.asBoolean(); | ||
492 | return true; | ||
493 | } | ||
494 | |||
495 | bool rlvHandleShowNameTagsChanged(const LLSD& newvalue) | ||
496 | { | ||
497 | RlvSettings::fShowNameTags = newvalue.asBoolean(); | ||
498 | return true; | ||
499 | } | ||
500 | // [/RLVa:KB] | ||
501 | |||
502 | bool handleMediaDebugLevelChanged(const LLSD& newvalue) | 488 | bool handleMediaDebugLevelChanged(const LLSD& newvalue) |
503 | { | 489 | { |
504 | LLMediaManager *mgr = LLMediaManager::getInstance(); | 490 | LLMediaManager *mgr = LLMediaManager::getInstance(); |
@@ -521,6 +507,20 @@ bool handleSliderScrollWheelMultiplierChanged(const LLSD& newvalue) | |||
521 | return true; | 507 | return true; |
522 | } | 508 | } |
523 | 509 | ||
510 | // [RLVa:KB] - Checked: 2009-08-11 (RLVa-1.0.1h) | Added: RLVa-1.0.1h | ||
511 | bool rlvHandleEnableLegacyNamingChanged(const LLSD& newvalue) | ||
512 | { | ||
513 | rlv_handler_t::fLegacyNaming = newvalue.asBoolean(); | ||
514 | return true; | ||
515 | } | ||
516 | |||
517 | bool rlvHandleShowNameTagsChanged(const LLSD& newvalue) | ||
518 | { | ||
519 | RlvSettings::fShowNameTags = newvalue.asBoolean(); | ||
520 | return true; | ||
521 | } | ||
522 | // [/RLVa:KB] | ||
523 | |||
524 | //////////////////////////////////////////////////////////////////////////// | 524 | //////////////////////////////////////////////////////////////////////////// |
525 | 525 | ||
526 | void settings_setup_listeners() | 526 | void settings_setup_listeners() |