Vanilla Development Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/robots



Date:	Friday May 28, 1999 @ 8:35
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla/robots
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv3606/robots

Modified Files:
	inlcomm.c rmove.c 
Log Message:
various changes, see ChangeLog

****************************************

Index: Vanilla/robots/inlcomm.c
diff -u Vanilla/robots/inlcomm.c:1.8 Vanilla/robots/inlcomm.c:1.9
--- Vanilla/robots/inlcomm.c:1.8	Fri Apr 30 18:57:14 1999
+++ Vanilla/robots/inlcomm.c	Fri May 28 08:35:12 1999
@@ -302,9 +302,13 @@
 	       inl_teams[HOME].planets, inl_teams[AWAY].planets,
 	       (20 - inl_teams[HOME].planets - inl_teams[AWAY].planets));
 #else
-      pmessage(who, MINDIV, addr_mess(who, MINDIV),
-	       "Minutes remaining: %i",
-	       ((time - inl_stat.game_ticks) / PERMIN ));
+      {
+	int seconds = ( (time - inl_stat.game_ticks) / PERSEC ) % 60;
+	int minutes = ( (time - inl_stat.game_ticks) / PERMIN );
+
+	pmessage(who, MINDIV, addr_mess(who, MINDIV),
+		 "Time remaining: %d:%02.2d", minutes, seconds);
+      }
 #endif
 
       return 1;
Index: Vanilla/robots/rmove.c
diff -u Vanilla/robots/rmove.c:1.1.1.1 Vanilla/robots/rmove.c:1.2
--- Vanilla/robots/rmove.c:1.1.1.1	Wed Nov 11 20:44:54 1998
+++ Vanilla/robots/rmove.c	Fri May 28 08:35:12 1999
@@ -76,6 +76,7 @@
     "My job is to put over-zealous weenies like you out of your misery.",
     "How can you stand to be $T?!?  What a hideous life!",
     "All $ts are losers!",
+    "You're not running that ship on Microsoft Windows are you?",
     "$ts all suck.  Come join the $f!",
     "The $f shall crush all filthy $ts like you!"
 };