Home
last modified time | relevance | path

Searched refs:MIN_WORLD_COORD (Results 1 – 25 of 46) sorted by relevance

12

/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/
H A Dplatform.h225 #define MIN_WORLD_COORD ( -128 * 1024 ) macro
226 #define MAX_WORLD_SIZE ( MAX_WORLD_COORD - MIN_WORLD_COORD )
/dports/games/evq3/evq3/code/qcommon/
H A Dqfiles.h242 #define MIN_WORLD_COORD ( -65536 ) macro
244 #define WORLD_SIZE ( MAX_WORLD_COORD - MIN_WORLD_COORD )
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/common/
H A Dqfiles.h356 #define MIN_WORLD_COORD (-65536) macro
358 #define WORLD_SIZE (MAX_WORLD_COORD - MIN_WORLD_COORD)
H A Dpolylib.c575 if (p1[j] > MAX_WORLD_COORD || p1[j] < MIN_WORLD_COORD) in CheckWinding()
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/common/
H A Dqfiles.h356 #define MIN_WORLD_COORD ( -65536 ) macro
358 #define WORLD_SIZE ( MAX_WORLD_COORD - MIN_WORLD_COORD )
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dqfiles.h447 #define MIN_WORLD_COORD ( -128*1024 ) macro
448 #define WORLD_SIZE ( MAX_WORLD_COORD - MIN_WORLD_COORD )
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dqfiles.h447 #define MIN_WORLD_COORD ( -128*1024 ) macro
448 #define WORLD_SIZE ( MAX_WORLD_COORD - MIN_WORLD_COORD )
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dqfiles.h447 #define MIN_WORLD_COORD ( -128*1024 ) macro
448 #define WORLD_SIZE ( MAX_WORLD_COORD - MIN_WORLD_COORD )
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dqfiles.h447 #define MIN_WORLD_COORD ( -128*1024 ) macro
448 #define WORLD_SIZE ( MAX_WORLD_COORD - MIN_WORLD_COORD )
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dqfiles.h447 #define MIN_WORLD_COORD ( -128*1024 ) macro
448 #define WORLD_SIZE ( MAX_WORLD_COORD - MIN_WORLD_COORD )
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dqfiles.h492 #define MIN_WORLD_COORD ( -128*1024 ) macro
493 #define WORLD_SIZE ( MAX_WORLD_COORD - MIN_WORLD_COORD )
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dqfiles.h594 #define MIN_WORLD_COORD ( -128 * 1024 ) macro
595 #define WORLD_SIZE ( MAX_WORLD_COORD - MIN_WORLD_COORD )
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dqfiles.h596 #define MIN_WORLD_COORD ( -128 * 1024 ) macro
597 #define WORLD_SIZE ( MAX_WORLD_COORD - MIN_WORLD_COORD )
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DEditorMap.cpp839 idVec3 region_mins(MIN_WORLD_COORD, MIN_WORLD_COORD, MIN_WORLD_COORD);
871 mins[2] = MIN_WORLD_COORD; in AddRegionBrushes()
959 region_mins[i] = MIN_WORLD_COORD; // -4096; in Map_RegionOff()
1060 region_mins[2] = MIN_WORLD_COORD; in Map_RegionXY()
1083 region_mins[2] = MIN_WORLD_COORD; in Map_RegionTallBrush()
H A DZ.CPP71 org[1] = MIN_WORLD_COORD; in Z_MouseDown()
/dports/games/openjk/OpenJK-07675e2/code/rd-vanilla/
H A Dtr_bsp.cpp1044 VectorSet(out->bounds[0], MIN_WORLD_COORD, MIN_WORLD_COORD, MIN_WORLD_COORD); in R_LoadFogs()
1129 VectorSet(out->bounds[0], MIN_WORLD_COORD, MIN_WORLD_COORD, MIN_WORLD_COORD); in R_LoadFogs()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/q3map2/
H A Dbrush.c226 …if( brush->mins[ i ] < MIN_WORLD_COORD || brush->maxs[ i ] > MAX_WORLD_COORD || brush->mins[i] >= … in BoundBrush()
752 if (w->p[i][j] <= MIN_WORLD_COORD || w->p[i][j] >= MAX_WORLD_COORD) in WindingIsHuge()
912 if (b[i]->mins[j] < MIN_WORLD_COORD || b[i]->maxs[j] > MAX_WORLD_COORD) in SplitBrush()
H A Dportals.c532 if (node->mins[i] < MIN_WORLD_COORD || node->maxs[i] > MAX_WORLD_COORD) in MakeTreePortals_r()
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/q3map2/
H A Dbrush.c225 …if ( brush->mins[ i ] < MIN_WORLD_COORD || brush->maxs[ i ] > MAX_WORLD_COORD || brush->mins[i] >=… in BoundBrush()
900 if ( w->p[i][j] <= MIN_WORLD_COORD || w->p[i][j] >= MAX_WORLD_COORD ) { in WindingIsHuge()
H A Dportals.c531 if ( node->mins[i] < MIN_WORLD_COORD || node->maxs[i] > MAX_WORLD_COORD ) { in MakeTreePortals_r()
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dq_shared.h59 #define MIN_WORLD_COORD ( -64 * 1024 ) macro
60 #define WORLD_SIZE ( MAX_WORLD_COORD - MIN_WORLD_COORD )
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/compilers/dmap/
H A Dubrush.cpp219 if (brush->bounds[0][i] < MIN_WORLD_COORD || brush->bounds[1][i] > MAX_WORLD_COORD in BoundBrush()
H A Dportals.cpp475 if ( node->bounds[0][i] < MIN_WORLD_COORD || node->bounds[1][i] > MAX_WORLD_COORD ) { in MakeTreePortals_r()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/compilers/aas/
H A DBrush.cpp252 if ( bounds[0][i] < MIN_WORLD_COORD || bounds[1][i] > MAX_WORLD_COORD ) { in CreateWindings()
299 if ( bounds[0][i] < MIN_WORLD_COORD || bounds[1][i] > MAX_WORLD_COORD ) { in BoundBrush()
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/geometry/
H A DWinding.cpp542 if ( p1[j] >= MAX_WORLD_COORD || p1[j] <= MIN_WORLD_COORD ) { in Check()
1233 if ( p[i][j] <= MIN_WORLD_COORD || p[i][j] >= MAX_WORLD_COORD ) { in IsHuge()

12