aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-04-13 19:13:37 -0700
committerMcCabe Maxsted2011-04-13 19:13:37 -0700
commit6c03dad7b42ae811ef90e4183c33b1c327e3d22b (patch)
tree4582928f606ebf6b3e6b2c8951618809f3f3ce41 /linden/indra/newview/llagent.h
parentUgly workaround for LLStyle issue when parsing textboxes for html while editi... (diff)
downloadmeta-impy-6c03dad7b42ae811ef90e4183c33b1c327e3d22b.zip
meta-impy-6c03dad7b42ae811ef90e4183c33b1c327e3d22b.tar.gz
meta-impy-6c03dad7b42ae811ef90e4183c33b1c327e3d22b.tar.bz2
meta-impy-6c03dad7b42ae811ef90e4183c33b1c327e3d22b.tar.xz
Ported Radar v9 patch from Henri Beauchamp (et al.) to Imp, placed it in the Advanced menu
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llagent.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h
index cea55fb..83490d3 100644
--- a/linden/indra/newview/llagent.h
+++ b/linden/indra/newview/llagent.h
@@ -82,6 +82,12 @@ typedef enum e_camera_modes
82 CAMERA_MODE_FOLLOW 82 CAMERA_MODE_FOLLOW
83} ECameraMode; 83} ECameraMode;
84 84
85typedef enum e_camera_position
86{
87 CAMERA_POSITION_SELF, /** Camera positioned at our position */
88 CAMERA_POSITION_OBJECT /** Camera positioned at observed object's position */
89} ECameraPosition;
90
85typedef enum e_anim_request 91typedef enum e_anim_request
86{ 92{
87 ANIM_REQUEST_START, 93 ANIM_REQUEST_START,
@@ -214,6 +220,7 @@ public:
214 220
215 void heardChat(const LLUUID& id); 221 void heardChat(const LLUUID& id);
216 void lookAtLastChat(); 222 void lookAtLastChat();
223 void lookAtObject(LLUUID avatar_id, ECameraPosition camera_pos);
217 F32 getTypingTime() { return mTypingTimer.getElapsedTimeF32(); } 224 F32 getTypingTime() { return mTypingTimer.getElapsedTimeF32(); }
218 225
219 void setAFK(); 226 void setAFK();