Home
last modified time | relevance | path

Searched refs:special_hitpoints (Results 1 – 15 of 15) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dshipspecialhitpoints.cpp94 if (Ships[m_ship_num].special_hitpoints) { in OnInitDialog()
95 m_hull = Ships[m_ship_num].special_hitpoints; in OnInitDialog()
202 Ships[m_selected_ships[i]].special_hitpoints = new_hull_strength; in OnOk()
206 if (Ships[m_selected_ships[i]].special_hitpoints) in OnOk()
208 temp_max_hull_strength = (float)Ships[m_selected_ships[i]].special_hitpoints; in OnOk()
H A Dmissionsave.cpp1483 if (Mission_save_format != FSO_FORMAT_RETAIL && (shipp->special_hitpoints > 0)) { in save_common_object_data()
1484 temp_max_hull_strength = (float) shipp->special_hitpoints; in save_common_object_data()
3517 if (shipp->special_hitpoints) { in save_objects()
3526 fout(" %d", shipp->special_hitpoints); in save_objects()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A Dshipspecialhitpoints.cpp94 if (Ships[m_ship_num].special_hitpoints) { in OnInitDialog()
95 m_hull = Ships[m_ship_num].special_hitpoints; in OnInitDialog()
202 Ships[m_selected_ships[i]].special_hitpoints = new_hull_strength; in OnOk()
206 if (Ships[m_selected_ships[i]].special_hitpoints) in OnOk()
208 temp_max_hull_strength = (float)Ships[m_selected_ships[i]].special_hitpoints; in OnOk()
H A Dmissionsave.cpp1847 if (shipp->special_hitpoints) { in save_objects()
1856 fout(" %d", shipp->special_hitpoints); in save_objects()
2089 if (Format_fs2_open != FSO_FORMAT_RETAIL && (shipp->special_hitpoints)) in save_common_object_data()
2091 temp_max_hull_strength = (float)shipp->special_hitpoints; in save_common_object_data()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/mission/
H A Dmissionparse.h400 int special_hitpoints; variable
H A Dmissionparse.cpp1930 shipp->special_hitpoints = p_objp->special_hitpoints; in parse_create_object_sub()
1947 if (shipp->special_hitpoints > 0) in parse_create_object_sub()
2726 …Assertion( ((p_objp->special_hitpoints == 0) && (p_objp->special_shield == -1)),"Mission appears t… in fix_old_special_hits()
2736 p_objp->special_hitpoints = atoi(Block_variables[variable_index+HULL_STRENGTH].text); in fix_old_special_hits()
3136 p_objp->special_hitpoints = 0; in parse_object()
3199 stuff_int(&p_objp->special_hitpoints); in parse_object()
3227 if (p_objp->special_hitpoints > 0) { in parse_object()
3228 p_objp->ship_max_hull_strength = (float) p_objp->special_hitpoints; in parse_object()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/mission/
H A Dmissionparse.h414 int special_hitpoints; variable
H A Dmissionparse.cpp1828 shipp->special_hitpoints = p_objp->special_hitpoints; in parse_create_object_sub()
1844 if (shipp->special_hitpoints > 0) in parse_create_object_sub()
2611 …Assertion( ((p_objp->special_hitpoints == 0) && (p_objp->special_shield == -1)),"Mission appears t… in fix_old_special_hits()
2621 p_objp->special_hitpoints = atoi(Block_variables[variable_index+HULL_STRENGTH].text); in fix_old_special_hits()
3000 p_objp->special_hitpoints = 0; in parse_object()
3063 stuff_int(&p_objp->special_hitpoints); in parse_object()
3091 if (p_objp->special_hitpoints > 0) { in parse_object()
3092 p_objp->ship_max_hull_strength = (float) p_objp->special_hitpoints; in parse_object()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/
H A Dmissionsave.cpp1253 if (save_format != MissionFormat::RETAIL && (shipp->special_hitpoints > 0)) { in save_common_object_data()
1254 temp_max_hull_strength = (float) shipp->special_hitpoints; in save_common_object_data()
3299 if (shipp->special_hitpoints) { in save_objects()
3308 fout(" %d", shipp->special_hitpoints); in save_objects()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ship/
H A Dship.h589 int special_hitpoints; variable
H A Dship.cpp4934 special_hitpoints = 0; in clear()
9299 if (sp->special_hitpoints) { in change_ship_type()
9371 if (sp->special_hitpoints > 0) { in change_ship_type()
9372 sp->ship_max_hull_strength = (float)sp->special_hitpoints; in change_ship_type()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ship/
H A Dship.h567 int special_hitpoints; variable
H A Dship.cpp6250 special_hitpoints = 0; in clear()
10345 if (sp->special_hitpoints) { in change_ship_type()
10500 if (sp->special_hitpoints > 0) { in change_ship_type()
10501 sp->ship_max_hull_strength = (float)sp->special_hitpoints; in change_ship_type()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dsexp.cpp16306 target_shipp->special_hitpoints = source_shipp->special_hitpoints; in ship_copy_damage()
16347 target_pobjp->special_hitpoints = source_shipp->special_hitpoints; in parse_copy_damage()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.cpp17841 target_shipp->special_hitpoints = source_shipp->special_hitpoints; in ship_copy_damage()
17969 target_pobjp->special_hitpoints = source_shipp->special_hitpoints; in parse_copy_damage()