Home
last modified time | relevance | path

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

/dports/games/vavoom/vavoom-1.33/source/
H A Dam_map.cpp186 static float mtof_zoommul; // how far the window zooms in each tic (map coords) variable
530 mtof_zoommul = 1.0; in AM_initVariables()
714 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
718 mtof_zoommul = M_ZOOMIN; in AM_Responder()
792 mtof_zoommul = 1.0; in AM_Responder()
811 scale_mtof = scale_mtof * mtof_zoommul; in AM_changeWindowScale()
1597 old_mtof_zoommul = mtof_zoommul; in AM_CheckVariables()
1598 mtof_zoommul = scale_mtof / start_scale_mtof; in AM_CheckVariables()
1617 mtof_zoommul = old_mtof_zoommul; in AM_CheckVariables()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dam_map.c228 static fixed_t mtof_zoommul; // how far the window zooms each tic (map coords) variable
579 mtof_zoommul = FRACUNIT; in AM_initVariables()
808 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
810 curr_mtof_zoommul = mtof_zoommul; in AM_Responder()
814 mtof_zoommul = M_ZOOMIN; in AM_Responder()
816 curr_mtof_zoommul = mtof_zoommul; in AM_Responder()
909 mtof_zoommul = FRACUNIT; in AM_Responder()
1024 mtof_zoommul = ((int) ((float)FRACUNIT * (1.00f + f_paninc / 200.0f))); in AM_changeWindowScale()
1029 mtof_zoommul = ((int) ((float)FRACUNIT / (1.00f + f_paninc / 200.0f))); in AM_changeWindowScale()
1034 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dam_map.c245 static fixed_t mtof_zoommul; // how far the window zooms in each tic (map coords) variable
506 mtof_zoommul = FRACUNIT; in AM_initVariables()
765 mtof_zoommul = M2_ZOOMOUT; in AM_Responder()
772 mtof_zoommul = M2_ZOOMIN; in AM_Responder()
814 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
819 mtof_zoommul = M_ZOOMIN; in AM_Responder()
921 mtof_zoommul = FRACUNIT; in AM_Responder()
938 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
944 mtof_zoommul = FRACUNIT; in AM_changeWindowScale()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dam_map.c195 static fixed_t mtof_zoommul; // how far the window zooms in each tic (map coords) variable
417 mtof_zoommul = FRACUNIT; in AM_initVariables()
646 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
651 mtof_zoommul = M_ZOOMIN; in AM_Responder()
744 mtof_zoommul = FRACUNIT; in AM_Responder()
761 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dam_map.c195 static fixed_t mtof_zoommul; // how far the window zooms in each tic (map coords) variable
417 mtof_zoommul = FRACUNIT; in AM_initVariables()
646 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
651 mtof_zoommul = M_ZOOMIN; in AM_Responder()
744 mtof_zoommul = FRACUNIT; in AM_Responder()
761 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dam_map.c165 static fixed_t mtof_zoommul; // how far the window zooms in each tic (map coords) variable
323 mtof_zoommul = FRACUNIT; in AM_initVariables()
515 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
520 mtof_zoommul = M_ZOOMIN; in AM_Responder()
585 mtof_zoommul = FRACUNIT; in AM_Responder()
600 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dam_map.c219 static fixed_t mtof_zoommul; // how far the window zooms in each tic (map coords) variable
440 mtof_zoommul = FRACUNIT; in AM_initVariables()
664 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
669 mtof_zoommul = M_ZOOMIN; in AM_Responder()
752 mtof_zoommul = FRACUNIT; in AM_Responder()
769 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dam_map.c109 static fixed_t mtof_zoommul; // how far the window zooms in each tic (map coords) variable
347 mtof_zoommul = FRACUNIT; in AM_initVariables()
581 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
586 mtof_zoommul = M_ZOOMIN; in AM_Responder()
676 mtof_zoommul = FRACUNIT; in AM_Responder()
689 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/heretic/glheretic-1.2/
H A Dam_map.c87 static fixed_t mtof_zoommul; /* how far the window zooms in each tic (map coords) */ variable
323 mtof_zoommul = FRACUNIT; in AM_initVariables()
521 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
525 mtof_zoommul = M_ZOOMIN; in AM_Responder()
597 mtof_zoommul = FRACUNIT; in AM_Responder()
609 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dam_map.c109 static fixed_t mtof_zoommul; // how far the window zooms in each tic (map coords) variable
347 mtof_zoommul = FRACUNIT; in AM_initVariables()
583 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
588 mtof_zoommul = M_ZOOMIN; in AM_Responder()
690 mtof_zoommul = FRACUNIT; in AM_Responder()
703 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dam_map.c48 static fixed_t mtof_zoommul; // how far the window zooms in each tic (map coords) variable
289 mtof_zoommul = FRACUNIT; in AM_initVariables()
501 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
506 mtof_zoommul = M_ZOOMIN; in AM_Responder()
581 mtof_zoommul = FRACUNIT; in AM_Responder()
592 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dam_map.c48 static fixed_t mtof_zoommul; // how far the window zooms in each tic (map coords) variable
289 mtof_zoommul = FRACUNIT; in AM_initVariables()
498 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
503 mtof_zoommul = M_ZOOMIN; in AM_Responder()
578 mtof_zoommul = FRACUNIT; in AM_Responder()
589 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dam_map.c199 static fixed_t mtof_zoommul; // how far the window zooms each tic (map coords) variable
430 mtof_zoommul = FRACUNIT; in AM_initVariables()
636 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
641 mtof_zoommul = M_ZOOMIN; in AM_Responder()
725 mtof_zoommul = FRACUNIT; in AM_Responder()
772 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/uhexen/uhexen-0.601/src/
H A Dam_map.c46 static fixed_t mtof_zoommul; // how far the window zooms in each tic (map coords) variable
281 mtof_zoommul = FRACUNIT; in AM_initVariables()
452 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
456 mtof_zoommul = M_ZOOMIN; in AM_Responder()
519 mtof_zoommul = FRACUNIT; in AM_Responder()
531 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dam_map.c262 static fixed_t mtof_zoommul; // how far the window zooms in each tic (map coords) variable
508 mtof_zoommul = FRACUNIT; in AM_initVariables()
736 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
740 mtof_zoommul = M_ZOOMIN; in AM_Responder()
804 mtof_zoommul = FRACUNIT; in AM_Responder()
826 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/prboom/prboom-2.5.0/src/
H A Dam_map.c200 static fixed_t mtof_zoommul; // how far the window zooms each tic (map coords) variable
436 mtof_zoommul = FRACUNIT; in AM_initVariables()
639 mtof_zoommul = M_ZOOMOUT; in AM_Responder()
644 mtof_zoommul = M_ZOOMIN; in AM_Responder()
728 mtof_zoommul = FRACUNIT; in AM_Responder()
775 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dam_map.cpp746 static fixed_t mtof_zoommul; // how far the window zooms in each tic (map coords) variable
1241 mtof_zoommul = MAPUNIT; in AM_initVariables()
1521 int mtof_zoommul; in AM_changeWindowScale() local
1525 mtof_zoommul = int(M_ZOOMIN * am_zoomdir); in AM_changeWindowScale()
1529 mtof_zoommul = int(M_ZOOMOUT / -am_zoomdir); in AM_changeWindowScale()
1533 mtof_zoommul = int(M_ZOOMIN); in AM_changeWindowScale()
1537 mtof_zoommul = int(M_ZOOMOUT); in AM_changeWindowScale()
1541 mtof_zoommul = MAPUNIT; in AM_changeWindowScale()
1546 scale_mtof = MapMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dam_map.cpp293 static fixed_t mtof_zoommul; // how far the window zooms in each tic (map coords) variable
503 mtof_zoommul = FRACUNIT; in AM_initVariables()
810 mtof_zoommul = M_ZOOMOUT; in END_COMMAND()
815 mtof_zoommul = M_ZOOMIN; in END_COMMAND()
879 mtof_zoommul = FRACUNIT; in END_COMMAND()
895 scale_mtof = FixedMul(scale_mtof, mtof_zoommul); in AM_changeWindowScale()