|
UFO: Alien Invasion
|
#include <shared.h>

| int mapConfig_t::block_xh |
Definition at line 76 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| int mapConfig_t::block_xl |
Definition at line 76 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| int mapConfig_t::block_yh |
Definition at line 76 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| int mapConfig_t::block_yl |
Definition at line 76 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| float mapConfig_t::brightness |
global light scale factor
Definition at line 113 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| bool mapConfig_t::chkAll |
Definition at line 97 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::chkBrushes |
Definition at line 90 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::chkContained |
Definition at line 86 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::chkEntities |
Definition at line 85 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::chkFillLevelFlags |
Definition at line 87 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::chkIntersection |
Definition at line 88 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::chkLevelFlags |
Definition at line 91 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::chkMixedFaceContents |
Definition at line 93 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::chkMMicro |
Definition at line 94 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::chkNodraws |
Definition at line 89 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::chkTextures |
Definition at line 92 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::chkZFight |
Definition at line 95 of file shared.h.
Referenced by main(), and U2M_Parameter().
| int mapConfig_t::compile_for_day |
| float mapConfig_t::contrast |
Definition at line 112 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| float mapConfig_t::entity_scale |
entity lighting scale factor
Definition at line 116 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| bool mapConfig_t::exportLightmaps |
will export the lightmaps and direction data into tga images
Definition at line 64 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::extrasamples |
apply sampling to the lightmap- makes lightmap smoother
Definition at line 78 of file shared.h.
Referenced by U2M_Parameter().
| bool mapConfig_t::fixMap |
Definition at line 98 of file shared.h.
Referenced by main(), PrintMapName(), and U2M_Parameter().
| bool mapConfig_t::fulldetail |
everything with content will get a detail brush
Definition at line 62 of file shared.h.
Referenced by U2M_Parameter().
| char mapConfig_t::gamedir[MAX_VAR] |
Definition at line 109 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::generateDebugTrace |
Definition at line 101 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| bool mapConfig_t::generateFootstepFile |
Definition at line 81 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| bool mapConfig_t::generateMaterialFile |
Definition at line 82 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::generateTraceFile |
Definition at line 100 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| bool mapConfig_t::info |
Definition at line 80 of file shared.h.
Referenced by main(), and U2M_Parameter().
| byte mapConfig_t::lightquant |
Definition at line 114 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| float mapConfig_t::mapMicrovol |
-check mbr micro test before CSG
Definition at line 96 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| float mapConfig_t::microvolume |
-micro test after CSG
Definition at line 77 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| int mapConfig_t::nice |
Definition at line 56 of file shared.h.
Referenced by U2M_Parameter().
| bool mapConfig_t::nobackclip |
does not filter out back clipping brushes - results in larger bsp files
Definition at line 74 of file shared.h.
Referenced by U2M_Parameter().
| bool mapConfig_t::nocsg |
If set, the call to chop the brushes is deactivated - there will be no reduction of intersecting brushes with non-intersecting brushes. The resulting bsp file will also be larger with this option turned on.
Definition at line 67 of file shared.h.
Referenced by U2M_Parameter().
| bool mapConfig_t::nodetail |
do not put any of the detail brushes in the bsp
Definition at line 61 of file shared.h.
Referenced by U2M_Parameter().
| int mapConfig_t::nolighting |
Definition at line 75 of file shared.h.
Referenced by main(), and U2M_Parameter().
| bool mapConfig_t::nomerge |
If set, faces that share the same edge on the same plane are not merged
Definition at line 65 of file shared.h.
Referenced by U2M_Parameter().
| bool mapConfig_t::noprune |
If not set to true the brushlists of child nodes are combined. The bsp file will get larger and the compile time will increase
Definition at line 59 of file shared.h.
Referenced by U2M_Parameter().
| bool mapConfig_t::noshare |
If true, keep identical edges in the bsp
Definition at line 70 of file shared.h.
Referenced by U2M_Parameter().
| bool mapConfig_t::nosubdiv |
If this is set to false faces that are larger than the given chop size will get subdivided
Definition at line 71 of file shared.h.
Referenced by U2M_Parameter().
| bool mapConfig_t::notjunc |
If true, do not break edges on tjunctions. This will decrease the compile times and should not be used on final compiles
Definition at line 72 of file shared.h.
Referenced by U2M_Parameter().
| bool mapConfig_t::nowater |
does not add any CONTENTS_WATER brush to the bsp
Definition at line 66 of file shared.h.
Referenced by U2M_Parameter().
| bool mapConfig_t::noweld |
use vertices from curTile->vertexes array or if false, create vertices from a hash table
Definition at line 69 of file shared.h.
Referenced by U2M_Parameter().
| bool mapConfig_t::onlyents |
will only update the entity data without recalculating the pathfinding or the lightmaps
Definition at line 63 of file shared.h.
Referenced by main(), and U2M_Parameter().
| int mapConfig_t::onlynewer |
| bool mapConfig_t::performMapCheck |
Definition at line 84 of file shared.h.
Referenced by main(), PrintMapName(), and U2M_Parameter().
| float mapConfig_t::saturation |
Definition at line 111 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| bool mapConfig_t::soft |
use different supersampling pattern for lightmap, which produces softer shadows
Definition at line 79 of file shared.h.
Referenced by U2M_Parameter().
| bool mapConfig_t::stats |
print stats and quit. implemented as a kind of check
Definition at line 99 of file shared.h.
Referenced by main(), and U2M_Parameter().
| float mapConfig_t::subdivideSize |
Definition at line 55 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| vec3_t mapConfig_t::sun_ambient_color[LIGHTMAP_MAX] |
Definition at line 104 of file shared.h.
Referenced by U2M_SetDefaultConfigValues().
| vec3_t mapConfig_t::sun_angles[LIGHTMAP_MAX] |
Definition at line 106 of file shared.h.
Referenced by U2M_SetDefaultConfigValues().
| vec3_t mapConfig_t::sun_color[LIGHTMAP_MAX] |
Definition at line 105 of file shared.h.
Referenced by U2M_SetDefaultConfigValues().
| int mapConfig_t::sun_intensity[LIGHTMAP_MAX] |
Definition at line 103 of file shared.h.
Referenced by U2M_SetDefaultConfigValues().
| vec3_t mapConfig_t::sun_normal[LIGHTMAP_MAX] |
Definition at line 107 of file shared.h.
Referenced by U2M_SetDefaultConfigValues().
| float mapConfig_t::surface_scale |
surface lighting scale factor
Definition at line 115 of file shared.h.
Referenced by U2M_Parameter(), and U2M_SetDefaultConfigValues().
| bool mapConfig_t::verboseentities |
prints entity sub model information to the console
Definition at line 73 of file shared.h.
Referenced by U2M_Parameter().
| verbosityLevel_t mapConfig_t::verbosity |
Definition at line 58 of file shared.h.
Referenced by AbortPrint(), main(), U2M_Parameter(), and U2M_SetDefaultConfigValues().