diff options
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r-- | linden/indra/newview/llagent.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h index a4a930f..d6854e4 100644 --- a/linden/indra/newview/llagent.h +++ b/linden/indra/newview/llagent.h | |||
@@ -67,6 +67,10 @@ | |||
67 | #include "llfollowcam.h" | 67 | #include "llfollowcam.h" |
68 | // end Ventrella | 68 | // end Ventrella |
69 | 69 | ||
70 | // [RLVa:KB] - Checked: 2009-07-07 (RLVa-1.0.0d) | ||
71 | #include "rlvhandler.h" | ||
72 | // [/RLVa:KB] | ||
73 | |||
70 | const U8 AGENT_STATE_TYPING = 0x04; // Typing indication | 74 | const U8 AGENT_STATE_TYPING = 0x04; // Typing indication |
71 | const U8 AGENT_STATE_EDITING = 0x10; // Set when agent has objects selected | 75 | const U8 AGENT_STATE_EDITING = 0x10; // Set when agent has objects selected |
72 | 76 | ||
@@ -371,6 +375,11 @@ public: | |||
371 | // Does this parcel allow you to fly? | 375 | // Does this parcel allow you to fly? |
372 | BOOL canFly(); | 376 | BOOL canFly(); |
373 | 377 | ||
378 | //lgg crap | ||
379 | static BOOL getPhantom();// const { return emeraldPhantom; } | ||
380 | static void setPhantom(BOOL phantom); | ||
381 | static void togglePhantom(); | ||
382 | |||
374 | // Animation functions | 383 | // Animation functions |
375 | void stopCurrentAnimations(); | 384 | void stopCurrentAnimations(); |
376 | void requestStopMotion( LLMotion* motion ); | 385 | void requestStopMotion( LLMotion* motion ); |
@@ -801,6 +810,8 @@ private: | |||
801 | LLVector3d mCameraSmoothingLastPositionGlobal; | 810 | LLVector3d mCameraSmoothingLastPositionGlobal; |
802 | LLVector3d mCameraSmoothingLastPositionAgent; | 811 | LLVector3d mCameraSmoothingLastPositionAgent; |
803 | BOOL mCameraSmoothingStop; | 812 | BOOL mCameraSmoothingStop; |
813 | |||
814 | static BOOL sPhantom; | ||
804 | 815 | ||
805 | 816 | ||
806 | //Ventrella | 817 | //Ventrella |