Commit Graph

7094 Commits (a1e2ce7fa29be3faca8e58d8df25ea05dcb8a4a5)

Author SHA1 Message Date
Tofu Linden a1e2ce7fa2 CID-153
Checker: NULL_RETURNS
Function: LLAgentWearables::makeNewOutfit(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const LLDynamicArray<int, (int)32> &, const LLDynamicArray<int, (int)32> &, int)
File: /indra/newview/llagentwearables.cpp
2010-02-11 14:21:59 +00:00
Tofu Linden 03d7153e55 CID-67
Checker: FORWARD_NULL
Function: LLFloaterTools::updatePopup(LLCoordGL, unsigned int)
File: /indra/newview/llfloatertools.cpp
2010-02-11 14:18:54 +00:00
Tofu Linden 4307d45a30 CID-66
Checker: FORWARD_NULL
Function: LLVOAvatar::parseSkeletonFile(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&)
File: /indra/newview/llvoavatar.cpp

not a bug.
2010-02-11 14:17:08 +00:00
Tofu Linden 63e421d3b3 CID-64
Checker: FORWARD_NULL
Function: LLFeatureManager::loadFeatureTables()
File: /indra/newview/llfeaturemanager.cpp

not a bug.
2010-02-11 14:15:41 +00:00
Tofu Linden 641b44fc83 CID-63
Checker: FORWARD_NULL
Function: LLFloaterProperties::dirtyAll()
File: /indra/newview/llfloaterproperties.cpp
2010-02-11 14:14:21 +00:00
Tofu Linden bf26124cbc CID-60
Checker: FORWARD_NULL
Function: LLMultiSliderCtrl::onEditorCommit(LLUICtrl *, const LLSD &)
File: /indra/llui/llmultisliderctrl.cpp
2010-02-11 14:12:46 +00:00
Tofu Linden c53e587170 CID-115
Checker: MISSING_BREAK
Function: LLGroupMgrGroupData::sendRoleChanges()
File: /indra/newview/llgroupmgr.cpp

not a bug.
2010-02-11 13:32:50 +00:00
Tofu Linden 69bed1f123 CID-83 follow-up 2010-02-11 13:07:57 +00:00
Tofu Linden e7e414e8d2 CID-84
Checker: FORWARD_NULL
Function: LLPanelPicks::onPanelClassifiedClose(LLPanelClassifiedInfo *)
File: /indra/newview/llpanelpicks.cpp
2010-02-11 13:04:38 +00:00
Tofu Linden a94ae7766e CID-83
Checker: FORWARD_NULL
Function: LLPanelLandmarkInfo::populateFoldersList()
File: /indra/newview/llpanellandmarkinfo.cpp
2010-02-11 13:03:14 +00:00
Tofu Linden ca1e4d99a2 CID-81
Checker: FORWARD_NULL
Function: LLScriptEdCore::onBtnDynamicHelp()
File: /indra/newview/llpreviewscript.cpp
2010-02-11 13:00:18 +00:00
Tofu Linden d74fe63645 CID-79 cleanup 2010-02-11 12:59:04 +00:00
Tofu Linden d0183207eb CID-79
Checker: FORWARD_NULL
Function: LLSidepanelItemInfo::refreshFromItem(LLViewerInventoryItem *)
File: /indra/newview/llsidepaneliteminfo.cpp
2010-02-11 12:58:06 +00:00
Tofu Linden 0fba252b65 CIT-76
Checker: FORWARD_NULL
Function: upload_done_callback(const LLUUID &, void *, int, int)
File: /indra/newview/llviewermenufile.cpp
2010-02-11 12:55:41 +00:00
Tofu Linden 8d3d389fc7 CID-73
Checker: FORWARD_NULL
Function: LLToolPie::pickRightMouseDownCallback()
File: /indra/newview/lltoolpie.cpp
2010-02-11 12:52:22 +00:00
Tofu Linden 9919e6f339 CID-68
Checker: FORWARD_NULL
Function: LLPipeline::updateMoveNormalAsync(LLDrawable *)
File: /indra/newview/pipeline.cpp

not a bug.
2010-02-11 12:48:48 +00:00
Tofu Linden fc1af768b8 PE merge. 2010-02-11 10:58:20 +00:00
Tofu Linden 4805c9bea7 PE merge. 2010-02-11 10:58:08 +00:00
Mike Antipov de7ca5abb2 Merge. Note: changeset b048156543b6 (Fixed normal bug EXT - 5104) was initially commited into default branch by mistake
--HG--
branch : product-engine
2010-02-11 10:38:34 +02:00
Mike Antipov b0af6b8acb Merge from default branch
--HG--
branch : product-engine
2010-02-11 09:49:57 +02:00
Paul Guslisty pguslisty@productengine.com 0e035fd9b8 Fixed normal bug EXT - 5104 (Remove names from below Profile image in IM windows)
- removed LLTextBox containing avatar name from IM control panel(panel_im_control_panel.xml) and corresponding code in LLPanelIMControlPanel
2010-02-11 09:41:20 +02:00
Monroe Linden abae31cb4a Provisional fix for EXT-2939
Restored the call to updateMotions(LLCharacter::HIDDEN_UPDATE) in LLVOAvatar::updateCharacter().

Added a specific fast timer for hidden updates in LLCharacter::updateMotions() to assess how much this will impact performance.

