This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | daliasframe_t |
| struct | darea_t |
| struct | dareaportal_t |
| struct | dbrush_t |
| struct | dbrushside_t |
| struct | dedge_t |
| struct | dface_t |
| struct | dheader_t |
| struct | dleaf_t |
| struct | dmdl_t |
| struct | dmodel_t |
| struct | dnode_t |
| struct | dpackfile_t |
| struct | dpackheader_t |
| struct | dplane_t |
| struct | dsprframe_t |
| struct | dsprite_t |
| struct | dstvert_t |
| struct | dtriangle_t |
| struct | dtrivertx_t |
| struct | dvertex_t |
| struct | dvis_t |
| struct | lump_t |
| struct | miptex_s |
| struct | pcx_t |
| struct | texinfo_s |
Defines | |
| #define | ALIAS_VERSION 8 |
| #define | ANGLE_DOWN -2 |
| #define | ANGLE_UP -1 |
| #define | BSPVERSION 38 |
| #define | CONTENTS_AREAPORTAL 0x8000 |
| #define | CONTENTS_AUX 4 |
| #define | CONTENTS_CURRENT_0 0x40000 |
| #define | CONTENTS_CURRENT_180 0x100000 |
| #define | CONTENTS_CURRENT_270 0x200000 |
| #define | CONTENTS_CURRENT_90 0x80000 |
| #define | CONTENTS_CURRENT_DOWN 0x800000 |
| #define | CONTENTS_CURRENT_UP 0x400000 |
| #define | CONTENTS_DEADMONSTER 0x4000000 |
| #define | CONTENTS_DETAIL 0x8000000 |
| #define | CONTENTS_LADDER 0x20000000 |
| #define | CONTENTS_LAVA 8 |
| #define | CONTENTS_MIST 64 |
| #define | CONTENTS_MONSTER 0x2000000 |
| #define | CONTENTS_MONSTERCLIP 0x20000 |
| #define | CONTENTS_ORIGIN 0x1000000 |
| #define | CONTENTS_PLAYERCLIP 0x10000 |
| #define | CONTENTS_Q2TRANSLUCENT 0x10000000 |
| #define | CONTENTS_SLIME 16 |
| #define | CONTENTS_SOLID 1 |
| #define | CONTENTS_WATER 32 |
| #define | CONTENTS_WINDOW 2 |
| #define | DTRIVERTX_LNI 3 |
| #define | DTRIVERTX_SIZE 4 |
| #define | DTRIVERTX_V0 0 |
| #define | DTRIVERTX_V1 1 |
| #define | DTRIVERTX_V2 2 |
| #define | DVIS_PHS 1 |
| #define | DVIS_PVS 0 |
| #define | HEADER_LUMPS 19 |
| #define | IDALIASHEADER (('2'<<24)+('P'<<16)+('D'<<8)+'I') |
| #define | IDBSPHEADER (('P'<<24)+('S'<<16)+('B'<<8)+'I') |
| #define | IDPAKHEADER (('K'<<24)+('C'<<16)+('A'<<8)+'P') |
| #define | IDSPRITEHEADER (('2'<<24)+('S'<<16)+('D'<<8)+'I') |
| #define | LAST_VISIBLE_CONTENTS 64 |
| #define | LUMP_AREAPORTALS 18 |
| #define | LUMP_AREAS 17 |
| #define | LUMP_BRUSHES 14 |
| #define | LUMP_BRUSHSIDES 15 |
| #define | LUMP_EDGES 11 |
| #define | LUMP_ENTITIES 0 |
| #define | LUMP_FACES 6 |
| #define | LUMP_LEAFBRUSHES 10 |
| #define | LUMP_LEAFFACES 9 |
| #define | LUMP_LEAFS 8 |
| #define | LUMP_LIGHTING 7 |
| #define | LUMP_MODELS 13 |
| #define | LUMP_NODES 4 |
| #define | LUMP_PLANES 1 |
| #define | LUMP_POP 16 |
| #define | LUMP_SURFEDGES 12 |
| #define | LUMP_TEXINFO 5 |
| #define | LUMP_VERTEXES 2 |
| #define | LUMP_VISIBILITY 3 |
| #define | MAX_FILES_IN_PACK 4096 |
| #define | MAX_FRAMES 512 |
| #define | MAX_KEY 32 |
| #define | MAX_MAP_AREAPORTALS 1024 |
| #define | MAX_MAP_AREAS 256 |
| #define | MAX_MAP_BRUSHES 8192 |
| #define | MAX_MAP_BRUSHSIDES 65536 |
| #define | MAX_MAP_EDGES 128000 |
| #define | MAX_MAP_ENTITIES 2048 |
| #define | MAX_MAP_ENTSTRING 0x40000 |
| #define | MAX_MAP_FACES 65536 |
| #define | MAX_MAP_LEAFBRUSHES 65536 |
| #define | MAX_MAP_LEAFFACES 65536 |
| #define | MAX_MAP_LEAFS 65536 |
| #define | MAX_MAP_LIGHTING 0x320000 |
| #define | MAX_MAP_MODELS 1024 |
| #define | MAX_MAP_NODES 65536 |
| #define | MAX_MAP_PLANES 65536 |
| #define | MAX_MAP_PORTALS 65536 |
| #define | MAX_MAP_SURFEDGES 256000 |
| #define | MAX_MAP_TEXINFO 8192 |
| #define | MAX_MAP_VERTS 65536 |
| #define | MAX_MAP_VISIBILITY 0x280000 |
| #define | MAX_MD2SKINS 32 |
| #define | MAX_SKINNAME 64 |
| #define | MAX_TRIANGLES 4096 |
| #define | MAX_VALUE 1024 |
| #define | MAX_VERTS 2048 |
| #define | MAXLIGHTMAPS 4 |
| #define | MIPLEVELS 4 |
| #define | PLANE_ANYX 3 |
| #define | PLANE_ANYY 4 |
| #define | PLANE_ANYZ 5 |
| #define | PLANE_X 0 |
| #define | PLANE_Y 1 |
| #define | PLANE_Z 2 |
| #define | SPRITE_VERSION 2 |
| #define | SURF_FLOWING 0x40 |
| #define | SURF_HINT 0x100 |
| #define | SURF_LIGHT 0x1 |
| #define | SURF_NODRAW 0x80 |
| #define | SURF_SKIP 0x200 |
| #define | SURF_SKY 0x4 |
| #define | SURF_SLICK 0x2 |
| #define | SURF_TRANS33 0x10 |
| #define | SURF_TRANS66 0x20 |
| #define | SURF_WARP 0x8 |
Typedefs | |
| typedef miptex_s | miptex_t |
| typedef texinfo_s | texinfo_t |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 224 of file q2files.h. Referenced by Q2_LoadBSPFile(), Q2_LoadBSPFileTexinfo(), and Q2_WriteBSPFile(). |
|
|
Definition at line 346 of file q2files.h. Referenced by AAS_CreateMapBrushes(), AAS_SetTexinfo(), VL_WindingAreaOutsideBrushes(), and VS_WindingAreaOutsideBrushes(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 363 of file q2files.h. Referenced by Sin_BrushContents(). |
|
|
Definition at line 366 of file q2files.h. Referenced by AAS_CreateMapBrushes(), AAS_SetTexinfo(), Q3_BrushContents(), and Q3_BSPBrushToMapBrush(). |
|
|
|
|
|
|
|
|
|
Definition at line 349 of file q2files.h. Referenced by Q2_BSPBrushToMapBrush(), Q2_ParseBrush(), Sin_BSPBrushToMapBrush(), VL_WindingAreaOutsideBrushes(), and VS_WindingAreaOutsideBrushes(). |
|
|
|
|
|
|
Definition at line 365 of file q2files.h. Referenced by Portal_VisFlood(). |
|
|
|
|
|
Definition at line 336 of file q2files.h. Referenced by AAS_CreateMapBrushes(), and AAS_SetTexinfo(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 221 of file q2files.h. Referenced by Q2_WriteBSPFile(). |
|
|
Definition at line 36 of file q2files.h. Referenced by FindQuakeFilesInPak(). |
|
|
|
|
|
Definition at line 342 of file q2files.h. Referenced by Q2_BSPBrushToMapBrush(), Q2_ParseBrush(), and Sin_BSPBrushToMapBrush(). |
|
|
Definition at line 282 of file q2files.h. Referenced by Q2_LoadBSPFile(), and Q2_WriteBSPFile(). |
|
|
Definition at line 281 of file q2files.h. Referenced by Q2_LoadBSPFile(), and Q2_WriteBSPFile(). |
|
|
Definition at line 278 of file q2files.h. Referenced by CM_Checksum(), CM_LoadMap(), LoadBSPFile(), Q2_LoadBSPFile(), Q2_WriteBSPFile(), RE_LoadWorldMap(), and WriteBSPFile(). |
|
|
Definition at line 279 of file q2files.h. Referenced by CM_Checksum(), CM_LoadMap(), LoadBSPFile(), Q2_LoadBSPFile(), Q2_WriteBSPFile(), RE_LoadWorldMap(), and WriteBSPFile(). |
|
|
Definition at line 275 of file q2files.h. Referenced by Q2_LoadBSPFile(), and Q2_WriteBSPFile(). |
|
|
Definition at line 264 of file q2files.h. Referenced by CM_LoadMap(), LoadBSPFile(), Q2_LoadBSPFile(), Q2_WriteBSPFile(), RE_LoadWorldMap(), and WriteBSPFile(). |
|
|
Definition at line 270 of file q2files.h. Referenced by Q2_LoadBSPFile(), and Q2_WriteBSPFile(). |
|
|
Definition at line 274 of file q2files.h. Referenced by CM_Checksum(), CM_LoadMap(), LoadBSPFile(), Q2_LoadBSPFile(), Q2_WriteBSPFile(), and WriteBSPFile(). |
|
|
Definition at line 273 of file q2files.h. Referenced by Q2_LoadBSPFile(), and Q2_WriteBSPFile(). |
|
|
Definition at line 272 of file q2files.h. Referenced by CM_Checksum(), CM_LoadMap(), LoadBSPFile(), Q2_LoadBSPFile(), Q2_WriteBSPFile(), RE_LoadWorldMap(), and WriteBSPFile(). |
|
|
Definition at line 271 of file q2files.h. Referenced by Q2_LoadBSPFile(), and Q2_WriteBSPFile(). |
|
|
Definition at line 277 of file q2files.h. Referenced by CM_Checksum(), CM_LoadMap(), LoadBSPFile(), Q2_LoadBSPFile(), Q2_WriteBSPFile(), RE_LoadWorldMap(), and WriteBSPFile(). |
|
|
Definition at line 268 of file q2files.h. Referenced by CM_Checksum(), CM_LoadMap(), LoadBSPFile(), Q2_LoadBSPFile(), Q2_WriteBSPFile(), RE_LoadWorldMap(), and WriteBSPFile(). |
|
|
Definition at line 265 of file q2files.h. Referenced by CM_Checksum(), CM_LoadMap(), LoadBSPFile(), Q2_LoadBSPFile(), Q2_WriteBSPFile(), RE_LoadWorldMap(), and WriteBSPFile(). |
|
|
Definition at line 280 of file q2files.h. Referenced by Q2_LoadBSPFile(), and Q2_WriteBSPFile(). |
|
|
Definition at line 276 of file q2files.h. Referenced by Q2_LoadBSPFile(), and Q2_WriteBSPFile(). |
|
|
Definition at line 269 of file q2files.h. Referenced by Q2_LoadBSPFile(), and Q2_WriteBSPFile(). |
|
|
Definition at line 266 of file q2files.h. Referenced by Q2_LoadBSPFile(), and Q2_WriteBSPFile(). |
|
|
Definition at line 267 of file q2files.h. Referenced by CM_LoadMap(), LoadBSPFile(), Q2_LoadBSPFile(), Q2_WriteBSPFile(), RE_LoadWorldMap(), and WriteBSPFile(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 237 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
Definition at line 236 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
Definition at line 231 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
Definition at line 240 of file q2files.h. Referenced by Q2_AllocMaxBSP(), Q2_FixTextureReferences(), and Q2_LoadBSPFile(). |
|
|
Definition at line 247 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
|
|
|
Definition at line 233 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
Definition at line 243 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
Definition at line 245 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
Definition at line 244 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
Definition at line 241 of file q2files.h. Referenced by CalcPHS(), ClusterMerge(), Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
Definition at line 249 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
Definition at line 230 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
Definition at line 239 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
Definition at line 238 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
|
|
|
Definition at line 248 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
Definition at line 234 of file q2files.h. Referenced by Q2_LoadBSPFile(). |
|
|
Definition at line 242 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
Definition at line 250 of file q2files.h. Referenced by Q2_AllocMaxBSP(), and Q2_LoadBSPFile(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 381 of file q2files.h. Referenced by MakeAreaPortalBrush(), Q2_BSPBrushToMapBrush(), Q2_ParseBrush(), Q3_BrushContents(), Q3_BSPBrushToMapBrush(), and Sin_BSPBrushToMapBrush(). |
|
|
|
|
|
|
|
|
Definition at line 382 of file q2files.h. Referenced by Q2_HintSkipBrush(), and Sin_HintSkipBrush(). |
|
|
|
|
|
|
|
|
Definition at line 376 of file q2files.h. Referenced by CCamWnd::Cam_Draw(), Q2_BrushContents(), Q2_BSPBrushToMapBrush(), Q2_ParseBrush(), Sin_BrushContents(), and Sin_BSPBrushToMapBrush(). |
|
|
|
|
|
Definition at line 375 of file q2files.h. Referenced by SubdivideFace(). |
|
|
Referenced by FindMiptex(), Texture_ForName(), Texture_ForNamePath(), and Texture_LoadTexture(). |
|
|
Referenced by Q2_LoadBSPFile(), Q2_LoadBSPFileTexinfo(), Q2_PrintBSPFileSizes(), Q2_WriteBSPFile(), SubdivideFace(), and TexinfoForBrushTexture(). |
1.3.9.1