summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-02-03Fix for DEV-45609 "CID-47 and CID-154 - bogus allocation/memset in Quicktime ↵Callum Prentice
plugin" Reviewed by Rick.
2010-02-03Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2010-02-03merge.Tofu Linden
2010-02-03mergeRichard Linden
2010-02-03PE merge.Tofu Linden
2010-02-03Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2010-02-03CID-405Tofu Linden
Checker: UNUSED_VALUE Function: LLNormalTextSegment::drawClippedSegment(int, int, int, int, LLRectBase<int>) File: /indra/llui/lltextbase.cpp
2010-02-03CID-259Tofu Linden
Checker: UNINIT_CTOR Function: LLVFile::LLVFile(LLVFS *, const LLUUID &, LLAssetType::EType, int) File: /indra/llvfs/llvfile.cpp dead field.
2010-02-03CID-260Tofu Linden
Checker: UNINIT_CTOR Function: LLPidLockFile::LLPidLockFile() File: /indra/llvfs/llpidlock.cpp
2010-02-03CID-261Tofu Linden
Checker: UNINIT_CTOR Function: LLImageJ2COJ::LLImageJ2COJ() File: /indra/llimagej2coj/llimagej2coj.cpp
2010-02-03Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2010-02-03CID-262Tofu Linden
Checker: UNINIT_CTOR Function: LLPluginProcessParent::LLPluginProcessParent(LLPluginProcessParentOwner *) File: /indra/llplugin/llpluginprocessparent.cpp
2010-02-03Skip fragile (local ISP dependent) llhttpclient integration test.Nat Goodspeed
2010-02-03CID-263Tofu Linden
Checker: UNINIT_CTOR Function: LLPluginClassMedia::LLPluginClassMedia(LLPluginClassMediaOwner *) File: /indra/llplugin/llpluginclassmedia.cpp
2010-02-03CID-264Tofu Linden
Checker: UNINIT_CTOR Function: LLPluginProcessChild::LLPluginProcessChild() File: /indra/llplugin/llpluginprocesschild.cpp
2010-02-03CID-266Tofu Linden
Checker: UNINIT_CTOR Function: LLXmlTreeParser::LLXmlTreeParser(LLXmlTree *) File: /indra/llxml/llxmltree.cpp
2010-02-03CID-267Tofu Linden
Checker: UNINIT_CTOR Function: LLXMLNode::LLXMLNode(const LLXMLNode&) File: /indra/llxml/llxmlnode.cpp
2010-02-03Fixed bug EXT-2915 ([BSI] Pay Button is hard to find on small resolutions).Vadim Savchuk
Added a "Block/Unblock" item to the profile view panel overflow menu to make the menu more visible. --HG-- branch : product-engine
2010-02-03CID-269Tofu Linden
Checker: UNINIT_CTOR Function: LLWorkerClass::LLWorkerClass(LLWorkerThread *, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&) File: /indra/llcommon/llworkerthread.cpp
2010-02-03CID-271Tofu Linden
Checker: UNINIT_CTOR Function: LLTreeDFSIter<LLView, std::list<LLView *, std::allocator<LLView *>>::_Const_iterator<(bool)0>>::LLTreeDFSIter() File: /indra/llcommon/lltreeiterators.h
2010-02-03CID-272Tofu Linden
Checker: UNINIT_CTOR Function: LLTreeDFSPostIter<LLView, std::list<LLView *, std::allocator<LLView *>>::_Const_iterator<(bool)0>>::LLTreeDFSPostIter() File: /indra/llcommon/lltreeiterators.h
2010-02-03CID-273Tofu Linden
Checker: UNINIT_CTOR Function: NamedTimerFactory::NamedTimerFactory() File: /indra/llcommon/llfasttimer_class.cpp
2010-02-03CID-277Tofu Linden
Checker: UNINIT_CTOR Function: LLPacketBuffer::LLPacketBuffer(const LLHost &, const char *, int) File: /indra/llmessage/llpacketbuffer.cpp a fix I like better.
2010-02-03CID-277Tofu Linden
Checker: UNINIT_CTOR Function: LLPacketBuffer::LLPacketBuffer(const LLHost &, const char *, int) File: /indra/llmessage/llpacketbuffer.cpp
2010-02-03CID-278Tofu Linden
Checker: UNINIT_CTOR Function: LLTransferTargetParamsFile::LLTransferTargetParamsFile() File: /indra/llmessage/lltransfertargetfile.h
2010-02-03Fixed normal bug EXT-4648 (Right segment of Speak button is disabled if ↵Andrew Dyukov
nearby voice chat is disabled in estate). - Added methods for separate enabling of left and right parts of speak button and used them instead of simply enabling/disabling LLSpeakButton in bottomtray. - Made changes to reset() in LLCallFloater to show "no one near..." instead of "loading" in vcp for nearby chat in regions with disabled voice. --HG-- branch : product-engine
2010-02-03CID-279Tofu Linden
Checker: UNINIT_CTOR Function: LLTransferTarget::LLTransferTarget(e_transfer_target_type, const LLUUID &, e_transfer_source_type) File: /indra/llmessage/lltransfermanager.cpp
2010-02-03CID-280Tofu Linden
Checker: UNINIT_CTOR Function: LLTransferTargetParamsVFile::LLTransferTargetParamsVFile() File: /indra/llmessage/lltransfertargetvfile.cpp dead field.
2010-02-03CID-281Tofu Linden
Checker: UNINIT_CTOR Function: LLTransferSourceParamsAsset::LLTransferSourceParamsAsset() File: /indra/llmessage/lltransfersourceasset.cpp
2010-02-03mergeRichard Linden
2010-02-03No ticket. Removed unrelevant comment and added disabling call button if ↵Andrew Dyukov
session doesn't exist in LLPanelChatControlPanel::updateCallButton(). --HG-- branch : product-engine
2010-02-03mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-03a bit log for major Bug EXT-4778 - may help to find problem.Ychebotarev ProductEngine
--HG-- branch : product-engine
2010-02-03PE merge.Tofu Linden
2010-02-03CID-283Tofu Linden
Checker: UNINIT_CTOR Function: LLVorbisDecodeState::LLVorbisDecodeState(const LLUUID &, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&) File: /indra/llaudio/llaudiodecodemgr.cpp
2010-02-03Backed out changeset 83d2ec4d4a5e, a hack that forces you to fall when ↵Vadim Savchuk
entering a parcel with no rights to fly in it. --HG-- branch : product-engine
2010-02-03accidental commit revertLeyla Farazha
2010-02-03EXT-4656 [crashhunters] Crash in LLFloaterAnimPreview::postBuild()Leyla Farazha
reviewed by Richard
2010-02-03merge.Tofu Linden
2010-02-03CID-284Tofu Linden
Checker: UNINIT_CTOR Function: MediaPluginWebKit::MediaPluginWebKit(void (*)(const char *, void **), void *) File: /indra/media_plugins/webkit/media_plugin_webkit.cpp
2010-02-03Moss rocks! Thanks for noticeing the paste error that resulted in a double ↵Eric M. Tulla (BigPapi)
\'\!\' bool op.
2010-02-03CID-288Tofu Linden
Checker: UNINIT_CTOR Function: LLCamera::LLCamera(float, float, int, float, float) File: /indra/llmath/llcamera.cpp
2010-02-03CID-289Tofu Linden
Checker: UNINIT_CTOR Function: LLCamera::LLCamera() File: /indra/llmath/llcamera.cpp
2010-02-03CID-290Tofu Linden
Checker: UNINIT_CTOR Function: LLCubeMap::LLCubeMap() File: /indra/llrender/llcubemap.cpp
2010-02-03CID-291Tofu Linden
Checker: UNINIT_CTOR Function: LLVertexBuffer::LLVertexBuffer(unsigned int, int) File: /indra/llrender/llvertexbuffer.cpp also added some sanity-checking around this.
2010-02-03mergeBrad Payne (Vir Linden)
2010-02-03CID-292Tofu Linden
Checker: UNINIT_CTOR Function: LLRender::LLRender() File: /indra/llrender/llrender.cpp
2010-02-03merge.Tofu Linden
--HG-- branch : product-engine
2010-02-03merge.Tofu Linden
--HG-- branch : product-engine
2010-02-03mergeBrad Payne (Vir Linden)