diff options
author | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
commit | 117e22047c5752352342d64e3fb7ce00a4eb8113 (patch) | |
tree | e32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/viewer.h | |
parent | Second Life viewer sources 1.18.0.6 (diff) | |
download | meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2 meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz |
Second Life viewer sources 1.18.1.2
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/viewer.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer.h b/linden/indra/newview/viewer.h index 74ca366..ef975e7 100644 --- a/linden/indra/newview/viewer.h +++ b/linden/indra/newview/viewer.h | |||
@@ -104,6 +104,7 @@ extern const char* DEFAULT_SETTINGS_FILE; | |||
104 | extern const U32 PATCH_SIZE; | 104 | extern const U32 PATCH_SIZE; |
105 | extern const LLVector3 DEFAULT_OBJECT_SCALE; | 105 | extern const LLVector3 DEFAULT_OBJECT_SCALE; |
106 | extern BOOL gDisconnected; | 106 | extern BOOL gDisconnected; |
107 | extern BOOL gDisableVoice; | ||
107 | extern BOOL gQuit; // We're done, quit after processing this message. | 108 | extern BOOL gQuit; // We're done, quit after processing this message. |
108 | extern BOOL gQuitRequested; // User wants to quit, may have modified documents open. | 109 | extern BOOL gQuitRequested; // User wants to quit, may have modified documents open. |
109 | extern BOOL gLogoutRequestSent; // Disconnect message sent to simulator, no longer safe to send messages to the sim. | 110 | extern BOOL gLogoutRequestSent; // Disconnect message sent to simulator, no longer safe to send messages to the sim. |
@@ -136,6 +137,7 @@ extern BOOL gDisplayFOV; | |||
136 | extern BOOL gForceRenderLandFence; | 137 | extern BOOL gForceRenderLandFence; |
137 | 138 | ||
138 | extern BOOL gAllowIdleAFK; | 139 | extern BOOL gAllowIdleAFK; |
140 | extern F32 gAFKTimeout; | ||
139 | extern BOOL gShowObjectUpdates; | 141 | extern BOOL gShowObjectUpdates; |
140 | 142 | ||
141 | extern BOOL gTeleportDisplay; | 143 | extern BOOL gTeleportDisplay; |
@@ -283,6 +285,10 @@ void kill_all_trees(); | |||
283 | void move_sun(); | 285 | void move_sun(); |
284 | BOOL raycast_for_new_obj_pos( S32 x, S32 y, LLViewerObject** hit_obj, S32* hit_face, BOOL* b_hit_land, LLVector3* ray_start_region, LLVector3* ray_end_region, LLViewerRegion** region ); | 286 | BOOL raycast_for_new_obj_pos( S32 x, S32 y, LLViewerObject** hit_obj, S32* hit_face, BOOL* b_hit_land, LLVector3* ray_start_region, LLVector3* ray_end_region, LLViewerRegion** region ); |
285 | 287 | ||
288 | void audio_update_volume(bool force_update = true); | ||
289 | void audio_update_listener(); | ||
290 | void audio_update_wind(bool force_update = true); | ||
291 | |||
286 | // Saves the final snapshot, but only once. | 292 | // Saves the final snapshot, but only once. |
287 | void save_final_snapshot(void*); | 293 | void save_final_snapshot(void*); |
288 | 294 | ||
@@ -336,5 +342,6 @@ void agent_send_reliable_message(); | |||
336 | // Helpers for URIs | 342 | // Helpers for URIs |
337 | const std::vector<std::string>& getLoginURIs(); | 343 | const std::vector<std::string>& getLoginURIs(); |
338 | const std::string& getHelperURI(); | 344 | const std::string& getHelperURI(); |
345 | void resetURIs(); | ||
339 | 346 | ||
340 | #endif | 347 | #endif |