Home
last modified time | relevance | path

Searched refs:moveCheckZ (Results 1 – 10 of 10) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/include/
H A Dd_config.h91 byte moveCheckZ; // If true, mobjs can move over/under each other. member
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/include/
H A Dh_config.h87 byte moveCheckZ; // if true, mobjs can move over/under each other. member
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/include/
H A Dd_config.h91 byte moveCheckZ; // if true, mobjs can move over/under each other. member
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dh_console.cpp125 … C_VAR_BYTE ("game-zclip", &cfg.moveCheckZ, 0, 0, 1); in G_ConsoleRegistration()
H A Dh_main.cpp194 cfg.moveCheckZ = true; in H_PreInit()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/src/
H A Dd_console.cpp121 … C_VAR_BYTE ("game-zclip", &cfg.moveCheckZ, 0, 0, 1); in G_ConsoleRegistration()
H A Dd_main.cpp179 cfg.moveCheckZ = true; in D_PreInit()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/src/
H A Dd_console.cpp134 … C_VAR_BYTE ("game-zclip", &cfg.moveCheckZ, 0, 0, 1); in G_ConsoleRegistration()
H A Dd_main.cpp257 cfg.moveCheckZ = true; in D_PreInit()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_map.cpp389 (cfg.moveCheckZ || (tmThing->flags2 & MF2_PASSMOBJ))) in PIT_CheckThing()