Home
last modified time | relevance | path

Searched refs:saber_colors_t (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/openjk/OpenJK-07675e2/codemp/ui/
H A Dui_saber.c36 saber_colors_t TranslateSaberColor( const char *name );
37 const char *SaberColorToString( saber_colors_t color );
244 …ber( vec3_t origin, vec3_t dir, float length, float lengthMax, float radius, saber_colors_t color ) in UI_DoSaber()
345 saber_colors_t bladeColor; in UI_SaberDrawBlade()
H A Dui_main.c5244 saber_colors_t TranslateSaberColor( const char *name );
5248 saber_colors_t colorI; in UI_UpdateSaberCvars()
5416 const char *SaberColorToString( saber_colors_t color );
/dports/games/openjk/OpenJK-07675e2/code/ui/
H A Dui_saber.cpp341 …ber( vec3_t origin, vec3_t dir, float length, float lengthMax, float radius, saber_colors_t color ) in UI_DoSaber()
444 saber_colors_t TranslateSaberColor( const char *name ) in TranslateSaberColor()
472 return ((saber_colors_t)(Q_irand( SABER_ORANGE, SABER_PURPLE ))); in TranslateSaberColor()
558 saber_colors_t bladeColor = TranslateSaberColor( bladeColorString ); in UI_SaberDrawBlade()
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dbg_saberLoad.c168 saber_colors_t TranslateSaberColor( const char *name ) { in TranslateSaberColor()
182 return (saber_colors_t)Q_irand( SABER_ORANGE, SABER_PURPLE ); in TranslateSaberColor()
187 const char *SaberColorToString( saber_colors_t color ) { in SaberColorToString()
583 saber_colors_t color; in Saber_ParseSaberColor()
594 saber_colors_t color; in Saber_ParseSaberColor2()
604 saber_colors_t color; in Saber_ParseSaberColor3()
614 saber_colors_t color; in Saber_ParseSaberColor4()
624 saber_colors_t color; in Saber_ParseSaberColor5()
634 saber_colors_t color; in Saber_ParseSaberColor6()
644 saber_colors_t color; in Saber_ParseSaberColor7()
H A DNPC_stats.c324 extern saber_colors_t TranslateSaberColor( const char *name );
2719 saber_colors_t color = TranslateSaberColor( value ); in NPC_ParseParms()
2829 saber_colors_t color = TranslateSaberColor( value ); in NPC_ParseParms()
H A Dbg_public.h1519 saber_colors_t color;
H A DNPC_AI_Jedi.c3087 extern int WPDEBUG_SaberColor( saber_colors_t saberColor );
H A Dw_saber.c2783 int WPDEBUG_SaberColor( saber_colors_t saberColor ) in WPDEBUG_SaberColor()
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dwp_saberLoad.cpp31 extern saber_colors_t TranslateSaberColor( const char *name );
542 saber_colors_t color; in Saber_ParseSaberColor()
558 saber_colors_t color; in Saber_ParseSaberColor2()
573 saber_colors_t color; in Saber_ParseSaberColor3()
588 saber_colors_t color; in Saber_ParseSaberColor4()
603 saber_colors_t color; in Saber_ParseSaberColor5()
618 saber_colors_t color; in Saber_ParseSaberColor6()
633 saber_colors_t color; in Saber_ParseSaberColor7()
2236 saber_colors_t colors[MAX_BLADES]; in WP_BreakSaber()
H A Dwp_saber.h213 extern gentity_t *G_DropSaberItem( const char *saberType, saber_colors_t saberColor, vec3_t saberPo…
H A Dg_items.cpp40 extern saber_colors_t TranslateSaberColor( const char *name );
265 gentity_t *G_DropSaberItem( const char *saberType, saber_colors_t saberColor, vec3_t saberPos, vec3… in G_DropSaberItem()
430 saber_colors_t saber_color = TranslateSaberColor( pickUpSaber->NPC_targetname ); in Pickup_Saber()
H A Dg_client.cpp766 client->ps.saber[0].blade[j].color = (saber_colors_t)saber1BladeColor[j]; in Player_RestoreFromPrevLevel()
768 client->ps.saber[1].blade[j].color = (saber_colors_t)saber2BladeColor[j]; in Player_RestoreFromPrevLevel()
1847 extern saber_colors_t TranslateSaberColor( const char *name );
1881 saber_colors_t color = TranslateSaberColor( g_saber_color->string ); in G_SetSabersFromCVars()
1923 saber_colors_t color = TranslateSaberColor( g_saber2_color->string ); in G_SetSabersFromCVars()
H A DNPC_stats.cpp270 saber_colors_t TranslateSaberColor( const char *name ) in TranslateSaberColor()
298 return ((saber_colors_t)(Q_irand( SABER_ORANGE, SABER_PURPLE ))); in TranslateSaberColor()
3693 saber_colors_t color = TranslateSaberColor( value ); in NPC_ParseParms()
3734 saber_colors_t color = TranslateSaberColor( value ); in NPC_ParseParms()
H A Dg_svcmds.cpp40 extern saber_colors_t TranslateSaberColor( const char *name );
H A DAI_Jedi.cpp3838 extern int WPDEBUG_SaberColor( saber_colors_t saberColor );
/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A DNPC_stats.cpp215 static saber_colors_t TranslateSaberColor( const char *name ) in TranslateSaberColor()
243 return ((saber_colors_t)(Q_irand( SABER_ORANGE, SABER_PURPLE ))); in TranslateSaberColor()
H A DAI_Jedi.cpp2357 extern int WPDEBUG_SaberColor( saber_colors_t saberColor );
H A Dwp_saber.cpp560 int WPDEBUG_SaberColor( saber_colors_t saberColor ) in WPDEBUG_SaberColor()
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dq_shared.h328 } saber_colors_t; typedef
868 saber_colors_t color;
1647 saber_colors_t saberColor; // -- JK2 --
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dq_shared.h362 } saber_colors_t; typedef
/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A Dcg_local.h1082 void FX_Saber( vec3_t start, vec3_t normal, float height, float radius, saber_colors_t color );
H A Dcg_players.cpp4190 void CG_DoSaber( vec3_t origin, vec3_t dir, float length, float lengthMax, saber_colors_t color, in… in CG_DoSaber()
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_local.h1108 void FX_Saber( vec3_t start, vec3_t normal, float height, float radius, saber_colors_t color );
H A Dcg_players.cpp5607 static void CG_RGBForSaberColor( saber_colors_t color, vec3_t rgb ) in CG_RGBForSaberColor()
5746 …3_t origin, vec3_t dir, float length, float lengthMax, float radius, saber_colors_t color, int rfx… in CG_DoSaber()
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_players.c5248 static void CG_RGBForSaberColor( saber_colors_t color, vec3_t rgb ) in CG_RGBForSaberColor()
5361 …3_t origin, vec3_t dir, float length, float lengthMax, float radius, saber_colors_t color, int rfx… in CG_DoSaber()

12