|
UFO: Alien Invasion
|
Performs check on a loaded mapfile, and makes changes that can be saved back to the source map. More...
#include "../common/shared.h"

Go to the source code of this file.
Macros | |
| #define | NUM_NONE -1 |
| #define | NUM_DIFF -2 |
| #define | NUM_SAME -3 |
Functions | |
| void | Check_Printf (const verbosityLevel_t msgVerbLevel, bool 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 33 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 32 of file checklib.h.
Referenced by Check_Printf().
| #define NUM_SAME -3 |
Definition at line 34 of file checklib.h.
Referenced by Check_Printf(), CheckMixedFaceContents(), and DisplayContentFlags().
free the mapbrush_t::nearBrushes, compositeSides and entitiesdef.h stuff.
Definition at line 153 of file checklib.cpp.
References compositeSides, ED_Free(), i, mapbrushes, Mem_Free, compositeSide_t::memberSides, mapbrush_t::nearBrushes, numCompositeSides, nummapbrushes, compositeSide_t::numMembers, and mapbrush_t::numNear.
Referenced by Check_Printf(), and main().
Definition at line 131 of file checklib.cpp.
References ED_ERROR, ED_GetLastError(), ED_Parse(), FS_LoadFile(), Mem_Free, numEntityDefs, and Sys_Error().
Referenced by Check_Printf(), Check_Stats(), and CheckEntities().
| void Check_Printf | ( | const verbosityLevel_t | msgVerbLevel, |
| bool | change, | ||
| int | entnum, | ||
| int | brushnum, | ||
| const char * | format, | ||
| ... ) |
References __attribute__, Check_Free(), Check_InitEntityDefs(), and format().