parent
e5131a5a2d
commit
fcac8d4b83
|
|
@ -317,7 +317,7 @@ BOOL LLGLTexture::getIsAlphaMask() const
|
|||
}
|
||||
|
||||
//BOOL LLGLTexture::getMask(const LLVector2 &tc)
|
||||
// [RLVa:KB] - Checked: RLVa-2.3 (@setoverlay)
|
||||
// [RLVa:KB] - Checked: RLVa-2.2 (@setoverlay)
|
||||
bool LLGLTexture::getMask(const LLVector2 &tc) const
|
||||
// [/RLVa:KB]
|
||||
{
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ public:
|
|||
LLGLenum getPrimaryFormat() const;
|
||||
BOOL getIsAlphaMask() const ;
|
||||
LLTexUnit::eTextureType getTarget(void) const ;
|
||||
// [RLVa:KB] - Checked: RLVa-2.3 (@setoverlay)
|
||||
// [RLVa:KB] - Checked: RLVa-2.2 (@setoverlay)
|
||||
bool getMask(const LLVector2 &tc) const;
|
||||
// [/RLVa:KB]
|
||||
// BOOL getMask(const LLVector2 &tc);
|
||||
|
|
|
|||
|
|
@ -1994,7 +1994,7 @@ void LLImageGL::updatePickMask(S32 width, S32 height, const U8* data_in)
|
|||
}
|
||||
|
||||
//BOOL LLImageGL::getMask(const LLVector2 &tc)
|
||||
// [RLVa:KB] - Checked: RLVa-2.3 (@setoverlay)
|
||||
// [RLVa:KB] - Checked: RLVa-2.2 (@setoverlay)
|
||||
BOOL LLImageGL::getMask(const LLVector2 &tc) const
|
||||
// [/RLVa:KB]
|
||||
{
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ public:
|
|||
void setUseMipMaps(BOOL usemips) { mUseMipMaps = usemips; }
|
||||
|
||||
void updatePickMask(S32 width, S32 height, const U8* data_in);
|
||||
// [RLVa:KB] - Checked: RLVa-2.3 (@setoverlay)
|
||||
// [RLVa:KB] - Checked: RLVa-2.2 (@setoverlay)
|
||||
BOOL getMask(const LLVector2 &tc) const;
|
||||
// [/RLVa:KB]
|
||||
// BOOL getMask(const LLVector2 &tc);
|
||||
|
|
|
|||
|
|
@ -672,7 +672,7 @@ void LLAgent::moveLeftNudge(S32 direction)
|
|||
//-----------------------------------------------------------------------------
|
||||
void LLAgent::moveUp(S32 direction)
|
||||
{
|
||||
// [RLVa:KB] - Checked: RLVa-2.2
|
||||
// [RLVa:KB] - Checked: RLVa-2.2 (@jump)
|
||||
if ( (!RlvActions::canJump()) && (direction > 0) && (!getFlying()) )
|
||||
{
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -1516,7 +1516,7 @@ void LLGroupMgr::notifyObservers(LLGroupChange gc)
|
|||
return;
|
||||
|
||||
// observer_set_t& obs = obs_it->second;
|
||||
// [RLVa:KB] - Checked: RLVa-2.3 (General bugfix)
|
||||
// [RLVa:KB] - Checked: RLVa-2.2 (General bugfix)
|
||||
// Iterate over a *copy* of the observer list
|
||||
observer_set_t obs = obs_it->second;
|
||||
// [/RLVa:KB]
|
||||
|
|
|
|||
|
|
@ -5332,7 +5332,7 @@ bool LLTextureBridge::canSaveTexture(void)
|
|||
return false;
|
||||
}
|
||||
|
||||
// [RLVa:KB] - Checked: RLVa-2.2
|
||||
// [RLVa:KB] - Checked: RLVa-2.2 (@viewtexture)
|
||||
if (!RlvActions::canPreviewTextures())
|
||||
{
|
||||
return false;
|
||||
|
|
|
|||
|
|
@ -1306,7 +1306,7 @@ void render_ui(F32 zoom_factor, int subfield)
|
|||
}
|
||||
|
||||
render_hud_elements();
|
||||
// [RLVa:KB] - Checked: RLVa-2.3 (@setoverlay)
|
||||
// [RLVa:KB] - Checked: RLVa-2.2 (@setoverlay)
|
||||
if (gRlvHandler.isEnabled())
|
||||
{
|
||||
gRlvHandler.renderOverlay();
|
||||
|
|
|
|||
|
|
@ -5543,7 +5543,7 @@ void LLPickInfo::fetchResults()
|
|||
|
||||
mPickPt = mMousePt;
|
||||
|
||||
// [RLVa:KB] - Checked: RLVa-2.3 (@setoverlay)
|
||||
// [RLVa:KB] - Checked: RLVa-2.2 (@setoverlay)
|
||||
if ( (gRlvHandler.isEnabled()) && (hit_object) && (!hit_object->isHUDAttachment()) )
|
||||
{
|
||||
if (gRlvHandler.hitTestOverlay(mMousePt))
|
||||
|
|
|
|||
Loading…
Reference in New Issue