diff options
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/llcharacter/llgesture.cpp | 2 | ||||
-rw-r--r-- | linden/indra/llcharacter/lljointsolverrp3.cpp | 2 | ||||
-rw-r--r-- | linden/indra/llcommon/llerror.h | 4 | ||||
-rw-r--r-- | linden/indra/llmath/llvolume.cpp | 2 | ||||
-rw-r--r-- | linden/indra/llmessage/lltemplatemessagebuilder.cpp | 2 | ||||
-rw-r--r-- | linden/indra/llrender/llfont.cpp | 2 | ||||
-rw-r--r-- | linden/indra/llwindow/llwindowmacosx.cpp | 6 | ||||
-rw-r--r-- | linden/indra/llwindow/llwindowsdl.cpp | 12 | ||||
-rw-r--r-- | linden/indra/newview/llmaniprotate.cpp | 4 | ||||
-rw-r--r-- | linden/indra/newview/llpreviewscript.cpp | 2 | ||||
-rw-r--r-- | linden/indra/newview/llstatview.cpp | 2 |
11 files changed, 20 insertions, 20 deletions
diff --git a/linden/indra/llcharacter/llgesture.cpp b/linden/indra/llcharacter/llgesture.cpp index 4ee29fe..83e4e35 100644 --- a/linden/indra/llcharacter/llgesture.cpp +++ b/linden/indra/llcharacter/llgesture.cpp | |||
@@ -304,7 +304,7 @@ BOOL LLGestureList::trigger(KEY key, MASK mask) | |||
304 | } | 304 | } |
305 | else | 305 | else |
306 | { | 306 | { |
307 | llwarns << "NULL gesture in gesture list (" << i << ")" << llendl | 307 | llwarns << "NULL gesture in gesture list (" << i << ")" << llendl; |
308 | } | 308 | } |
309 | } | 309 | } |
310 | return FALSE; | 310 | return FALSE; |
diff --git a/linden/indra/llcharacter/lljointsolverrp3.cpp b/linden/indra/llcharacter/lljointsolverrp3.cpp index 0ea92a2..6599a76 100644 --- a/linden/indra/llcharacter/lljointsolverrp3.cpp +++ b/linden/indra/llcharacter/lljointsolverrp3.cpp | |||
@@ -211,7 +211,7 @@ void LLJointSolverRP3::solve() | |||
211 | //------------------------------------------------------------------------- | 211 | //------------------------------------------------------------------------- |
212 | LLVector3 abacCompOrthoVec = abVec - acVec * ((abVec * acVec)/(acVec * acVec)); | 212 | LLVector3 abacCompOrthoVec = abVec - acVec * ((abVec * acVec)/(acVec * acVec)); |
213 | 213 | ||
214 | // llinfos << "abacCompOrthoVec : " << abacCompOrthoVec << llendl | 214 | // llinfos << "abacCompOrthoVec : " << abacCompOrthoVec << llendl; |
215 | 215 | ||
216 | //------------------------------------------------------------------------- | 216 | //------------------------------------------------------------------------- |
217 | // compute the normal of the original ABC plane (and store for later) | 217 | // compute the normal of the original ABC plane (and store for later) |
diff --git a/linden/indra/llcommon/llerror.h b/linden/indra/llcommon/llerror.h index 6794be4..37e922d 100644 --- a/linden/indra/llcommon/llerror.h +++ b/linden/indra/llcommon/llerror.h | |||
@@ -239,7 +239,7 @@ typedef LLError::NoClassInfo _LL_CLASS_TO_LOG; | |||
239 | */ | 239 | */ |
240 | 240 | ||
241 | #define lllog(level, broadTag, narrowTag, once) \ | 241 | #define lllog(level, broadTag, narrowTag, once) \ |
242 | { \ | 242 | do { \ |
243 | static LLError::CallSite _site( \ | 243 | static LLError::CallSite _site( \ |
244 | level, __FILE__, __LINE__, typeid(_LL_CLASS_TO_LOG), __FUNCTION__, broadTag, narrowTag, once);\ | 244 | level, __FILE__, __LINE__, typeid(_LL_CLASS_TO_LOG), __FUNCTION__, broadTag, narrowTag, once);\ |
245 | if (_site.shouldLog()) \ | 245 | if (_site.shouldLog()) \ |
@@ -252,7 +252,7 @@ typedef LLError::NoClassInfo _LL_CLASS_TO_LOG; | |||
252 | LLError::End(); \ | 252 | LLError::End(); \ |
253 | LLError::Log::flush(_out, _site); \ | 253 | LLError::Log::flush(_out, _site); \ |
254 | } \ | 254 | } \ |
255 | } | 255 | } while(0) |
256 | 256 | ||
257 | // DEPRECATED: Use the new macros that allow tags and *look* like macros. | 257 | // DEPRECATED: Use the new macros that allow tags and *look* like macros. |
258 | #define lldebugs lllog(LLError::LEVEL_DEBUG, NULL, NULL, false) | 258 | #define lldebugs lllog(LLError::LEVEL_DEBUG, NULL, NULL, false) |
diff --git a/linden/indra/llmath/llvolume.cpp b/linden/indra/llmath/llvolume.cpp index 4c94a52..b9b9e0b 100644 --- a/linden/indra/llmath/llvolume.cpp +++ b/linden/indra/llmath/llvolume.cpp | |||
@@ -4268,7 +4268,7 @@ LLFaceID LLVolume::generateFaceMask() | |||
4268 | } | 4268 | } |
4269 | break; | 4269 | break; |
4270 | default: | 4270 | default: |
4271 | llerrs << "Unknown profile!" << llendl | 4271 | llerrs << "Unknown profile!" << llendl; |
4272 | break; | 4272 | break; |
4273 | } | 4273 | } |
4274 | 4274 | ||
diff --git a/linden/indra/llmessage/lltemplatemessagebuilder.cpp b/linden/indra/llmessage/lltemplatemessagebuilder.cpp index e641980..1e17018 100644 --- a/linden/indra/llmessage/lltemplatemessagebuilder.cpp +++ b/linden/indra/llmessage/lltemplatemessagebuilder.cpp | |||
@@ -730,7 +730,7 @@ static S32 buildBlock(U8* buffer, S32 buffer_size, const LLMessageBlock* templat | |||
730 | << "Attempted to pack " | 730 | << "Attempted to pack " |
731 | << result + mvci.getSize() | 731 | << result + mvci.getSize() |
732 | << " bytes into a buffer with size " | 732 | << " bytes into a buffer with size " |
733 | << buffer_size << "." << llendl | 733 | << buffer_size << "." << llendl; |
734 | } | 734 | } |
735 | } | 735 | } |
736 | } | 736 | } |
diff --git a/linden/indra/llrender/llfont.cpp b/linden/indra/llrender/llfont.cpp index dd33128..5ee3929 100644 --- a/linden/indra/llrender/llfont.cpp +++ b/linden/indra/llrender/llfont.cpp | |||
@@ -311,7 +311,7 @@ BOOL LLFont::addChar(const llwchar wch) const | |||
311 | // Try looking it up in the backup Unicode font | 311 | // Try looking it up in the backup Unicode font |
312 | if (mFallbackFontp) | 312 | if (mFallbackFontp) |
313 | { | 313 | { |
314 | //llinfos << "Trying to add glyph from fallback font!" << llendl | 314 | //llinfos << "Trying to add glyph from fallback font!" << llendl; |
315 | LLFontList::iterator iter; | 315 | LLFontList::iterator iter; |
316 | for(iter = mFallbackFontp->begin(); iter != mFallbackFontp->end(); iter++) | 316 | for(iter = mFallbackFontp->begin(); iter != mFallbackFontp->end(); iter++) |
317 | { | 317 | { |
diff --git a/linden/indra/llwindow/llwindowmacosx.cpp b/linden/indra/llwindow/llwindowmacosx.cpp index 7efba51..4dedc03 100644 --- a/linden/indra/llwindow/llwindowmacosx.cpp +++ b/linden/indra/llwindow/llwindowmacosx.cpp | |||
@@ -1383,11 +1383,11 @@ void LLWindowMacOSX::setMouseClipping( BOOL b ) | |||
1383 | 1383 | ||
1384 | if(b) | 1384 | if(b) |
1385 | { | 1385 | { |
1386 | // llinfos << "setMouseClipping(TRUE)" << llendl | 1386 | // llinfos << "setMouseClipping(TRUE)" << llendl; |
1387 | } | 1387 | } |
1388 | else | 1388 | else |
1389 | { | 1389 | { |
1390 | // llinfos << "setMouseClipping(FALSE)" << llendl | 1390 | // llinfos << "setMouseClipping(FALSE)" << llendl; |
1391 | } | 1391 | } |
1392 | 1392 | ||
1393 | adjustCursorDecouple(); | 1393 | adjustCursorDecouple(); |
@@ -1405,7 +1405,7 @@ BOOL LLWindowMacOSX::setCursorPosition(const LLCoordWindow position) | |||
1405 | 1405 | ||
1406 | CGPoint newPosition; | 1406 | CGPoint newPosition; |
1407 | 1407 | ||
1408 | // llinfos << "setCursorPosition(" << screen_pos.mX << ", " << screen_pos.mY << ")" << llendl | 1408 | // llinfos << "setCursorPosition(" << screen_pos.mX << ", " << screen_pos.mY << ")" << llendl; |
1409 | 1409 | ||
1410 | newPosition.x = screen_pos.mX; | 1410 | newPosition.x = screen_pos.mX; |
1411 | newPosition.y = screen_pos.mY; | 1411 | newPosition.y = screen_pos.mY; |
diff --git a/linden/indra/llwindow/llwindowsdl.cpp b/linden/indra/llwindow/llwindowsdl.cpp index bf339f2..16a583a 100644 --- a/linden/indra/llwindow/llwindowsdl.cpp +++ b/linden/indra/llwindow/llwindowsdl.cpp | |||
@@ -671,12 +671,12 @@ BOOL LLWindowSDL::createContext(int x, int y, int width, int height, int bits, B | |||
671 | glGetIntegerv(GL_DEPTH_BITS, &depthBits); | 671 | glGetIntegerv(GL_DEPTH_BITS, &depthBits); |
672 | glGetIntegerv(GL_STENCIL_BITS, &stencilBits); | 672 | glGetIntegerv(GL_STENCIL_BITS, &stencilBits); |
673 | 673 | ||
674 | llinfos << "GL buffer:" << llendl | 674 | llinfos << "GL buffer:" << llendl; |
675 | llinfos << " Red Bits " << S32(redBits) << llendl | 675 | llinfos << " Red Bits " << S32(redBits) << llendl; |
676 | llinfos << " Green Bits " << S32(greenBits) << llendl | 676 | llinfos << " Green Bits " << S32(greenBits) << llendl; |
677 | llinfos << " Blue Bits " << S32(blueBits) << llendl | 677 | llinfos << " Blue Bits " << S32(blueBits) << llendl; |
678 | llinfos << " Alpha Bits " << S32(alphaBits) << llendl | 678 | llinfos << " Alpha Bits " << S32(alphaBits) << llendl; |
679 | llinfos << " Depth Bits " << S32(depthBits) << llendl | 679 | llinfos << " Depth Bits " << S32(depthBits) << llendl; |
680 | llinfos << " Stencil Bits " << S32(stencilBits) << llendl; | 680 | llinfos << " Stencil Bits " << S32(stencilBits) << llendl; |
681 | 681 | ||
682 | GLint colorBits = redBits + greenBits + blueBits + alphaBits; | 682 | GLint colorBits = redBits + greenBits + blueBits + alphaBits; |
diff --git a/linden/indra/newview/llmaniprotate.cpp b/linden/indra/newview/llmaniprotate.cpp index ad7399e..df503ec 100644 --- a/linden/indra/newview/llmaniprotate.cpp +++ b/linden/indra/newview/llmaniprotate.cpp | |||
@@ -1233,9 +1233,9 @@ LLVector3 LLManipRotate::getConstraintAxis() | |||
1233 | else | 1233 | else |
1234 | { | 1234 | { |
1235 | #ifndef LL_RELEASE_FOR_DOWNLOAD | 1235 | #ifndef LL_RELEASE_FOR_DOWNLOAD |
1236 | llerrs << "Got bogus hit part in LLManipRotate::getConstraintAxis():" << mManipPart << llendl | 1236 | llerrs << "Got bogus hit part in LLManipRotate::getConstraintAxis():" << mManipPart << llendl; |
1237 | #else | 1237 | #else |
1238 | llwarns << "Got bogus hit part in LLManipRotate::getConstraintAxis():" << mManipPart << llendl | 1238 | llwarns << "Got bogus hit part in LLManipRotate::getConstraintAxis():" << mManipPart << llendl; |
1239 | #endif | 1239 | #endif |
1240 | axis.mV[0] = 1.f; | 1240 | axis.mV[0] = 1.f; |
1241 | } | 1241 | } |
diff --git a/linden/indra/newview/llpreviewscript.cpp b/linden/indra/newview/llpreviewscript.cpp index d8c3aa9..bde7242 100644 --- a/linden/indra/newview/llpreviewscript.cpp +++ b/linden/indra/newview/llpreviewscript.cpp | |||
@@ -1396,7 +1396,7 @@ void LLPreviewLSL::onSaveComplete(const LLUUID& asset_uuid, void* user_data, S32 | |||
1396 | else | 1396 | else |
1397 | { | 1397 | { |
1398 | llwarns << "Inventory item for script " << info->mItemUUID | 1398 | llwarns << "Inventory item for script " << info->mItemUUID |
1399 | << " is no longer in agent inventory." << llendl | 1399 | << " is no longer in agent inventory." << llendl; |
1400 | } | 1400 | } |
1401 | 1401 | ||
1402 | // Find our window and close it if requested. | 1402 | // Find our window and close it if requested. |
diff --git a/linden/indra/newview/llstatview.cpp b/linden/indra/newview/llstatview.cpp index a38c012..9a3fcff 100644 --- a/linden/indra/newview/llstatview.cpp +++ b/linden/indra/newview/llstatview.cpp | |||
@@ -76,7 +76,7 @@ LLStatBar *LLStatView::addStat(const std::string& name, LLStat *statp, | |||
76 | 76 | ||
77 | // if (getStatBar(name)) | 77 | // if (getStatBar(name)) |
78 | // { | 78 | // { |
79 | // llinfos << "LLStatView::addStat - Stat already exists!" << llendl | 79 | // llinfos << "LLStatView::addStat - Stat already exists!" << llendl; |
80 | // return NULL; | 80 | // return NULL; |
81 | // } | 81 | // } |
82 | 82 | ||