Added blink, and Hard Blink (See the comments in llpanelobject.cpp line2081

This commit is contained in:
SimmanFederal
2010-05-19 13:53:17 -05:00
parent 8480ed6f2c
commit 7bdc491473
3 changed files with 56 additions and 22 deletions

View File

@@ -66,6 +66,7 @@ public:
static BOOL precommitValidate(LLUICtrl* ctrl,void* userdata);
static void onClickBlink(void* userdata);//[SimmanFederal] Blinking
static void onClickHardBlink(void* userdata);//[SimmanFederal] Griefer Blinking
static void onCommitLock(LLUICtrl *ctrl, void *data);
static void onCommitPosition( LLUICtrl* ctrl, void* userdata);
@@ -153,8 +154,9 @@ protected:
LLSpinCtrl* mCtrlPosX;
LLSpinCtrl* mCtrlPosY;
LLSpinCtrl* mCtrlPosZ;
//VLife/Oynx Inspriation. IT BLINKS PRIMS TO 9001.0 METERS. HERP.
//VLife/Oynx Inspriation. IT BLINKS PRIMS TO 340282346638528859811704183484516925440.0f METERS. HERP.
LLButton* mClickBlink;//[SimmanFederal]
LLButton* mClickHardBlink;//[SimmanFederal]
LLTextBox* mLabelSize;
LLSpinCtrl* mCtrlScaleX;