aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:04 -0500
committerJacek Antonelli2008-08-15 23:45:04 -0500
commit117e22047c5752352342d64e3fb7ce00a4eb8113 (patch)
treee32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/viewer.h
parentSecond Life viewer sources 1.18.0.6 (diff)
downloadmeta-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.h7
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;
104extern const U32 PATCH_SIZE; 104extern const U32 PATCH_SIZE;
105extern const LLVector3 DEFAULT_OBJECT_SCALE; 105extern const LLVector3 DEFAULT_OBJECT_SCALE;
106extern BOOL gDisconnected; 106extern BOOL gDisconnected;
107extern BOOL gDisableVoice;
107extern BOOL gQuit; // We're done, quit after processing this message. 108extern BOOL gQuit; // We're done, quit after processing this message.
108extern BOOL gQuitRequested; // User wants to quit, may have modified documents open. 109extern BOOL gQuitRequested; // User wants to quit, may have modified documents open.
109extern BOOL gLogoutRequestSent; // Disconnect message sent to simulator, no longer safe to send messages to the sim. 110extern BOOL gLogoutRequestSent; // Disconnect message sent to simulator, no longer safe to send messages to the sim.
@@ -136,6 +137,7 @@ extern BOOL gDisplayFOV;
136extern BOOL gForceRenderLandFence; 137extern BOOL gForceRenderLandFence;
137 138
138extern BOOL gAllowIdleAFK; 139extern BOOL gAllowIdleAFK;
140extern F32 gAFKTimeout;
139extern BOOL gShowObjectUpdates; 141extern BOOL gShowObjectUpdates;
140 142
141extern BOOL gTeleportDisplay; 143extern BOOL gTeleportDisplay;
@@ -283,6 +285,10 @@ void kill_all_trees();
283void move_sun(); 285void move_sun();
284BOOL 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 ); 286BOOL 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
288void audio_update_volume(bool force_update = true);
289void audio_update_listener();
290void audio_update_wind(bool force_update = true);
291
286// Saves the final snapshot, but only once. 292// Saves the final snapshot, but only once.
287void save_final_snapshot(void*); 293void save_final_snapshot(void*);
288 294
@@ -336,5 +342,6 @@ void agent_send_reliable_message();
336// Helpers for URIs 342// Helpers for URIs
337const std::vector<std::string>& getLoginURIs(); 343const std::vector<std::string>& getLoginURIs();
338const std::string& getHelperURI(); 344const std::string& getHelperURI();
345void resetURIs();
339 346
340#endif 347#endif