diff options
author | McCabe Maxsted | 2009-10-18 17:58:27 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-18 17:58:27 -0700 |
commit | e4b0e7c82d670081c071d8a3da31b5ec407b8e07 (patch) | |
tree | 9410962bbb582eedbec448139e217f2714050777 /linden/indra/newview/llfirstuse.h | |
parent | Started 1.3.0 branch (diff) | |
parent | Updated and added some Linux libs. (diff) | |
download | meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.zip meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.gz meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.bz2 meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.xz |
Merged working branch of 1.2 into LL 1.23 merge
Diffstat (limited to 'linden/indra/newview/llfirstuse.h')
-rw-r--r-- | linden/indra/newview/llfirstuse.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/linden/indra/newview/llfirstuse.h b/linden/indra/newview/llfirstuse.h index bb64cdd..3305ffe 100644 --- a/linden/indra/newview/llfirstuse.h +++ b/linden/indra/newview/llfirstuse.h | |||
@@ -36,6 +36,10 @@ | |||
36 | #include <vector> | 36 | #include <vector> |
37 | #include "llstring.h" | 37 | #include "llstring.h" |
38 | 38 | ||
39 | // [RLVa:KB] | ||
40 | #include "rlvdefines.h" | ||
41 | // [/RLVa:KB] | ||
42 | |||
39 | /* | 43 | /* |
40 | 1. On first use of 'sit here', explain how to get up and rotate view. | 44 | 1. On first use of 'sit here', explain how to get up and rotate view. |
41 | 45 | ||
@@ -93,6 +97,7 @@ public: | |||
93 | static void useBalanceDecrease(S32 delta); | 97 | static void useBalanceDecrease(S32 delta); |
94 | static void useSit(); | 98 | static void useSit(); |
95 | static void useMap(); | 99 | static void useMap(); |
100 | static void useMiniMap(); | ||
96 | static void useGoTo(); | 101 | static void useGoTo(); |
97 | static void useBuild(); | 102 | static void useBuild(); |
98 | static void useLeftClickNoHit(); | 103 | static void useLeftClickNoHit(); |
@@ -109,6 +114,19 @@ public: | |||
109 | 114 | ||
110 | protected: | 115 | protected: |
111 | static std::set<std::string> sConfigVariables; | 116 | static std::set<std::string> sConfigVariables; |
117 | |||
118 | // [RLVa:KB] - Checked: RLVa-1.0.3a (2009-09-10) | Added: RLVa-1.0.3a | ||
119 | public: | ||
120 | static void showRlvFirstUseNotification(const std::string& strName); | ||
121 | |||
122 | static void useRlvDetach() { showRlvFirstUseNotification(RLV_SETTING_FIRSTUSE_DETACH); } | ||
123 | static void useRlvEnableWear() { showRlvFirstUseNotification(RLV_SETTING_FIRSTUSE_ENABLEWEAR); } | ||
124 | static void useRlvFartouch() { showRlvFirstUseNotification(RLV_SETTING_FIRSTUSE_FARTOUCH); } | ||
125 | |||
126 | static void warnRlvGiveToRLV(); | ||
127 | protected: | ||
128 | static void onRlvGiveToRLVConfirmation(S32 idxOption, void* pUserParam); | ||
129 | // [/RLVa:KB] | ||
112 | }; | 130 | }; |
113 | 131 | ||
114 | #endif | 132 | #endif |