aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:11 -0500
committerJacek Antonelli2008-08-15 23:45:11 -0500
commit215f423cbe18fe9ca14a26caef918d303bad28ff (patch)
tree0743442b286216cc8e19aa487c26f4e9345ffd64 /linden/indra/newview/llagent.h
parentSecond Life viewer sources 1.18.3.5-RC (diff)
downloadmeta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.zip
meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.gz
meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.bz2
meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.xz
Second Life viewer sources 1.18.4.0-RC
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r--linden/indra/newview/llagent.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h
index 9c53fe1..5b6c3c0 100644
--- a/linden/indra/newview/llagent.h
+++ b/linden/indra/newview/llagent.h
@@ -2,6 +2,8 @@
2 * @file llagent.h 2 * @file llagent.h
3 * @brief LLAgent class header file 3 * @brief LLAgent class header file
4 * 4 *
5 * $LicenseInfo:firstyear=2000&license=viewergpl$
6 *
5 * Copyright (c) 2000-2007, Linden Research, Inc. 7 * Copyright (c) 2000-2007, Linden Research, Inc.
6 * 8 *
7 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
@@ -24,6 +26,7 @@
24 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 26 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
25 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 27 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
26 * COMPLETENESS OR PERFORMANCE. 28 * COMPLETENESS OR PERFORMANCE.
29 * $/LicenseInfo$
27 */ 30 */
28 31
29#ifndef LL_LLAGENT_H 32#ifndef LL_LLAGENT_H
@@ -98,6 +101,7 @@ struct LLGroupData
98 LLUUID mInsigniaID; 101 LLUUID mInsigniaID;
99 U64 mPowers; 102 U64 mPowers;
100 BOOL mAcceptNotices; 103 BOOL mAcceptNotices;
104 BOOL mListInProfile;
101 S32 mContribution; 105 S32 mContribution;
102 std::string mName; 106 std::string mName;
103}; 107};
@@ -217,7 +221,7 @@ public:
217 // new contribution level. Returns true if the group id was found 221 // new contribution level. Returns true if the group id was found
218 // and contribution could be set. 222 // and contribution could be set.
219 BOOL setGroupContribution(const LLUUID& group_id, S32 contribution); 223 BOOL setGroupContribution(const LLUUID& group_id, S32 contribution);
220 BOOL setGroupAcceptNotices(const LLUUID& group_id, BOOL accept_notices); 224 BOOL setUserGroupFlags(const LLUUID& group_id, BOOL accept_notices, BOOL list_in_profile);
221 void setHideGroupTitle(BOOL hide) { mHideGroupTitle = hide; } 225 void setHideGroupTitle(BOOL hide) { mHideGroupTitle = hide; }
222 226
223 // 227 //
@@ -418,7 +422,7 @@ public:
418 422
419 void propagate(const F32 dt); // BUG: should roll into updateAgentPosition 423 void propagate(const F32 dt); // BUG: should roll into updateAgentPosition
420 424
421 void startAutoPilotGlobal(const LLVector3d &pos_global, const std::string& behavior_name = "", const LLQuaternion *target_rotation = NULL, 425 void startAutoPilotGlobal(const LLVector3d &pos_global, const std::string& behavior_name = std::string(), const LLQuaternion *target_rotation = NULL,
422 void (*finish_callback)(BOOL, void *) = NULL, void *callback_data = NULL, F32 stop_distance = 0.f, F32 rotation_threshold = 0.03f); 426 void (*finish_callback)(BOOL, void *) = NULL, void *callback_data = NULL, F32 stop_distance = 0.f, F32 rotation_threshold = 0.03f);
423 427
424 void startFollowPilot(const LLUUID &leader_id); 428 void startFollowPilot(const LLUUID &leader_id);