Home
last modified time | relevance | path

Searched refs:headsupactive (Results 1 – 14 of 14) sorted by relevance

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dhu_stuff.c96 static boolean headsupactive = false; variable
194 headsupactive = false; in HU_Stop()
230 if(!headsupactive) in HU_Start()
254 headsupactive = true; in HU_Start()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dhu_stuff.c106 static boolean headsupactive = false; variable
360 headsupactive = false; in HU_Stop()
369 if (headsupactive) in HU_Start()
431 headsupactive = true; in HU_Start()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dhu_stuff.c108 static boolean headsupactive = false; variable
206 headsupactive = false; in HU_Stop()
242 if(!headsupactive) in HU_Start()
266 headsupactive = true; in HU_Start()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dhu_stuff.cpp104 int headsupactive; variable
143 headsupactive = 0; in HU_Init()
179 if (headsupactive) in HU_Responder()
187 if (!headsupactive) in HU_Responder()
203 headsupactive = 0; in HU_Responder()
211 headsupactive = 0; in HU_Responder()
217 headsupactive = 0; in HU_Responder()
257 if (headsupactive) in EXTERN_CVAR()
281 if (headsupactive == 2) in EXTERN_CVAR()
376 headsupactive = 1; in BEGIN_COMMAND()
[all …]
H A Dhu_stuff.h48 extern int headsupactive;
H A Dc_bind.cpp443 if (binding->length() && (headsupactive == 0 || ev->data1 < 256)) in C_DoKey()
H A Dc_console.cpp841 …if (!headsupactive && (ConsoleState == c_up || ConsoleState == c_rising || ConsoleState == c_risef… in C_ToggleConsole()
H A Dm_menu.cpp1767 if (ch == -1 || headsupactive) in M_Responder()
H A Dg_game.cpp465 …if (Actions[ACTION_ATTACK] && ConsoleState == c_up && !headsupactive) // john - only add attack wh… in G_BuildTiccmd()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dhu_stuff.c117 static boolean headsupactive = false; variable
514 headsupactive = false; in HU_Stop()
594 if (headsupactive) in HU_Start()
759 headsupactive = true; in HU_Start()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dhu_stuff.c197 static dbool headsupactive = FALSE; variable
345 headsupactive = FALSE; in HU_Stop()
366 if (headsupactive) // stop before starting in HU_Start()
668 headsupactive = TRUE; in HU_Start()
/dports/games/prboom/prboom-2.5.0/src/
H A Dhu_stuff.c197 static boolean headsupactive = false; variable
381 headsupactive = false; in HU_Stop()
401 if (headsupactive) // stop before starting in HU_Start()
688 headsupactive = true; in HU_Start()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dhu_stuff.c187 static dboolean headsupactive = false; variable
401 headsupactive = false; in HU_Stop()
420 if (headsupactive) // stop before starting in HU_Start()
909 headsupactive = true; in HU_Start()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dhu_stuff.c81 static boolean headsupactive = false; variable
339 headsupactive = false; in HU_Stop()
347 if (headsupactive) in HU_Start()
352 headsupactive = true; in HU_Start()