Home
last modified time | relevance | path

Searched refs:HUD_LOG (Results 1 – 9 of 9) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/hud/widgets/
H A Dplayerlogwidget.cpp212 if(!cfg.hudShown[HUD_LOG]) in draw()
264 if(!cfg.hudShown[HUD_LOG]) in draw()
300 if(!cfg.hudShown[HUD_LOG] && !entry->dontHide) in draw()
376 if(!cfg.hudShown[HUD_LOG]) in updateGeometry()
396 if(!cfg.hudShown[HUD_LOG]) in updateGeometry()
429 if(!cfg.hudShown[HUD_LOG] && !entry->dontHide) continue; in updateGeometry()
453 ST_LogPost(i, LMF_NO_HIDE, !::cfg.hudShown[HUD_LOG] ? MSGOFF : MSGON); in playerLogVisibilityChanged()
470 C_VAR_BYTE2("msg-show", &cfg.hudShown[HUD_LOG], 0, 0, 1, playerLogVisibilityChanged); in consoleRegister()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/hexen/include/
H A Dx_config.h45 HUD_LOG, enumerator
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/include/
H A Dd_config.h53 HUD_LOG, enumerator
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/include/
H A Dh_config.h53 HUD_LOG, enumerator
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/include/
H A Dd_config.h53 HUD_LOG, enumerator
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/src/
H A Dd_main.cpp159 cfg.hudShown[HUD_LOG] = true; in D_PreInit()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/hexen/src/
H A Dh2_main.cpp141 cfg.hudShown[HUD_LOG] = true; in X_PreInit()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dh_main.cpp172 cfg.hudShown[HUD_LOG] = true; in H_PreInit()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/src/
H A Dd_main.cpp234 cfg.hudShown[HUD_LOG] = true; in D_PreInit()