Reviewed by Richard.
2010-02-10 18:31:39 -08:00
richard 6961a1501f build fix 2010-02-10 18:40:15 -08:00
richard 92ee1045f2 merge 2010-02-10 18:13:41 -08:00
richard 8bc4dcc855 EXT-5321 - llinfos from non ui threads is not thread safe
reviewed by Mani
2010-02-10 18:13:02 -08:00
Xiaohong Bao 41b1b2849f Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 2010-02-10 18:08:29 -08:00
Xiaohong Bao 60cb3f8fd2 fix for EXT-4632: LLViewerMediaTexture::getMaxVirtualSize() sometimes returns bad values. 2010-02-10 18:08:00 -08:00
Monroe Linden 93c4a7a18f Finish up EXT-3908
Remove code for aspect ratio controls from LLFloaterPreference.  (The XUI had already been removed.)

Reviewed by Richard.
2010-02-10 17:16:38 -08:00
Tofu Linden da3ad612df merge. 2010-02-10 21:00:51 +00:00
Tofu Linden efe1f7c6f6 Fix 'fast alpha' option for non-deferred rendering. This is a developer toggle which we don't support as such, but people with old viewers may have it turned on and will experience new artifacts without this fix.
Fix is isolated to this fast-alpha case.
2010-02-10 21:00:00 +00:00
Erica 409cade29d Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 2010-02-10 12:40:48 -08:00
Erica 53a9f46b8a EXT-4357Add a color overlay to the selected tool and shape in build tools 2010-02-10 12:40:23 -08:00
Chuck Linden 62c8091693 Removed referral text.
https://jira.secondlife.com/browse/EXT-3909
2010-02-10 15:20:11 -05:00
Sergei Litovchuk d3bde04a8c Fixed normal bug (EXT-5111) Mysterious disabled arrow widget on Places tab.
--HG--
branch : product-engine
2010-02-10 22:05:37 +02:00
Andrew Dyukov 7403d53e68 Fixed normal bug EXT-4566 ([BSI] private chat end floater reports incorrectly who ended the call)
- Added flag to voicechannel which is true when call is ended by agent.

- It is sent to imview via signal and used to properly customize text in outgoing call floater.

--HG--
branch : product-engine
2010-02-10 21:42:39 +02:00
Eli Linden 369c58b09c DEV-43688 Cycle3 JA linguistic changes by Rika for better UI, post truncation fix 2010-02-10 11:38:00 -08:00
Tofu Linden bac0248f3b merge. 2010-02-10 18:49:06 +00:00
Tofu Linden eeb4800858 CID-130
Checker: NULL_RETURNS
Function: LLSpatialBridge::LLSpatialBridge(LLDrawable *, int, unsigned int)
File: /indra/newview/lldrawable.cpp
2010-02-10 18:43:13 +00:00
Tofu Linden cd62780457 bracket fix. 2010-02-10 18:41:54 +00:00
Tofu Linden e7c9f67494 CID-136
Checker: NULL_RETURNS
Function: LLInventorySort::operator ()(const LLFolderViewItem *const &, const LLFolderViewItem *const &)
File: /indra/newview/llfolderviewitem.cpp
2010-02-10 18:40:13 +00:00
Tofu Linden 1fcc26d570 CID-141
Checker: NULL_RETURNS
Function: LLFolderBridge::folderOptionsMenu()
File: /indra/newview/llinventorybridge.cpp
2010-02-10 18:35:29 +00:00
Xiaohong Bao fd4aee8f83 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 2010-02-10 10:35:03 -08:00
Xiaohong Bao 4139e26926 change the cache version number to force to clear old cache. 2010-02-10 10:34:33 -08:00
Tofu Linden 3aa6150e80 CID-142
Checker: NULL_RETURNS
Function: LLFolderBridge::determineFolderType()
File: /indra/newview/llinventorybridge.cpp
2010-02-10 18:33:21 +00:00
Tofu Linden b7b2d2b3ee CID-152
Checker: NULL_RETURNS
Function: LLSpatialBridge::updateMove()
File: /indra/newview/lldrawable.cpp
2010-02-10 18:31:34 +00:00
Tofu Linden 2bc74a4e99 CID-52
Checker: FORWARD_NULL
Function: LLPluginMessagePipe::pump(double)
File: /indra/llplugin/llpluginmessagepipe.cpp
2010-02-10 18:25:54 +00:00
Tofu Linden 5206f0fe91 CID-53
Checker: FORWARD_NULL
Function: LLPluginProcessChild::idle()
File: /indra/llplugin/llpluginprocesschild.cpp
2010-02-10 18:23:12 +00:00
Tofu Linden f484d4dace CID-59
Checker: FORWARD_NULL
Function: LLEditingMotion::onUpdate(float, unsigned char *)
File: /indra/llcharacter/lleditingmotion.cpp

minor.
2010-02-10 18:20:24 +00:00
Tofu Linden 51499b555a CID-65
Checker: FORWARD_NULL
Function: LLAgent::sendMessage()
File: /indra/newview/llagent.cpp

not a bug.
2010-02-10 18:12:15 +00:00
Tofu Linden 1d66e3a1fb CID-69
Checker: FORWARD_NULL
Function: LLFace::switchTexture(LLViewerTexture *)
File: /indra/newview/llface.cpp

not a bug.
2010-02-10 18:11:35 +00:00