doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
AASBuild.cpp File Reference
#include "../../../idlib/precompiled.h"
#include "AASBuild_local.h"

Go to the source code of this file.

Macros

#define BFL_PATCH   0x1000
 

Functions

bool MergeAllowed (idBrush *b1, idBrush *b2)
 
bool ExpandedChopAllowed (idBrush *b1, idBrush *b2)
 
bool ExpandedMergeAllowed (idBrush *b1, idBrush *b2)
 
int ParseOptions (const idCmdArgs &args, idAASSettings &settings)
 
void RunAAS_f (const idCmdArgs &args)
 
void RunAASDir_f (const idCmdArgs &args)
 
void RunReach_f (const idCmdArgs &args)
 

Macro Definition Documentation

#define BFL_PATCH   0x1000

Definition at line 34 of file AASBuild.cpp.

Function Documentation

bool ExpandedChopAllowed ( idBrush b1,
idBrush b2 
)

Definition at line 606 of file AASBuild.cpp.

bool ExpandedMergeAllowed ( idBrush b1,
idBrush b2 
)

Definition at line 615 of file AASBuild.cpp.

bool MergeAllowed ( idBrush b1,
idBrush b2 
)

Definition at line 597 of file AASBuild.cpp.

int ParseOptions ( const idCmdArgs args,
idAASSettings settings 
)

Definition at line 848 of file AASBuild.cpp.

void RunAAS_f ( const idCmdArgs args)

Definition at line 879 of file AASBuild.cpp.

void RunAASDir_f ( const idCmdArgs args)

Definition at line 934 of file AASBuild.cpp.

void RunReach_f ( const idCmdArgs args)

Definition at line 992 of file AASBuild.cpp.