/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/ |
H A D | d_net.c | 119 fastparm = settings->fast_monsters; in LoadGameSettings() 151 settings->fast_monsters = fastparm; in SaveGameSettings()
|
H A D | doomstat.h | 49 extern boolean fastparm; // checkparm of -fast
|
H A D | g_game.c | 1108 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 D | d_net.c | 117 fastparm = settings->fast_monsters; in LoadGameSettings() 149 settings->fast_monsters = fastparm; in SaveGameSettings()
|
H A D | doomstat.h | 48 extern boolean fastparm; // checkparm of -fast
|
H A D | g_game.c | 1716 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 D | d_net.c | 123 fastparm = settings->fast_monsters; in LoadGameSettings() 156 settings->fast_monsters = fastparm; in SaveGameSettings()
|
H A D | doomstat.h | 48 extern boolean fastparm; // checkparm of -fast
|
H A D | g_game.c | 1923 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 D | d_net.c | 123 fastparm = settings->fast_monsters; in LoadGameSettings() 156 settings->fast_monsters = fastparm; in SaveGameSettings()
|
H A D | doomstat.h | 48 extern boolean fastparm; // checkparm of -fast
|
H A D | g_game.c | 1917 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 D | m_netgame.cc | 482 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 D | dm_defs.h | 103 bool fastparm; member
|
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/ |
H A D | d_net.h | 115 uint8_t fastparm; member
|
H A D | m_cheat.c | 609 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 D | doomstat.h | 54 extern dbool fastparm; // checkparm of -fast
|
/dports/games/prboom/prboom-2.5.0/src/ |
H A D | d_net.h | 121 byte fastparm; member
|
H A D | m_cheat.c | 572 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 D | doomstat.h | 55 extern boolean fastparm; // checkparm of -fast
|
H A D | g_game.c | 2048 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 D | d_net.h | 121 byte fastparm; member
|
H A D | m_cheat.c | 494 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 D | doomstat.h | 55 extern dboolean fastparm; // checkparm of -fast
|
/dports/games/vavoom/vavoom-1.33/source/ |
H A D | p_gameinfo.h | 56 vuint8 fastparm; variable
|