Age | Commit message (Collapse) | Author |
|
|
|
Checker: UNINIT_CTOR
Function: LLRender::LLRender()
File: /indra/llrender/llrender.cpp
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
Checker: RESOURCE_LEAK
File: /indra/llui/llstyle.h
--HG--
branch : product-engine
|
|
code block.
|
|
Checker: UNINIT_CTOR
Function: LLGLManager::LLGLManager()
File: /indra/llrender/llgl.cpp
--HG--
branch : product-engine
|
|
Checker: UNINIT_CTOR
Function: LLPostProcess::LLPostProcess()
File: /indra/llrender/llpostprocess.cpp
--HG--
branch : product-engine
|
|
Checker: UNINIT_CTOR
Function: LLGLSLShader::LLGLSLShader()
File: /indra/llrender/llglslshader.cpp
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
do not identify the destination group chat of message
--HG--
branch : product-engine
|
|
test isExiting() first.
-Reviewed by vir
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Panel)
- added an appropriate message into My Friends tab when avatar has no friends.
- "global search" & "try the Map" are made as url to appropriate floaters
--HG--
branch : product-engine
|
|
close affordance
--HG--
branch : product-engine
|
|
Default value of 'NavBarShowParcelProperties' has been changed
--HG--
branch : product-engine
|
|
Chat).
- Removed updateCallButton() call from draw() and added it to LLIMFloater::sessionInitReplyReceived() to enable "Call" button when session is initialized.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
LLVoiceClient::voiceWorking() in general to clear things up a bit.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
removed redundant call status notifications: ringing, connected, hang_up,
unavailable, answering;
--HG--
branch : product-engine
|
|
longer appears
--HG--
branch : product-engine
|
|
appears
--HG--
branch : product-engine
|
|
mode)
--HG--
branch : product-engine
|
|
avatar icon and behave like sent from object
--HG--
branch : product-engine
|
|
history from nav bar
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Related to major bug EXT-3985 [BSI] Landmarks created in Viewer 2.0 show up with 1@ in Viewer 1.23.x
Removed auto-cleanup patch to repair Lanmarks in Favorite bar (remove LM Sort prefixes)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
- moved processing of empty list message into LLGroupList
- implemented separate messages for empty list: No matched groups / no groups at all
--HG--
branch : product-engine
|
|
reverted IM floater default width;
made offer buttons have absolute positions;
avoided text message scrolling with default IM floater width;
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
secondlife beta)
|
|
|
|
Reviewed by Palmer
|
|
disconnects client).
This should fix the inefficiencies in the append path that made viewer FPS drop severely when addinglarge amounts of text to the nearby chat floater.
Resizing the floater with a huge amount of text in it is still pretty bad, but fixing that will require some bigger architectural changes.
Changed LLTextBase::needsReflow() to take an offset at which to start reflow processing.
Changed most needsReflow() calls in LLTextBase to supply a proper index.
Changed LLTextBase::reflow() to use the reflow index maintained by needsReflow().
Removed all needsReflow() calls from LLTextEditor (the only way for it to manipulate the text is through functions in LLTextBase that already manage reflowing internally).
Removed LLTextEditor::replaceUrlLabel(), since it was identical to the inherited version LLTextBase::replaceUrlLabel().
Reviewed by Richard.
|