Home
last modified time | relevance | path

Searched refs:ship_class_text (Results 1 – 4 of 4) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.cpp5332 void hud_stuff_ship_class(char *ship_class_text, const ship *shipp) in hud_stuff_ship_class() argument
5334 strcpy(ship_class_text, hud_get_ship_class(shipp).c_str()); in hud_stuff_ship_class()
5340 SCP_string ship_class_text; in hud_get_ship_class() local
5344 ship_class_text = Fred_alt_names[shipp-Ships]; in hud_get_ship_class()
5346 if (ship_class_text.empty()) { in hud_get_ship_class()
5347 ship_class_text = Ship_info[shipp->ship_info_index].get_display_name(); in hud_get_ship_class()
5351 ship_class_text = mission_parse_lookup_alt_index(shipp->alt_type_index); in hud_get_ship_class()
5353 ship_class_text = Ship_info[shipp->ship_info_index].get_display_name(); in hud_get_ship_class()
5361 strcpy(buf, ship_class_text.c_str()); in hud_get_ship_class()
5366 strcpy(buf, ship_class_text.c_str()); in hud_get_ship_class()
[all …]
H A Dhudtarget.h173 void hud_stuff_ship_class(char *ship_class_text, const ship *shipp);
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.h159 void hud_stuff_ship_class(char *ship_class_text, ship *shipp);
H A Dhudtarget.cpp5333 void hud_stuff_ship_class(char *ship_class_text, ship *shipp) in hud_stuff_ship_class() argument
5337 strcpy(ship_class_text, Fred_alt_names[shipp-Ships]); in hud_stuff_ship_class()
5339 *ship_class_text = 0; in hud_stuff_ship_class()
5341 mission_parse_lookup_alt_index(shipp->alt_type_index, ship_class_text); in hud_stuff_ship_class()
5346 if (!*ship_class_text) { in hud_stuff_ship_class()
5347 …strcpy(ship_class_text, (Ship_info[shipp->ship_info_index].alt_name[0]) ? Ship_info[shipp->ship_in… in hud_stuff_ship_class()
5351 end_string_at_first_hash_symbol(ship_class_text); in hud_stuff_ship_class()
5355 lcl_translate_targetbox_name_gr(ship_class_text); in hud_stuff_ship_class()