Home
last modified time | relevance | path

Searched refs:seconds_to_phasedone (Results 1 – 22 of 22) sorted by relevance

/dports/games/freeciv/freeciv-2.6.6/server/
H A Dgamehand.c906 tinfo.seconds_to_phasedone = game.tinfo.seconds_to_phasedone in send_game_info()
910 tinfo.seconds_to_phasedone = -1.0; in send_game_info()
1017 if (maxsec > game.tinfo.seconds_to_phasedone) { in increase_timeout_because_unit_moved()
1018 game.tinfo.seconds_to_phasedone = maxsec; in increase_timeout_because_unit_moved()
H A Dsernet.c719 > game.tinfo.seconds_to_phasedone)) {
910 > game.tinfo.seconds_to_phasedone)) {
H A Dsettings.c699 game.tinfo.seconds_to_phasedone = timeout; in timeout_action()
717 game.tinfo.seconds_to_phasedone = timeout; in first_timeout_action()
719 game.tinfo.seconds_to_phasedone = game.info.timeout; in first_timeout_action()
H A Dsrv_main.c1227 game.tinfo.seconds_to_phasedone = (double)current_turn_timeout(); in begin_phase()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dgamehand.c906 tinfo.seconds_to_phasedone = game.tinfo.seconds_to_phasedone in send_game_info()
910 tinfo.seconds_to_phasedone = -1.0; in send_game_info()
1017 if (maxsec > game.tinfo.seconds_to_phasedone) { in increase_timeout_because_unit_moved()
1018 game.tinfo.seconds_to_phasedone = maxsec; in increase_timeout_because_unit_moved()
H A Dsernet.c719 > game.tinfo.seconds_to_phasedone)) {
910 > game.tinfo.seconds_to_phasedone)) {
H A Dsettings.c699 game.tinfo.seconds_to_phasedone = timeout; in timeout_action()
717 game.tinfo.seconds_to_phasedone = timeout; in first_timeout_action()
719 game.tinfo.seconds_to_phasedone = game.info.timeout; in first_timeout_action()
H A Dsrv_main.c1227 game.tinfo.seconds_to_phasedone = (double)current_turn_timeout(); in begin_phase()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dpackhand_gen.h38 void handle_timeout_info(float seconds_to_phasedone, float last_turn_change_time);
H A Dpackhand_gen.c68 ((const struct packet_timeout_info *)packet)->seconds_to_phasedone, in client_handle_packet()
H A Dpackhand.c2086 void handle_timeout_info(float seconds_to_phasedone, float last_turn_change_time) in handle_timeout_info() argument
2088 if (current_turn_timeout() != 0 && seconds_to_phasedone >= 0) { in handle_timeout_info()
2093 set_seconds_to_turndone(seconds_to_phasedone); in handle_timeout_info()
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dpackhand_gen.h38 void handle_timeout_info(float seconds_to_phasedone, float last_turn_change_time);
H A Dpackhand_gen.c68 ((const struct packet_timeout_info *)packet)->seconds_to_phasedone, in client_handle_packet()
H A Dpackhand.c2086 void handle_timeout_info(float seconds_to_phasedone, float last_turn_change_time) in handle_timeout_info() argument
2088 if (current_turn_timeout() != 0 && seconds_to_phasedone >= 0) { in handle_timeout_info()
2093 set_seconds_to_turndone(seconds_to_phasedone); in handle_timeout_info()
/dports/games/freeciv/freeciv-2.6.6/common/
H A Dpackets_gen.h210 float seconds_to_phasedone; member
H A Dpackets.def557 SFLOAT10x3 seconds_to_phasedone;
H A Dpackets_gen.c9268 if (!DIO_GET(sfloat, &din, "seconds_to_phasedone", &real_packet->seconds_to_phasedone, 100)) { in receive_packet_timeout_info_100()
9269 RECEIVE_PACKET_FIELD_ERROR(seconds_to_phasedone); in receive_packet_timeout_info_100()
9315 differ = (old->seconds_to_phasedone != real_packet->seconds_to_phasedone); in send_packet_timeout_info_100()
9332 DIO_PUT(sfloat, &dout, "seconds_to_phasedone", real_packet->seconds_to_phasedone, 100); in send_packet_timeout_info_100()
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dpackets_gen.h210 float seconds_to_phasedone; member
H A Dpackets.def557 SFLOAT10x3 seconds_to_phasedone;
H A Dpackets_gen.c9268 if (!DIO_GET(sfloat, &din, "seconds_to_phasedone", &real_packet->seconds_to_phasedone, 100)) { in receive_packet_timeout_info_100()
9269 RECEIVE_PACKET_FIELD_ERROR(seconds_to_phasedone); in receive_packet_timeout_info_100()
9315 differ = (old->seconds_to_phasedone != real_packet->seconds_to_phasedone); in send_packet_timeout_info_100()
9332 DIO_PUT(sfloat, &dout, "seconds_to_phasedone", real_packet->seconds_to_phasedone, 100); in send_packet_timeout_info_100()
/dports/games/freeciv-nox11/freeciv-2.6.6/
H A DChangeLog53782 Moved seconds_to_phasedone to its own packet so that game_info can benefit from is-info flag.
55495 game.info.seconds_to_phasedone, ping_time of connections, and cost of advances.
101894 Change network protocol to increase range of seconds_to_phasedone,
/dports/games/freeciv/freeciv-2.6.6/
H A DChangeLog53782 Moved seconds_to_phasedone to its own packet so that game_info can benefit from is-info flag.
55495 game.info.seconds_to_phasedone, ping_time of connections, and cost of advances.
101894 Change network protocol to increase range of seconds_to_phasedone,