Home
last modified time | relevance | path

Searched refs:max_scale_mtof (Results 1 – 18 of 18) sorted by relevance

/dports/games/vavoom/vavoom-1.33/source/
H A Dam_map.cpp213 static float max_scale_mtof; // used to tell when to stop zooming in variable
407 max_scale_mtof = (float)f_h / (2.0 * PLAYERRADIUS); in AM_findMinMaxBoundaries()
592 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
655 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
816 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
1607 max_scale_mtof = (float)f_h / (2.0 * PLAYERRADIUS); in AM_CheckVariables()
1610 if (scale_mtof > max_scale_mtof) in AM_CheckVariables()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dam_map.c222 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
366 max_scale_mtof = FixedDiv(f_h<<FRACBITS, 2*PLAYERRADIUS); in AM_findMinMaxBoundaries()
511 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
567 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
766 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dam_map.c222 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
366 max_scale_mtof = FixedDiv(f_h<<FRACBITS, 2*PLAYERRADIUS); in AM_findMinMaxBoundaries()
511 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
567 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
766 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dam_map.c187 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
286 max_scale_mtof = FixedDiv(f_h<<FRACBITS, 2*PLAYERRADIUS); in AM_findMinMaxBoundaries()
367 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
421 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
605 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dam_map.c246 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
389 max_scale_mtof = FixedDiv(f_h<<FRACBITS, 2*PLAYERRADIUS); in AM_findMinMaxBoundaries()
532 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
587 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
774 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dam_map.c122 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
274 max_scale_mtof = FixedDiv(f_h << FRACBITS, 2 * PLAYERRADIUS); in AM_findMinMaxBoundaries()
450 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
502 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
694 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
/dports/games/heretic/glheretic-1.2/
H A Dam_map.c100 static fixed_t max_scale_mtof; /* used to tell when to stop zooming in */ variable
256 max_scale_mtof = FixedDiv(f_h<<FRACBITS, 2*PLAYERRADIUS); in AM_findMinMaxBoundaries()
425 if (scale_mtof > max_scale_mtof) scale_mtof = min_scale_mtof; in AM_LevelInit()
475 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
613 else if (scale_mtof > max_scale_mtof) AM_maxOutWindowScale(); in AM_changeWindowScale()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dam_map.c122 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
274 max_scale_mtof = FixedDiv(f_h << FRACBITS, 2 * PLAYERRADIUS); in AM_findMinMaxBoundaries()
452 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
504 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
708 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dam_map.c61 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
217 max_scale_mtof = FixedDiv(f_h << FRACBITS, 2 * PLAYERRADIUS); in AM_findMinMaxBoundaries()
366 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
418 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
597 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dam_map.c61 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
217 max_scale_mtof = FixedDiv(f_h << FRACBITS, 2 * PLAYERRADIUS); in AM_findMinMaxBoundaries()
363 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
415 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
594 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dam_map.c226 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
374 max_scale_mtof = FixedDiv(f_h<<FRACBITS, 2*PLAYERRADIUS); in AM_findMinMaxBoundaries()
508 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
582 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
777 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
/dports/games/uhexen/uhexen-0.601/src/
H A Dam_map.c59 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
213 max_scale_mtof = FixedDiv(f_h<<FRACBITS, 2*PLAYERRADIUS); in AM_findMinMaxBoundaries()
357 if (scale_mtof > max_scale_mtof) scale_mtof = min_scale_mtof; in AM_LevelInit()
407 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
535 else if (scale_mtof > max_scale_mtof) AM_maxOutWindowScale(); in AM_changeWindowScale()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dam_map.c280 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
470 max_scale_mtof = FixedDiv(f_h<<FRACBITS, 2*PLAYERRADIUS); in AM_findMinMaxBoundaries()
641 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
829 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
830 scale_mtof = max_scale_mtof; in AM_changeWindowScale()
/dports/games/prboom/prboom-2.5.0/src/
H A Dam_map.c227 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
380 max_scale_mtof = FixedDiv(f_h<<FRACBITS, 2*PLAYERRADIUS); in AM_findMinMaxBoundaries()
511 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
583 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
780 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dam_map.c253 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
445 max_scale_mtof = FixedDiv(f_h<<FRACBITS, 2*PLAYERRADIUS); in AM_findMinMaxBoundaries()
516 if (scale_mtof > max_scale_mtof) in AM_SetScale()
665 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
753 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
1039 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dam_map.c272 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
443 max_scale_mtof = FixedDiv(f_h<<FRACBITS, 2*PLAYERRADIUS); in AM_findMinMaxBoundaries()
627 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
710 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
950 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dam_map.cpp320 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
457 max_scale_mtof = FixedDiv((screen->height)<<FRACBITS, 2*PLAYERRADIUS); in AM_findMinMaxBoundaries()
675 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
734 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
900 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dam_map.cpp770 static fixed_t max_scale_mtof; // used to tell when to stop zooming in variable
1076 max_scale_mtof = MapDiv (SCREENHEIGHT << MAPBITS, 2*PLAYERRADIUS); in AM_calcMinMaxMtoF()
1346 if (scale_mtof > max_scale_mtof) in AM_LevelInit()
1402 scale_mtof = max_scale_mtof; in AM_maxOutWindowScale()
1425 else if (scale_mtof > max_scale_mtof) in AM_NewResolution()
1551 else if (scale_mtof > max_scale_mtof) in AM_changeWindowScale()