From f05549bd57907c3f8168e7cd9f42aa3219027c86 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sat, 23 Oct 2010 21:35:43 +0200 Subject: IMP-661: WARNING: isFeatureAvailable: Feature RenderCubeMap not on feature list! Fixes this warning. Note that LLCubeMap::sUseCubeMaps is set to true by default, so this patch only has effect when the feature is actually NOT available. I tested that LLCubeMap::sUseCubeMaps is NOT used before the point where it is initialized now. The patch also adds an entry for IMP-660 to doc/contributions.txt that I had forgotten in the previous commit; and while I was at it, changes all RED- prefixes in IMP-. --- linden/doc/contributions.txt | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'linden/doc') diff --git a/linden/doc/contributions.txt b/linden/doc/contributions.txt index 1cbc2dd..863a275 100644 --- a/linden/doc/contributions.txt +++ b/linden/doc/contributions.txt @@ -62,24 +62,26 @@ Aleric Inglewood SNOW-766 SNOW-796 SNOW-800 - RED-429 - RED-552 - RED-553 - RED-554 - RED-556 - RED-560 - RED-561 - RED-562 - RED-565 - RED-566 - RED-567 - RED-573 - RED-575 - RED-576 - RED-577 - RED-578 - RED-579 - RED-581 + IMP-429 + IMP-552 + IMP-553 + IMP-554 + IMP-556 + IMP-560 + IMP-561 + IMP-562 + IMP-565 + IMP-566 + IMP-567 + IMP-573 + IMP-575 + IMP-576 + IMP-577 + IMP-578 + IMP-579 + IMP-581 + IMP-660 + IMP-661 Alissa Sabre VWR-81 VWR-83 -- cgit v1.1 From 14b06b36f896902df28b85369c7da0e75befa50c Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sat, 23 Oct 2010 22:08:11 +0200 Subject: IMP-662: WARNING: LLVFS: Using index file /ramdisk/imprudence/cache/index.db2.x.606582153 These aren't warnings at all. They are printed when a LLVFS object was successfully created. Fixed by turning the warnings into INFO. --- linden/doc/contributions.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'linden/doc') diff --git a/linden/doc/contributions.txt b/linden/doc/contributions.txt index 863a275..5ed1509 100644 --- a/linden/doc/contributions.txt +++ b/linden/doc/contributions.txt @@ -82,6 +82,7 @@ Aleric Inglewood IMP-581 IMP-660 IMP-661 + IMP-662 Alissa Sabre VWR-81 VWR-83 -- cgit v1.1 From 95e77d7378654904990ea5cd9947cbc4dd40b386 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sat, 23 Oct 2010 22:59:56 +0200 Subject: IMP-663: WARNING: replaceSubstitutionStrings: replaceSubstituionStrings FAILURE: value: ignoretext repl: Caused by missing ignoretext in notifications.xml. Also fixed typos in debug output messages. --- linden/doc/contributions.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'linden/doc') diff --git a/linden/doc/contributions.txt b/linden/doc/contributions.txt index 5ed1509..3158f2c 100644 --- a/linden/doc/contributions.txt +++ b/linden/doc/contributions.txt @@ -83,6 +83,7 @@ Aleric Inglewood IMP-660 IMP-661 IMP-662 + IMP-663 Alissa Sabre VWR-81 VWR-83 -- cgit v1.1 From b23d8e7e174c2e68cdd3435cc42907796181d159 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sat, 23 Oct 2010 23:58:07 +0200 Subject: IMP-664: WARNING: addFeature: LLFeatureList::Attempting to add preexisting feature Disregard128DefaultDrawDistance Fix a bug that causes the last line of the feature table file to be read twice. This patch also removes the check for name.empty() because that will never be true, so might as well remove it. --- linden/doc/contributions.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'linden/doc') diff --git a/linden/doc/contributions.txt b/linden/doc/contributions.txt index 3158f2c..cd708fd 100644 --- a/linden/doc/contributions.txt +++ b/linden/doc/contributions.txt @@ -84,6 +84,7 @@ Aleric Inglewood IMP-661 IMP-662 IMP-663 + IMP-664 Alissa Sabre VWR-81 VWR-83 -- cgit v1.1