Home
last modified time | relevance | path

Searched refs:fastparm (Results 1 – 25 of 58) sorted by relevance

123

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dd_net.c119 fastparm = settings->fast_monsters; in LoadGameSettings()
151 settings->fast_monsters = fastparm; in SaveGameSettings()
H A Ddoomstat.h49 extern boolean fastparm; // checkparm of -fast
H A Dg_game.c1108 fastparm = M_CheckParm ("-fast"); in G_ReadGameParms()
2488 if ((fastparm || skill == sk_nightmare) && !fast_applied) in G_InitNew()
2501 else if (!fastparm && skill != sk_nightmare && fast_applied) in G_InitNew()
2838 *demo_p++ = fastparm; in G_BeginRecording()
2988 fastparm = *demo_p++; in G_DoPlayDemo()
2996 fastparm = 0; in G_DoPlayDemo()
3127 fastparm = false; in G_CheckDemoStatus()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dd_net.c117 fastparm = settings->fast_monsters; in LoadGameSettings()
149 settings->fast_monsters = fastparm; in SaveGameSettings()
H A Ddoomstat.h48 extern boolean fastparm; // checkparm of -fast
H A Dg_game.c1716 fastparm = false; in G_DoNewGame()
1810 if (fastparm || (skill == sk_nightmare && gameskill != sk_nightmare) ) in G_InitNew()
2088 *demo_p++ = fastparm; in G_BeginRecording()
2192 fastparm = *demo_p++; in G_DoPlayDemo()
2278 fastparm = false; in G_CheckDemoStatus()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dd_net.c123 fastparm = settings->fast_monsters; in LoadGameSettings()
156 settings->fast_monsters = fastparm; in SaveGameSettings()
H A Ddoomstat.h48 extern boolean fastparm; // checkparm of -fast
H A Dg_game.c1923 fastparm = false; in G_DoNewGame()
2022 if(fastparm || (skill == sk_nightmare && skill != gameskill)) in G_InitNew()
2258 *demo_p++ = fastparm; in G_BeginRecording()
2356 fastparm = *demo_p++; in G_DoPlayDemo()
2453 fastparm = false; in G_CheckDemoStatus()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dd_net.c123 fastparm = settings->fast_monsters; in LoadGameSettings()
156 settings->fast_monsters = fastparm; in SaveGameSettings()
H A Ddoomstat.h48 extern boolean fastparm; // checkparm of -fast
H A Dg_game.c1917 fastparm = false; in G_DoNewGame()
2016 if(fastparm || (skill == sk_nightmare && skill != gameskill)) in G_InitNew()
2249 *demo_p++ = fastparm; in G_BeginRecording()
2347 fastparm = *demo_p++; in G_DoPlayDemo()
2444 fastparm = false; in G_CheckDemoStatus()
/dports/games/edge/Edge-1.35-source/src/
H A Dm_netgame.cc482 if (ng_params->flags->fastparm) in HostChangeOption()
484 ng_params->flags->fastparm = false; in HostChangeOption()
489 ng_params->flags->fastparm = true; in HostChangeOption()
565 … y, "MONSTERS", ng_params->flags->nomonsters ? "OFF" : ng_params->flags->fastparm ? "FAST" : "ON"); in M_DrawHostMenu()
H A Ddm_defs.h103 bool fastparm; member
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dd_net.h115 uint8_t fastparm; member
H A Dm_cheat.c609 plyr->message = (fastparm = !fastparm) ? "Fast Monsters On" : in cheat_fast()
611 G_SetFastParms(fastparm); // killough 4/10/98: set -fast parameter correctly in cheat_fast()
H A Ddoomstat.h54 extern dbool fastparm; // checkparm of -fast
/dports/games/prboom/prboom-2.5.0/src/
H A Dd_net.h121 byte fastparm; member
H A Dm_cheat.c572 plyr->message = (fastparm = !fastparm) ? "Fast Monsters On" : in cheat_fast()
574 G_SetFastParms(fastparm); // killough 4/10/98: set -fast parameter correctly in cheat_fast()
H A Ddoomstat.h55 extern boolean fastparm; // checkparm of -fast
H A Dg_game.c2048 fastparm = clfastparm; in G_ReloadDefaults()
2168 G_SetFastParms(fastparm || skill == sk_nightmare); // killough 4/10/98 in G_InitNew()
2343 *demo_p++ = fastparm; in G_WriteOptions()
2432 fastparm = *demo_p++; in G_ReadOptions()
2597 *demo_p++ = fastparm; in G_BeginRecording()
2734 fastparm = *demo_p++; in G_ReadDemoHeader()
2747 deathmatch = respawnparm = fastparm = in G_ReadDemoHeader()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dd_net.h121 byte fastparm; member
H A Dm_cheat.c494 plyr->message = (fastparm = !fastparm) ? "Fast Monsters On" : in cheat_fast()
496 G_SetFastParms(fastparm); // killough 4/10/98: set -fast parameter correctly in cheat_fast()
H A Ddoomstat.h55 extern dboolean fastparm; // checkparm of -fast
/dports/games/vavoom/vavoom-1.33/source/
H A Dp_gameinfo.h56 vuint8 fastparm; variable

123