Home
last modified time | relevance | path

Searched refs:w_health (Results 1 – 12 of 12) sorted by relevance

/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dst_stuff.c334 static st_percent_t w_health; variable
808 if (*w_health.n.num<health_red) in ST_drawWidgets()
809 STlib_updatePercent(&w_health, CR_RED, refresh); in ST_drawWidgets()
810 else if (*w_health.n.num<health_yellow) in ST_drawWidgets()
811 STlib_updatePercent(&w_health, CR_GOLD, refresh); in ST_drawWidgets()
812 else if (*w_health.n.num<=health_green) in ST_drawWidgets()
813 STlib_updatePercent(&w_health, CR_GREEN, refresh); in ST_drawWidgets()
815 STlib_updatePercent(&w_health, CR_BLUE2, refresh); //killough 2/28/98 in ST_drawWidgets()
1022 STlib_initPercent(&w_health, in ST_createWidgets()
H A Dhu_stuff.c406 &w_health, in HU_Start()
607 HUlib_addCharToTextLine(&w_health, *(s++)); in HU_Start()
699 w_health.x = is_distributed? HU_HEALTHX_D : HU_HEALTHX; in HU_MoveHud()
700 w_health.y = is_distributed? HU_HEALTHY_D : HU_HEALTHY; in HU_MoveHud()
853 HUlib_clearTextLine(&w_health); in HU_Drawer()
884 w_health.cm = CR_RED; in HU_Drawer()
886 w_health.cm = CR_GOLD; in HU_Drawer()
888 w_health.cm = CR_GREEN; in HU_Drawer()
890 w_health.cm = CR_BLUE; in HU_Drawer()
895 HUlib_addCharToTextLine(&w_health, *(s++)); in HU_Drawer()
[all …]
/dports/games/prboom/prboom-2.5.0/src/
H A Dst_stuff.c334 static st_percent_t w_health; variable
788 if (*w_health.n.num<health_red) in ST_drawWidgets()
789 STlib_updatePercent(&w_health, CR_RED, refresh); in ST_drawWidgets()
790 else if (*w_health.n.num<health_yellow) in ST_drawWidgets()
791 STlib_updatePercent(&w_health, CR_GOLD, refresh); in ST_drawWidgets()
792 else if (*w_health.n.num<=health_green) in ST_drawWidgets()
793 STlib_updatePercent(&w_health, CR_GREEN, refresh); in ST_drawWidgets()
795 STlib_updatePercent(&w_health, CR_BLUE2, refresh); //killough 2/28/98 in ST_drawWidgets()
997 STlib_initPercent(&w_health, in ST_createWidgets()
H A Dhu_stuff.c441 &w_health, in HU_Start()
627 HUlib_addCharToTextLine(&w_health, *(s++)); in HU_Start()
718 w_health.x = hud_distributed? HU_HEALTHX_D : HU_HEALTHX; in HU_MoveHud()
719 w_health.y = hud_distributed? HU_HEALTHY_D : HU_HEALTHY; in HU_MoveHud()
863 HUlib_clearTextLine(&w_health); in HU_Drawer()
894 w_health.cm = CR_RED; in HU_Drawer()
896 w_health.cm = CR_GOLD; in HU_Drawer()
898 w_health.cm = CR_GREEN; in HU_Drawer()
900 w_health.cm = CR_BLUE; in HU_Drawer()
905 HUlib_addCharToTextLine(&w_health, *(s++)); in HU_Drawer()
[all …]
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dst_stuff.c342 static st_percent_t w_health; variable
831 if (*w_health.n.num<health_red) in ST_drawWidgets()
832 STlib_updatePercent(&w_health, CR_RED, refresh); in ST_drawWidgets()
833 else if (*w_health.n.num<health_yellow) in ST_drawWidgets()
834 STlib_updatePercent(&w_health, CR_GOLD, refresh); in ST_drawWidgets()
835 else if (*w_health.n.num<=health_green) in ST_drawWidgets()
836 STlib_updatePercent(&w_health, CR_GREEN, refresh); in ST_drawWidgets()
838 STlib_updatePercent(&w_health, CR_BLUE2, refresh); //killough 2/28/98 in ST_drawWidgets()
1046 STlib_initPercent(&w_health, in ST_createWidgets()
H A Dhu_stuff.c150 static hu_textline_t w_health; //jff 2/16/98 new health widget for hud variable
462 &w_health, in HU_Start()
1009 {&w_health, 0, 0, 0, HU_widget_build_health, HU_widget_draw_health, "health"},
1293 if (w_health.val != -1 && w_health.val == health) in HU_widget_build_health()
1295 w_health.val = health; in HU_widget_build_health()
1298 HUlib_clearTextLine(&w_health); in HU_widget_build_health()
1328 w_health.cm = HU_GetHealthColor(health, CR_BLUE); in HU_widget_build_health()
1333 HUlib_addCharToTextLine(&w_health, *(s++)); in HU_widget_build_health()
1338 HUlib_drawTextLine(&w_health, false); in HU_widget_draw_health()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dst_stuff.c368 static st_number_t w_health; variable
975 w_health.command = STLIB_FLASH; in ST_Draw_Widgets()
1009 STlib_updatePercent(&w_health); in ST_Draw_Widgets()
1396 STlib_initNum(&w_health, in ST_Create_Widgets()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dst_stuff.c341 static st_percent_t w_health; variable
1037 STlib_updatePercent(&w_health, refresh); in ST_drawWidgets()
1263 STlib_initPercent(&w_health, in ST_createWidgets()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dst_stuff.c230 static st_number_t w_health; variable
1327 STlib_drawNumPositive(&w_health); in ST_DrawExternal()
1559 STlib_initNum(&w_health, in ST_createWidgets()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dst_stuff.c230 static st_number_t w_health; variable
1329 STlib_drawNumPositive(&w_health); in ST_DrawExternal()
1561 STlib_initNum(&w_health, in ST_createWidgets()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dst_stuff.cpp398 static st_percent_t w_health; variable
1309 STlib_updatePercent (&w_health, refresh); in ST_drawWidgets()
1619 STlib_initPercent(&w_health, in ST_createWidgets()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dst_stuff.c361 static st_percent_t w_health; variable
1963 w_health.n.num = crispy->neghealth ? &plyr->neghealth : &plyr->health; in ST_drawWidgets()
1964 STlib_updatePercent(&w_health, refresh); in ST_drawWidgets()
2254 STlib_initPercent(&w_health, in ST_createWidgets()