#include "llviewerprecompiledheaders.h"
#include "llsurface.h"
#include "llviewerimagelist.h"
#include "llpatchvertexarray.h"
#include "patch_dct.h"
#include "patch_code.h"
#include "bitpack.h"
#include "llviewerobjectlist.h"
#include "llregionhandle.h"
#include "llagent.h"
#include "viewer.h"
#include "llworld.h"
#include "llviewercontrol.h"
#include "llviewerimage.h"
#include "llsurfacepatch.h"
#include "llvosurfacepatch.h"
#include "llvowater.h"
#include "pipeline.h"
#include "llviewerregion.h"
#include "llvlcomposition.h"
#include "noise.h"
#include "llviewercamera.h"
#include "llglheaders.h"
#include "lldrawpoolterrain.h"
#include "lldrawable.h"
Include dependency graph for llsurface.cpp:
Go to the source code of this file.
Functions | |
void | bad_network_handler () |
std::ostream & | operator<< (std::ostream &s, const LLSurface &S) |
Variables | |
LLPipeline | gPipeline |
LLColor4U | MAX_WATER_COLOR (0, 48, 96, 240) |
Copyright (c) 2000-2007, Linden Research, Inc.
Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2
There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception
By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.
ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$
Definition in file llsurface.cpp.
void bad_network_handler | ( | ) |
Definition at line 6026 of file viewer.cpp.
References do_disconnect(), LLMessageSystem::dumpPacketToLog(), gCrashCallback, gMessageSystem, gPurgeOnExit, gSecondLife, LLWinDebug::handleException(), NULL, and TRUE.
Referenced by LLSurface::decompressDCTPatch(), and invalid_message_callback().
std::ostream& operator<< | ( | std::ostream & | s, | |
const LLSurface & | S | |||
) |
Definition at line 1041 of file llsurface.cpp.
References LLSurface::mGridsPerEdge, LLSurface::mGridsPerPatchEdge, LLSurface::mMetersPerGrid, LLSurface::mOriginGlobal, LLSurface::mPatchesPerEdge, and LLSurface::mVisiblePatchCount.
Definition at line 367 of file viewer.cpp.
LLColor4U MAX_WATER_COLOR(0, 48, 96, 240) |