Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5463/include
Modified Files:
packets.h struct.h
Log Message:
Bug fix to timer display, remove zeroes.
Add fuse to metaserver lookup so it doesn't loop forever.
Add control-R (refresh) and q (quit) keys to metaserver window.
Index: packets.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/packets.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- packets.h 16 Jul 2008 00:16:09 -0000 1.17
+++ packets.h 16 Jul 2008 23:23:07 -0000 1.18
@@ -931,7 +931,7 @@
char pl_orbit; /* what planet player orbiting, -1 if none */
u_short gameup; /* server status flags */
u_char tournament_teams; /* what teams are involved */
- u_char tournament_age; /* duration of t-mode so far */
+ u_char tournament_age; /* time since last t-mode start */
char tournament_age_units; /* units for above, see s2du */
u_char tournament_remain; /* remaining INL game time */
char tournament_remain_units; /* units for above, see s2du */
Index: struct.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/struct.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- struct.h 16 Jul 2008 00:16:09 -0000 1.30
+++ struct.h 16 Jul 2008 23:23:07 -0000 1.31
@@ -961,7 +961,7 @@
{
u_short gameup; /* server status flags */
u_char tournament_teams; /* what teams are involved */
- u_char tournament_age; /* duration of t-mode so far */
+ u_char tournament_age; /* time since last t-mode start */
char tournament_age_units; /* units for above, see s2du */
u_char tournament_remain; /* remaining INL game time */
char tournament_remain_units; /* units for above, see s2du */