Home
last modified time | relevance | path

Searched refs:modifiedgame (Results 1 – 25 of 65) sorted by relevance

123

/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dw_main.c32 boolean modifiedgame = false; in W_ParseCommandLine() local
54 modifiedgame = true; in W_ParseCommandLine()
82 modifiedgame = true; in W_ParseCommandLine()
109 modifiedgame = true; in W_ParseCommandLine()
134 modifiedgame = true; in W_ParseCommandLine()
157 modifiedgame = true; in W_ParseCommandLine()
178 modifiedgame = true; // homebrew levels in W_ParseCommandLine()
192 return modifiedgame; in W_ParseCommandLine()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dw_main.c35 boolean modifiedgame = false; in W_ParseCommandLine() local
57 modifiedgame = true; in W_ParseCommandLine()
86 modifiedgame = true; in W_ParseCommandLine()
114 modifiedgame = true; in W_ParseCommandLine()
140 modifiedgame = true; in W_ParseCommandLine()
164 modifiedgame = true; in W_ParseCommandLine()
186 modifiedgame = true; // homebrew levels in W_ParseCommandLine()
202 return modifiedgame; in W_ParseCommandLine()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Ddoomstat.c31 boolean modifiedgame; variable
H A Ddoomstat.h64 extern boolean modifiedgame;
H A Dd_main.c1747 modifiedgame = false; in D_DoomMain()
1773 modifiedgame = W_ParseCommandLine(); in D_DoomMain()
1890 if (modifiedgame) in D_DoomMain()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Ddoomstat.c31 boolean modifiedgame; variable
H A Ddoomstat.h64 extern boolean modifiedgame;
H A Dd_main.c1723 modifiedgame = false; in D_DoomMain()
1735 modifiedgame = W_ParseCommandLine(); in D_DoomMain()
1852 if (modifiedgame) in D_DoomMain()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Ddoomstat.c31 boolean modifiedgame; variable
H A Ddoomstat.h72 extern boolean modifiedgame;
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Ddoomstat.c32 boolean modifiedgame; variable
H A Ddoomstat.h72 extern boolean modifiedgame;
H A Dd_main.c1424 modifiedgame = false; in D_DoomMain()
1517 modifiedgame = W_ParseCommandLine(); in D_DoomMain()
1618 if (modifiedgame && (gamevariant != freedoom)) in D_DoomMain()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Ddoomstat.cpp56 BOOL modifiedgame; variable
H A Ddoomstat.h55 extern BOOL modifiedgame;
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Ddoomstat.c45 dbool modifiedgame; variable
H A Ddoomstat.h64 extern dbool modifiedgame;
/dports/games/prboom/prboom-2.5.0/src/
H A Ddoomstat.c48 boolean modifiedgame; variable
H A Ddoomstat.h66 extern boolean modifiedgame;
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Ddoomstat.c48 dboolean modifiedgame; variable
H A Ddoomstat.h66 extern dboolean modifiedgame;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_clisrv.h156 UINT8 modifiedgame; member
222 UINT8 modifiedgame; member
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Ddoomstat.h196 extern boolean modifiedgame;
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/hexen/include/
H A Dh2def.h365 DENG_EXTERN_C dd_bool modifiedgame; variable
/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Dd_main.cpp358 if (modifiedgame && (gameinfo.flags & GI_SHAREWARE)) in D_DoomMain()

123