Age | Commit message (Collapse) | Author |
|
Checker: FORWARD_NULL
Function: LLFloaterPreference::onBtnCancel()
File: /indra/newview/llfloaterpreference.cpp
CID-91
Checker: FORWARD_NULL
Function: LLFloaterPreference::onBtnApply()
File: /indra/newview/llfloaterpreference.cpp
|
|
Checker: FORWARD_NULL
Function: LLFloaterPreference::onBtnOK()
File: /indra/newview/llfloaterpreference.cpp
|
|
Checker: FORWARD_NULL
Function: LLFloaterMediaSettings::commitFields()
File: /indra/newview/llfloatermediasettings.cpp
|
|
Checker: FORWARD_NULL
Function: LLDriverParam::getNextDistortion(unsigned int *, LLPolyMesh **)
File: /indra/newview/lldriverparam.cpp
|
|
Checker: FORWARD_NULL
Function: LLAgentWearables::setWearableOutfit(const LLDynamicArray<LLPointer<LLInventoryItem>, (int)32> &, LLDynamicArray<LLWearable *, (int)32>&, int)
File: /indra/newview/llagentwearables.cpp
|
|
|
|
|
|
Checker: UNUSED_VALUE
Function: LLNameListCtrl::refresh(const LLUUID &, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, int)
File: /indra/newview/llnamelistctrl.cpp
dead code.
|
|
Checker: UNUSED_VALUE
Function: LLOfferInfo::inventory_task_offer_callback(const LLSD &, const LLSD &)
File: /indra/newview/llviewermessage.cpp
dead code.
|
|
Checker: NULL_RETURNS
Function: open_inventory_offer(const std::vector<LLUUID, std::allocator<LLUUID>> &, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&)
File: /indra/newview/llviewermessage.cpp
|
|
Checker: NULL_RETURNS
Function: LLPanelPlaces::showAddedLandmarkInfo(const std::vector<LLUUID, std::allocator<LLUUID>> &)
File: /indra/newview/llpanelplaces.cpp
|
|
Checker: NULL_RETURNS
Function: LLGestureBridge::performAction(LLFolderView *, LLInventoryModel *, std::basic_string<char, std::char_traits<char>, std::allocator<char>>)
File: /indra/newview/llinventorybridge.cpp
|
|
|
|
added additional check on no host for texture error
so that we don't trigger it for IMG_INVISIBLE.
code reviewed by Seraph
|
|
|
|
Checker: UNINIT_CTOR
Function: LLPanelScriptLimitsAttachment::LLPanelScriptLimitsAttachment()
File: /indra/newview/llfloaterscriptlimits.h
and some BOOL->boolification while I was there.
|
|
Checker: UNINIT_CTOR
Function: LLCustomButtonIconCtrl::LLCustomButtonIconCtrl(const LLCustomButtonIconCtrl::Params &)
File: /indra/llui/lltabcontainer.cpp
|
|
Checker: UNINIT_CTOR
Function: LLDragDropWin32Target::LLDragDropWin32Target(HWND__ *)
File: /indra/llwindow/lldragdropwin32.cpp
|
|
Checker: UNINIT
Function: LLVolume::cleanupTriangleData(int, const std::vector<LLVolume::Point, std::allocator<LLVolume::Point>> &, int, int *, int &, LLVector3 **, int &, int **)
File: /indra/llmath/llvolume.cpp
The code looks right, I'm just adding an llassert().
|
|
Message recieved)
- removed getting an icon commented out in xml. It does not make sense witout image name.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
previous sessions should be grayed out
--HG--
branch : product-engine
|
|
Selected URL Color
--HG--
branch : product-engine
|
|
that checkin broke the xml and killed the Developer menu - repair it.
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
from objects, instead of using generic image for missing profile picture
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Conversation' turned on, doesnt show Avatar name, or correct information
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
truncation fix
|
|
|
|
EXT-5239 : Consider removing CTRL+I to spawn multiple inventory windows
BTEST-42 : Can't hide inventory by pressing CTRL+I
CTRL+I will now either open the inventory sidepanel, or close the sidepanel.
|
|
Folders are back to being no longer copyable.
|
|
|
|
|
|
does not match the FIRST_PACKET_SIZE on the sim side.
|
|
|
|
reviewed by Richard CC#99
|
|
reverted
|
|
|
|
inventory search.
We now only update the open/closed status when we've updated the filter status.
-Reviewed by Richard
|
|
|
|
We were setting the baked texture ID to IMG_INVISIBLE when hitting the save
button on the appearance editor to force the right texture IDs to be sent
to surrounding viewers.
Now, when you make a change after it is saved, it clears this texture ID.
This restores expected functionality.
Code reviewed by bigpapi.
-Nyx
|
|
|