Home
last modified time | relevance | path

Searched refs:arc_timestamp (Results 1 – 14 of 14) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/debris/
H A Ddebris.cpp259 if ( !timestamp_valid( db->arc_timestamp[i] ) ) { in debris_process_post()
261 db->arc_timestamp[i] = timestamp(lifetime); // live up to a second in debris_process_post()
316 if ( timestamp_valid( db->arc_timestamp[i] ) ) { in debris_process_post()
317 if ( timestamp_elapsed( db->arc_timestamp[i] ) ) { in debris_process_post()
319 db->arc_timestamp[i] = timestamp(-1); in debris_process_post()
510 db->arc_timestamp[i] = timestamp(-1); in MONITOR()
1098 if ( timestamp_valid( db->arc_timestamp[i] ) ) { in debris_render()
H A Ddebris.h54 int arc_timestamp[MAX_DEBRIS_ARCS]; // When this times out, the spark goes away. -1 is not used member
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/debris/
H A Ddebris.cpp186 if ( timestamp_valid( db->arc_timestamp[i] ) ) { in MONITOR()
345 if ( !timestamp_valid( db->arc_timestamp[i] ) ) { in MONITOR()
347 db->arc_timestamp[i] = timestamp(lifetime); // live up to a second in MONITOR()
402 if ( timestamp_valid( db->arc_timestamp[i] ) ) { in MONITOR()
403 if ( timestamp_elapsed( db->arc_timestamp[i] ) ) { in MONITOR()
405 db->arc_timestamp[i] = timestamp(-1); in MONITOR()
576 db->arc_timestamp[i] = timestamp(-1); in debris_create()
H A Ddebris.h43 int arc_timestamp[MAX_DEBRIS_ARCS]; // When this times out, the spark goes away. -1 is not used member
/dports/www/openarc/OpenARC-eb430db/libopenarc/
H A Darc-types.h148 time_t arc_timestamp; member
H A Darc.c333 if (sizeof(msg->arc_timestamp) == sizeof(unsigned long long)) in arc_genamshdr()
335 else if (sizeof(msg->arc_timestamp) == sizeof(unsigned long)) in arc_genamshdr()
347 msg->arc_timestamp); in arc_genamshdr()
394 expire = msg->arc_timestamp + msg->arc_sigttl; in arc_genamshdr()
2254 msg->arc_timestamp = lib->arcl_fixedtime; in arc_message()
2256 (void) time(&msg->arc_timestamp); in arc_message()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ship/
H A Dshipfx.cpp2104 if(timestamp_valid(shipp->arc_timestamp[i]) && timestamp_elapsed(shipp->arc_timestamp[i])){ in shipfx_do_damaged_arcs_frame()
2105 shipp->arc_timestamp[i] = timestamp(-1); in shipfx_do_damaged_arcs_frame()
2181 if ( !timestamp_valid( shipp->arc_timestamp[i] ) ) { in shipfx_do_damaged_arcs_frame()
2182 shipp->arc_timestamp[i] = timestamp(lifetime); // live up to a second in shipfx_do_damaged_arcs_frame()
2243 if ( timestamp_valid( shipp->arc_timestamp[i] ) ) { in shipfx_do_damaged_arcs_frame()
2244 if ( !timestamp_elapsed( shipp->arc_timestamp[i] ) ) { in shipfx_do_damaged_arcs_frame()
H A Dship.h689 int arc_timestamp[MAX_SHIP_ARCS]; // When this times out, the spark goes away. -1 is not used variable
H A Dship.cpp6379 arc_timestamp[i] = timestamp(-1); in clear()
19775 if ( timestamp_valid(shipp->arc_timestamp[i]) ) { in ship_render()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ship/
H A Dshipfx.cpp2318 if(timestamp_valid(shipp->arc_timestamp[i]) && timestamp_elapsed(shipp->arc_timestamp[i])){ in shipfx_do_damaged_arcs_frame()
2319 shipp->arc_timestamp[i] = timestamp(-1); in shipfx_do_damaged_arcs_frame()
2400 if ( !timestamp_valid( shipp->arc_timestamp[i] ) ) { in shipfx_do_damaged_arcs_frame()
2401 shipp->arc_timestamp[i] = timestamp(lifetime); // live up to a second in shipfx_do_damaged_arcs_frame()
2462 if ( timestamp_valid( shipp->arc_timestamp[i] ) ) { in shipfx_do_damaged_arcs_frame()
2463 if ( !timestamp_elapsed( shipp->arc_timestamp[i] ) ) { in shipfx_do_damaged_arcs_frame()
H A Dship.h706 int arc_timestamp[MAX_SHIP_ARCS]; // When this times out, the spark goes away. -1 is not used variable
H A Dship.cpp5092 arc_timestamp[i] = timestamp(-1); in clear()
6146 if ( timestamp_valid( shipp->arc_timestamp[i] ) ) { in ship_render()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/object/
H A Dobject.cpp1228 if ( timestamp_valid( shipp->arc_timestamp[i] ) ) { in obj_move_all_post()
1315 if ( timestamp_valid( db->arc_timestamp[i] ) ) { in obj_move_all_post()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/object/
H A Dobject.cpp1274 if ( timestamp_valid( shipp->arc_timestamp[i] ) ) { in DCF_BOOL()
1371 if ( timestamp_valid( db->arc_timestamp[i] ) ) { in DCF_BOOL()