aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAleric Inglewood2010-10-24 00:16:45 +0200
committerAleric Inglewood2010-10-24 00:16:45 +0200
commitdf41e471c1e7eca1dd50ad7e752f41c391c518c2 (patch)
tree945b797af6fa9e96a914f315b09c97ce49caadec
parentMerge branch 'weekly' into webkit_plugins (diff)
parentIMP-664: WARNING: addFeature: LLFeatureList::Attempting to add preexisting fe... (diff)
downloadmeta-impy-df41e471c1e7eca1dd50ad7e752f41c391c518c2.zip
meta-impy-df41e471c1e7eca1dd50ad7e752f41c391c518c2.tar.gz
meta-impy-df41e471c1e7eca1dd50ad7e752f41c391c518c2.tar.bz2
meta-impy-df41e471c1e7eca1dd50ad7e752f41c391c518c2.tar.xz
Merge branch 'weekly' into webkit_plugins
Conflicts: linden/doc/contributions.txt Renamed RED --> IMP. Merged entries from both.
Diffstat (limited to '')
-rw-r--r--linden/doc/contributions.txt45
-rw-r--r--linden/indra/llui/llnotifications.cpp4
-rw-r--r--linden/indra/llvfs/llvfs.cpp5
-rw-r--r--linden/indra/newview/llappviewer.cpp5
-rw-r--r--linden/indra/newview/llfeaturemanager.cpp11
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/notifications.xml1
6 files changed, 35 insertions, 36 deletions
diff --git a/linden/doc/contributions.txt b/linden/doc/contributions.txt
index 4d3f017..f4cc66f 100644
--- a/linden/doc/contributions.txt
+++ b/linden/doc/contributions.txt
@@ -62,25 +62,30 @@ Aleric Inglewood
62 SNOW-766 62 SNOW-766
63 SNOW-796 63 SNOW-796
64 SNOW-800 64 SNOW-800
65 RED-429 65 IMP-429
66 RED-552 66 IMP-552
67 RED-553 67 IMP-553
68 RED-554 68 IMP-554
69 RED-556 69 IMP-556
70 RED-560 70 IMP-560
71 RED-561 71 IMP-561
72 RED-562 72 IMP-562
73 RED-565 73 IMP-565
74 RED-566 74 IMP-566
75 RED-567 75 IMP-567
76 RED-573 76 IMP-573
77 RED-575 77 IMP-575
78 RED-576 78 IMP-576
79 RED-577 79 IMP-577
80 RED-578 80 IMP-578
81 RED-579 81 IMP-579
82 RED-581 82 IMP-581
83 RED-595 83 IMP-595
84 IMP-660
85 IMP-661
86 IMP-662
87 IMP-663
88 IMP-664
84Alissa Sabre 89Alissa Sabre
85 VWR-81 90 VWR-81
86 VWR-83 91 VWR-83
@@ -513,7 +518,7 @@ Robin Cornelius
513 VWR-2488 518 VWR-2488
514 VWR-9557 519 VWR-9557
515 VWR-12838 520 VWR-12838
516 RED-595 521 IMP-595
517Ryozu Kojima 522Ryozu Kojima
518 VWR-53 523 VWR-53
519 VWR-287 524 VWR-287
diff --git a/linden/indra/llui/llnotifications.cpp b/linden/indra/llui/llnotifications.cpp
index 2459110..4d3ff46 100644
--- a/linden/indra/llui/llnotifications.cpp
+++ b/linden/indra/llui/llnotifications.cpp
@@ -1190,13 +1190,13 @@ void replaceSubstitutionStrings(LLXMLNodePtr node, StringMap& replacements)
1190 if (found != replacements.end()) 1190 if (found != replacements.end())
1191 { 1191 {
1192 replacement = found->second; 1192 replacement = found->second;
1193 //llwarns << "replaceSubstituionStrings: value: " << value << " repl: " << replacement << llendl; 1193 //llinfos << "replaceSubstitutionStrings: value: \"" << value << "\" repl: \"" << replacement << "\"." << llendl;
1194 1194
1195 it->second->setValue(replacement); 1195 it->second->setValue(replacement);
1196 } 1196 }
1197 else 1197 else
1198 { 1198 {
1199 llwarns << "replaceSubstituionStrings FAILURE: value: " << value << " repl: " << replacement << llendl; 1199 llwarns << "replaceSubstitutionStrings FAILURE: could not find replacement \"" << value << "\"." << llendl;
1200 } 1200 }
1201 } 1201 }
1202 } 1202 }
diff --git a/linden/indra/llvfs/llvfs.cpp b/linden/indra/llvfs/llvfs.cpp
index 7df2a81..9bf5b59 100644
--- a/linden/indra/llvfs/llvfs.cpp
+++ b/linden/indra/llvfs/llvfs.cpp
@@ -583,8 +583,9 @@ LLVFS::LLVFS(const std::string& index_filename, const std::string& data_filename
583 } 583 }
584 } 584 }
585 585
586 LL_WARNS("VFS") << "Using index file " << mIndexFilename << LL_ENDL; 586 // Success!
587 LL_WARNS("VFS") << "Using data file " << mDataFilename << LL_ENDL; 587 LL_INFOS("VFS") << "Using index file " << mIndexFilename << LL_ENDL;
588 LL_INFOS("VFS") << "Using data file " << mDataFilename << LL_ENDL;
588 589
589 mValid = VFSVALID_OK; 590 mValid = VFSVALID_OK;
590} 591}
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 536092c..5b34e82 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -442,8 +442,6 @@ static void settings_to_globals()
442 gMapScale = gSavedSettings.getF32("MapScale"); 442 gMapScale = gSavedSettings.getF32("MapScale");
443 LLHoverView::sShowHoverTips = gSavedSettings.getBOOL("ShowHoverTips"); 443 LLHoverView::sShowHoverTips = gSavedSettings.getBOOL("ShowHoverTips");
444 444
445 LLCubeMap::sUseCubeMaps = LLFeatureManager::getInstance()->isFeatureAvailable("RenderCubeMap");
446
447 LLSlider::setScrollWheelMultiplier( gSavedSettings.getS32("SliderScrollWheelMultiplier") ); 445 LLSlider::setScrollWheelMultiplier( gSavedSettings.getS32("SliderScrollWheelMultiplier") );
448 446
449 LLHUDEffectLookAt::sDebugLookAt = gSavedSettings.getBOOL("PersistShowLookAt"); 447 LLHUDEffectLookAt::sDebugLookAt = gSavedSettings.getBOOL("PersistShowLookAt");
@@ -788,6 +786,9 @@ bool LLAppViewer::init()
788 // 786 //
789 initWindow(); 787 initWindow();
790 788
789 // initWindow also initializes the Feature List, so now we can initialize this global.
790 LLCubeMap::sUseCubeMaps = LLFeatureManager::getInstance()->isFeatureAvailable("RenderCubeMap");
791
791 { 792 {
792 BOOL download = gSavedSettings.getBOOL("DownloadClientTags"); 793 BOOL download = gSavedSettings.getBOOL("DownloadClientTags");
793 794
diff --git a/linden/indra/newview/llfeaturemanager.cpp b/linden/indra/newview/llfeaturemanager.cpp
index 35613b7..54da31b 100644
--- a/linden/indra/newview/llfeaturemanager.cpp
+++ b/linden/indra/newview/llfeaturemanager.cpp
@@ -250,11 +250,9 @@ BOOL LLFeatureManager::loadFeatureTables()
250 mTableVersion = version; 250 mTableVersion = version;
251 251
252 LLFeatureList *flp = NULL; 252 LLFeatureList *flp = NULL;
253 while (!file.eof() && file.good()) 253 while (file >> name)
254 { 254 {
255 char buffer[MAX_STRING]; /*Flawfinder: ignore*/ 255 char buffer[MAX_STRING]; /*Flawfinder: ignore*/
256
257 file >> name;
258 256
259 if (name.substr(0,2) == "//") 257 if (name.substr(0,2) == "//")
260 { 258 {
@@ -263,13 +261,6 @@ BOOL LLFeatureManager::loadFeatureTables()
263 continue; 261 continue;
264 } 262 }
265 263
266 if (name.empty())
267 {
268 // This is a blank line
269 file.getline(buffer, MAX_STRING);
270 continue;
271 }
272
273 if (name == "list") 264 if (name == "list")
274 { 265 {
275 if (flp) 266 if (flp)
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
index 78295d4..47eea07 100644
--- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
@@ -7026,6 +7026,7 @@ IM history could not be found for [NAME].
7026 type="alert"> 7026 type="alert">
7027Show Look At is a debug setting that displays where an avatar's head is looking. Be aware: this will *NOT* show where an avatar's camera is actually pointed. This setting should not be relied on for any form of privacy! 7027Show Look At is a debug setting that displays where an avatar's head is looking. Be aware: this will *NOT* show where an avatar's camera is actually pointed. This setting should not be relied on for any form of privacy!
7028 <usetemplate 7028 <usetemplate
7029 ignoretext="When setting Show Look At"
7029 name="okignore" 7030 name="okignore"
7030 yestext="OK"/> 7031 yestext="OK"/>
7031</notification> 7032</notification>