Performs check on a loaded mapfile, and makes changes that can be saved back to the source map. More...
Go to the source code of this file.
Defines | |
#define | NUM_NONE -1 |
#define | NUM_DIFF -2 |
#define | NUM_SAME -3 |
Functions | |
void | Check_Printf (const verbosityLevel_t msgVerbLevel, qboolean change, int entnum, int brushnum, const char *format,...) __attribute__((format(printf |
void void | Check_InitEntityDefs (void) |
void | Check_Free (void) |
free the mapbrush_t::nearBrushes, compositeSides and entitiesdef.h stuff. |
Performs check on a loaded mapfile, and makes changes that can be saved back to the source map.
Definition in file checklib.h.
#define NUM_DIFF -2 |
Definition at line 32 of file checklib.h.
#define NUM_NONE -1 |
constants that may be passed to Check_Printf in lieu of entity/brush numbers
Definition at line 31 of file checklib.h.
Referenced by Check_Printf().
#define NUM_SAME -3 |
Definition at line 33 of file checklib.h.
Referenced by Check_Printf(), CheckMixedFaceContents(), and DisplayContentFlags().
void Check_Free | ( | void | ) |
free the mapbrush_t::nearBrushes, compositeSides and entitiesdef.h stuff.
Definition at line 152 of file checklib.c.
References compositeSides, ED_Free(), i, mapbrushes, Mem_Free, compositeSide_s::memberSides, mapbrush_s::nearBrushes, numCompositeSides, nummapbrushes, compositeSide_s::numMembers, and mapbrush_s::numNear.
Referenced by main().
void void Check_InitEntityDefs | ( | void | ) |
Definition at line 130 of file checklib.c.
References byte, ED_ERROR, ED_GetLastError(), ED_Parse(), FS_LoadFile(), Mem_Free, numEntityDefs, and Sys_Error().
Referenced by Check_Stats(), and CheckEntities().
void Check_Printf | ( | const verbosityLevel_t | msgVerbLevel, | |
qboolean | change, | |||
int | entnum, | |||
int | brushnum, | |||
const char * | format, | |||
... | ||||
) |