Date:	Wednesday November 15, 2000 @ 0:47
Author:	ahn

Update of /home/netrek/cvsroot/Vanilla
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv14988

Modified Files:
	ChangeLog 
Log Message:
Fix no-quit bug.


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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.97 Vanilla/ChangeLog:1.98
--- Vanilla/ChangeLog:1.97	Tue Nov 14 22:12:46 2000
+++ Vanilla/ChangeLog	Wed Nov 15 00:47:01 2000
@@ -1,5 +1,18 @@
-Tue Nov 14 23:16:05 EST 2000  Dave Ahn <ahn at genocide.netre.org>
+Wed Nov 15 01:35:41 EST 2000  Dave Ahn <ahn at genocide.netrek.org>
 
+	* ntserv/enter.c: New ships get green alert flag at entry.  This
+	is needed for the udplayerghost() in daemonII.c so that a new
+	player who enters during a pause can quit out immediately.
+
+	* ntserv/daemonII.c: We can finally ignore complaints about the
+	no-quit bug in the INL robot.  Players couldn't quit because player
+	slot maintenance wasn't being done during a game pause.  PEXPLODE
+	would never get updated to PDEAD.  This has been fixed.  Also,
+	I've added a ghostbust timer during the pause.  It should work
+	but I haven't tested it.
+
+Tue Nov 14 23:16:05 EST 2000  Dave Ahn <ahn at genocide.netrek.org>
+
 	* robots/inl.c: Fix core dump at inl robot restart.
 
 Fri Nov 10 22:28:58 EST 2000  Dave Ahn <ahn at genocide.netrek.org>
@@ -1056,4 +1069,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.97 2000/11/15 04:12:46 ahn Exp $
+	$Id: ChangeLog,v 1.98 2000/11/15 06:47:01 ahn Exp $