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

CVS update: Vanilla



Date:	Monday June 21, 1999 @ 14:06
Author:	ahn

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

Modified Files:
	PROJECTS 
Log Message:
Added INL end-game stat bug.


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

Index: Vanilla/PROJECTS
diff -u Vanilla/PROJECTS:1.47 Vanilla/PROJECTS:1.48
--- Vanilla/PROJECTS:1.47	Fri Jun 18 18:02:23 1999
+++ Vanilla/PROJECTS	Mon Jun 21 14:06:42 1999
@@ -1,6 +1,6 @@
 PROJECTS ... list of things to do or fix.
 
-#	$Id: PROJECTS,v 1.47 1999/06/18 23:02:23 unbelver Exp $	
+#	$Id: PROJECTS,v 1.48 1999/06/21 19:06:42 ahn Exp $	
 
 Small things
 
@@ -158,3 +158,14 @@
 	- one team set gametime and armies, but the other team did not,
 	  and yet the game still started.
           (fixed: 1999-Jun-16 Villalpando)
+
+INL robot problems reported by ahn@netrek.org
+
+	- at the end of an INL game, any player stats accumulated from
+	  his last death until end-game can be lost.  the reason is
+	  that player stats are saved only when he dies or ghostbusts.
+	  since end_tourney and other stat processing is done before
+	  the player slot is saved, the reported stats will be
+	  incorrect.  for example, if a starbase does not die before
+	  end-game, the stats will show that the starbase wasn't even
+	  in the game.