Home
last modified time | relevance | path

Searched refs:hudShownCheatCounters (Results 1 – 7 of 7) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/hud/widgets/
H A Dsecretswidget.cpp62 if(!(::cfg.common.hudShownCheatCounters & (CCH_SECRETS | CCH_SECRETS_PRCNT))) return; in draw()
68 if(::cfg.common.hudShownCheatCounters & CCH_SECRETS) in draw()
72 if(::cfg.common.hudShownCheatCounters & CCH_SECRETS_PRCNT) in draw()
75 .arg((cfg.common.hudShownCheatCounters & CCH_SECRETS) ? "(" : "") in draw()
77 .arg((cfg.common.hudShownCheatCounters & CCH_SECRETS) ? ")" : ""); in draw()
115 if(!(::cfg.common.hudShownCheatCounters & (CCH_SECRETS | CCH_SECRETS_PRCNT))) return; in updateGeometry()
121 if(::cfg.common.hudShownCheatCounters & CCH_SECRETS) in updateGeometry()
125 if(::cfg.common.hudShownCheatCounters & CCH_SECRETS_PRCNT) in updateGeometry()
128 .arg((cfg.common.hudShownCheatCounters & CCH_SECRETS) ? "(" : "") in updateGeometry()
130 .arg((cfg.common.hudShownCheatCounters & CCH_SECRETS) ? ")" : ""); in updateGeometry()
H A Dkillswidget.cpp68 if(!(::cfg.common.hudShownCheatCounters & (CCH_KILLS | CCH_KILLS_PRCNT))) return; in draw()
76 if(::cfg.common.hudShownCheatCounters & CCH_KILLS) in draw()
80 if(::cfg.common.hudShownCheatCounters & CCH_KILLS_PRCNT) in draw()
83 .arg((::cfg.common.hudShownCheatCounters & CCH_KILLS) ? "(" : "") in draw()
85 .arg((::cfg.common.hudShownCheatCounters & CCH_KILLS) ? ")" : ""); in draw()
113 if(!(::cfg.common.hudShownCheatCounters & (CCH_KILLS | CCH_KILLS_PRCNT))) return; in updateGeometry()
121 if(::cfg.common.hudShownCheatCounters & CCH_KILLS) in updateGeometry()
125 if(::cfg.common.hudShownCheatCounters & CCH_KILLS_PRCNT) in updateGeometry()
128 .arg((::cfg.common.hudShownCheatCounters & CCH_KILLS) ? "(" : "") in updateGeometry()
130 .arg((::cfg.common.hudShownCheatCounters & CCH_KILLS) ? ")" : ""); in updateGeometry()
H A Ditemswidget.cpp68 if(!(::cfg.common.hudShownCheatCounters & (CCH_ITEMS | CCH_ITEMS_PRCNT))) return; in draw()
76 if(cfg.common.hudShownCheatCounters & CCH_ITEMS) in draw()
80 if(cfg.common.hudShownCheatCounters & CCH_ITEMS_PRCNT) in draw()
83 .arg((::cfg.common.hudShownCheatCounters & CCH_ITEMS) ? "(" : "") in draw()
85 .arg((::cfg.common.hudShownCheatCounters & CCH_ITEMS) ? ")" : ""); in draw()
113 if(!(::cfg.common.hudShownCheatCounters & (CCH_ITEMS | CCH_ITEMS_PRCNT))) return; in updateGeometry()
121 if(cfg.common.hudShownCheatCounters & CCH_ITEMS) in updateGeometry()
125 if(cfg.common.hudShownCheatCounters & CCH_ITEMS_PRCNT) in updateGeometry()
128 .arg((::cfg.common.hudShownCheatCounters & CCH_ITEMS) ? "(" : "") in updateGeometry()
130 .arg((::cfg.common.hudShownCheatCounters & CCH_ITEMS) ? ")" : ""); in updateGeometry()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/include/
H A Dconfig.h102 byte hudShownCheatCounters; member
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/src/
H A Dst_stuff.cpp751 …C_VAR_BYTE2( "hud-cheat-counter", &cfg.common.hudShownCheatCounters, 0, 0, … in ST_Register()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dst_stuff.cpp1431 …C_VAR_BYTE2 ( "hud-cheat-counter", &cfg.common.hudShownCheatCounters, 0, 0, 63, unhid… in ST_Register()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/src/
H A Dst_stuff.cpp1430 …C_VAR_BYTE2 ("hud-cheat-counter", &cfg.common.hudShownCheatCounters, 0, 0, 63, unhid… in ST_Register()